refactor: route runtime integration via adapter table

This commit is contained in:
Eve
2026-05-08 11:05:56 +08:00
parent 34f035cfb5
commit 6bcadfae82
4 changed files with 173 additions and 30 deletions

View File

@@ -168,6 +168,7 @@ test('runtime-integrated path wires executeGovernanceContract deployment binding
assert.equal(result.contract.decision, 'force_checkpoint');
assert.equal(result.runtimeIntegration.attempted, true);
assert.equal(result.runtimeIntegration.adapter, 'orchestrator');
assert.equal(result.runtimeIntegration.action, 'notify_operator');
assert.equal(result.runtimeExecution.ok, true);
assert.equal(result.runtimeExecution.result.dispatcher.dispatchedCount, 1);
assert.equal(result.runtimeExecution.result.supervisor.pendingCount, 1);