Skip to content

TomorrowEdge 1.6.0 Canopus

Choose a tag to compare

@axobase001 axobase001 released this 15 Jun 03:17
· 20 commits to master since this release

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 canopus plus tedge control compatibility commands for init, validate, run, status, and report.
  • Added mock, noop, shell, and Sirius Council AgentBridge paths.
  • Added real simple_bugfix_runtime acceptance 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-gates
  • npm run test:control
  • npx vitest run tests/unit/cliContract.test.ts --fileParallelism=false
  • npx tsx src/cli/index.ts canopus validate examples/control_plane/simple_bugfix_runtime/goal.yaml

Package hygiene:

  • Release zip excludes .env, .runs, and assignments local artifacts.
  • npm package scope is narrowed so example runtime state is not packed.