Skip to content

TomorrowEdge v1.5.0 Sirius

Choose a tag to compare

@axobase001 axobase001 released this 13 Jun 01:52
· 23 commits to master since this release

TomorrowEdge v1.5.0 Sirius

Sirius turns TomorrowEdge into the local governance and policy-evolution runtime for heterogeneous coding agents.

This release moves the main story away from benchmark/dashboard expansion and back to the core product thesis: strong-agent governance, budget-bounded heterogeneous execution, Agent Council planning, owned TaskGraph delegation, bounded strategy mutation, and Chief Agent final review.

Highlights

  • Chief Agent Router: high-level engineering goals enter a Chief Agent first.
  • AgentCapabilityProfile: Codex, Claude Code, DeepSeek, MiMo, Ollama, mock, fixture, command agents, and custom adapters are replaceable capability nodes rather than hardcoded defaults.
  • Agent Council Planning: council members produce structured critique, gap fill, alternative plans, task claims, and consensus moves.
  • Task Ownership Assignment: core TaskGraph nodes carry ownerAgentId, assigned provider/model, claim mode, fallback candidates, and human-readable assignment reasons.
  • Delegated Execution Runtime: owned nodes execute under Objective Contract, EvidenceGate, BudgetGate, Debate v2, Strategy Memory, and Trace Ledger.
  • Bounded Strategy Mutation: execution failures can trigger owner switch, reviewer/judge insertion, debate increase, task split, or council replan without mutating safety boundaries.
  • Chief Final Review / Judge: deliverables return to the Chief Agent before final completion.
  • Model semantic routing alignment: task/scenario/workflow classification is routed through model-backed semantic analysis instead of brittle hardcoded regex paths.
  • README/product docs: first screen now defines TomorrowEdge as a local governance and policy-evolution runtime for heterogeneous coding agents; benchmark and dashboard utilities are explicitly secondary.

Commands

tedge council run "refactor this app with a chief agent and council review"
tedge run "fix this failing workflow" --agent-council
tedge serve --open

Verification

Release gates used for the current v1.5.0 tag alignment:

  • npm run build
  • npm run web:build
  • npm run docs:status
  • npm run secrets:scan
  • npm run test:council

Earlier 1.5.0 pack gate also passed full package verification before publication.