Skip to content

Traverse v0.7.0

Latest

Choose a tag to compare

@enricopiovesan enricopiovesan released this 03 Jul 13:02
Immutable release. Only release title and notes can be modified.
84c77d5

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.process capability contract with deterministic title, tags, noteType, suggestedNextAction, and status output fields.
  • Adds the apps/traverse-starter/app.manifest.json application manifest and the examples/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.sh to validate app registration and local HTTP execution end to end.
  • Documents the App-References integration path and confirms v0.5.0 minimum for downstream apps using traverse-cli app validate/register.

Compatibility Notes

  • Traverse remains a 0.x project. Public surfaces are governed and validated, but compatibility can still move before a 1.0 stability 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-starter reference app is deterministic by design and does not require model dependency readiness.
  • Local server discovery through .traverse/server.json remains 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 --check

The GitHub PR checks must also pass:

  • repository-checks
  • coverage-gate
  • pr-hygiene
  • spec-alignment

Traceability

  • Release issue: #503
  • Governing specs: 001-foundation-v0-1, 004-spec-alignment-gate, 006-runtime-request-execution, 033-http-json-api, 044-application-bundle-manifest, 046-public-cli-app-registration
  • Included PRs: #501, #502
  • Included issues: #499, #500