TomorrowEdge 1.6.0 Canopus
TomorrowEdge 1.6.0 Canopus is the Convergence Runtime Release.
Canopus adds a convergence layer inside TomorrowEdge's existing local orchestration, governance, and strategy-evolution runtime for heterogeneous Coding Agents. Agents no longer finish because they claim completion; a run must satisfy an ObjectiveContract, pass an AcceptanceMatrix, leave evidence, update RunState, and respect a bounded ConvergencePolicy.
Highlights:
- Added Canopus Runtime with ObjectiveContract-compatible target loading, AcceptanceMatrix checks, ConvergencePolicy bounds, RunState persistence, EvidenceGate integration, Trace Ledger artifacts, and ConvergenceEngine loop control.
- Added
tedge canopusplustedge controlcompatibility commands for init, validate, run, status, and report. - Added mock, noop, shell, and Sirius Council AgentBridge paths.
- Added real
simple_bugfix_runtimeacceptance demo and hard-gate/blocking-check veto demo. - Added pre/post-action acceptance snapshots, run-baseline diff semantics, allowed/denied path enforcement, and required evidence checks.
- Preserved TomorrowEdge's project-level positioning as a local orchestration, governance, and strategy-evolution runtime for heterogeneous Coding Agents.
Validation:
npm run verify:release-gatesnpm run test:controlnpx vitest run tests/unit/cliContract.test.ts --fileParallelism=falsenpx tsx src/cli/index.ts canopus validate examples/control_plane/simple_bugfix_runtime/goal.yaml
Package hygiene:
- Release zip excludes
.env,.runs, andassignmentslocal artifacts. - npm package scope is narrowed so example runtime state is not packed.