Protocol evolution

Roadmap

The long-term path for OpenThymos as governed cognition infrastructure.

Roadmap

This roadmap tracks runtime semantics and infrastructure maturity for OpenThymos as a unified Rust execution runtime, framework, and sandbox for coding agents. The root roadmap is maintained in ../ROADMAP.md.

Phase I - Unified Deterministic Runtime

Architectural goal: stabilize the Intent -> Proposal -> Commit cycle and make the ledger the source of execution truth across CLI, VS Code, terminal, and web surfaces.

Runtime capabilities:

Execution guarantee: no tool execution without a staged or approved proposal, and no effect beyond the writ’s effect ceiling.

Scaling implication: correctness remains local and inspectable before distributed concerns are introduced.

Most of the original Phase I “later” list has shipped (above). What remains (see STATUS.md for the precise, adversarial line):

Phase II - Multi-Agent Coordination

Architectural goal: represent delegation as explicit runtime structure.

Runtime capabilities:

Execution guarantee: child authority is a strict subset of parent authority.

Scaling implication: concurrent work becomes possible without losing lineage.

Phase III - Distributed Execution Ledger

Architectural goal: separate ledger protocol from storage backend and support multi-node ingestion.

Runtime capabilities:

Execution guarantee: replay result is independent of storage backend.

Scaling implication: the runtime can move from local history to distributed history without changing execution semantics.

Phase IV - Runtime Federation

Architectural goal: allow independent runtimes to exchange authority and execution records.

Runtime capabilities:

Execution guarantee: federation cannot bypass local policy.

Scaling implication: cooperation does not require one global control plane.

Phase V - Autonomous Governance Layers

Architectural goal: allow governance agents to propose policy, writ, and runtime changes while remaining subordinate to protocol rules.

Runtime capabilities:

Execution guarantee: governance actions are themselves proposal, approval, and commit events.

Scaling implication: OpenThymos becomes an institutional runtime substrate, not merely an execution loop.