Release history

What shipped in each version of Traverse. All releases are spec-governed — every change is backed by an approved, versioned specification.

View all releases on GitHub →
v0.7.0
2026 · current
Latest
Active dev

Browser adapter, MCP server, React demo

The largest release to date. Introduces the live browser adapter, the MCP stdio server for AI agent integration, and the React demo app. All backed by the expedition planning example domain.

What's new
  • Live browser adapter on port 4174. UI submits governed requests, runtime executes WASM capabilities locally.
  • React demo app on port 4173 — connects to browser adapter, shows real-time state transitions and trace output
  • MCP stdio server (traverse-mcp). AI agents discover and execute governed capabilities via Model Context Protocol.
  • Expedition planning domain with 6 capabilities, 5 events, and 1 workflow. Fully governed and runnable.
  • Trace generation and subscription. Every execution produces a structured, queryable trace artifact.
  • State machine: ready → streaming → completed with ordered runtime timeline
  • Release-facing documentation: quickstart, authoring guides, troubleshooting
Governing specs (9 approved)
  • foundation-v0-1: Core runtime, CLI, MCP surface
  • capability-contracts: Contract definitions and validation
  • event-contracts: Event contract definitions
  • spec-alignment-gate: CI merge gate
  • capability-registry: Registry behavior
  • runtime-request-execution: Execution model
  • workflow-registry-traversal: Workflow composition
  • expedition-example-domain: Example domain definition
  • expedition-example-artifacts: Example contracts and workflows
Quality
  • 100% test coverage, CI-gated with no exceptions
  • #![forbid(unsafe_code)] enforced across all crates
  • No unwrap, panic, or TODO in production code
  • SBOM generation (CycloneDX format)
  • ADR process in place. All architectural decisions documented.
v0.5.0
2026 · earlier
Stable

Release artifacts and app registration

Introduced stable release artifacts and the app registration and validation flow through the CLI. First version with a consumer-facing bundle integration path.

What shipped
  • Stable release artifacts, versioned and reproducible
  • App registration via CLI using traverse-cli bundle inspect
  • App validation through the registry bundle manifest
  • Consumer-facing documentation and bundle integration path
  • Release-facing entry path for downstream consumers
v0.1.0
2025 · foundation
Foundation

Spec governance, runtime foundation, CLI

Established the spec-driven development process, the core runtime crates, and the initial CLI surface. The foundation all subsequent releases are built on.

What shipped
  • traverse-runtime: core execution engine scaffolding
  • traverse-contracts: contract parsing and validation
  • traverse-registry: capability and event registry
  • traverse-cli: initial CLI with register, list, validate, and run commands
  • Spec governance process in place. Spec-first, ADR-backed, CI-gated.
  • Rust workspace structure with #![forbid(unsafe_code)]
  • First approved governing spec: foundation-v0-1

In scope for future releases

Edge executor adapter
Cloud executor adapter
Multi-agent orchestration with conflict prevention
AI-pipeline placement target
Extended trace querying and audit tooling

All roadmap items require an approved governing spec before implementation begins.