Immutable
release. Only release title and notes can be modified.
Traverse v0.7.0
Release date: 2026-07-03
Traverse v0.7.0 is the traverse-starter reference app release. It adds a governed, executable starter app path that downstream reference apps can use to validate Traverse app registration and local HTTP execution without model-provider setup.
Consumers that only need public app validation and registration can remain pinned to v0.5.0. Consumers that need provider-neutral governed inference execution can remain pinned to v0.6.0. Consumers validating the traverse-starter reference app path should move to v0.7.0.
Highlights
- Adds the
traverse-starter.processcapability contract with deterministictitle,tags,noteType,suggestedNextAction, andstatusoutput fields. - Adds the
apps/traverse-starter/app.manifest.jsonapplication manifest and theexamples/traverse-starter/process-agent/WASM agent package. - Loads durable CLI-produced workspace app registration state during HTTP workspace execution so registered app capabilities can execute through
/v1/workspaces/local-default/execute. - Adds
bash scripts/ci/traverse_starter_example_smoke.shto validate app registration and local HTTP execution end to end. - Documents the App-References integration path and confirms
v0.5.0 minimumfor downstream apps usingtraverse-cli app validate/register.
Compatibility Notes
- Traverse remains a
0.xproject. Public surfaces are governed and validated, but compatibility can still move before a1.0stability commitment. - The v0.5.0 public CLI app registration and durable workspace-state loading surfaces remain available.
- The v0.6.0 governed model dependency execution surface remains available.
- The
traverse-starterreference app is deterministic by design and does not require model dependency readiness. - Local server discovery through
.traverse/server.jsonremains compatible with the v0.3.0 schema fields documented for downstream consumers. - No cross-platform binary package is attached to this release. The release publishes source and release notes.
Validation
Release preparation must pass these local gates before tagging:
cargo test
cargo clippy -- -D warnings
bash scripts/ci/repository_checks.sh
bash scripts/ci/traverse_starter_example_smoke.sh
bash scripts/ci/coverage_gate.sh
git diff --checkThe GitHub PR checks must also pass:
repository-checkscoverage-gatepr-hygienespec-alignment