Pin Traverse runtime to v0.3.0 and document local discovery#18
Merged
Merged
Conversation
- docs/traverse-runtime.md: canonical setup reference — v0.3.0 source build, cargo run -p traverse-cli -- serve, .traverse/server.json discovery (base_url=127.0.0.1:8787, workspace=local-default), API surface table, browser config, Phase 2 CLI commands, CI env vars - CLAUDE.md: added Traverse Runtime section with version, address, discovery, and local setup commands - AGENTS.md: added Traverse Runtime section with start command, discovery snippet, and TRAVERSE_REPO override - scripts/ci/repository_checks.sh: require docs/traverse-runtime.md Closes #9 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
d081fab to
e70b55e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Pins the Traverse runtime dependency to v0.3.0 and documents the complete local setup sequence, resolving open questions 1–3 from the plan. All apps in this repo target this baseline.
Definition of Done
docs/traverse-runtime.md— canonical setup reference: version, start command, discovery file, API surface table, browser config, Phase 2 CLI commands, CI env var overridesCLAUDE.md— Traverse Runtime section with version, address, and start commandsAGENTS.md— Traverse Runtime section with discovery snippet andTRAVERSE_REPOoverridescripts/ci/repository_checks.sh— requiresdocs/traverse-runtime.mdscripts/ci/phase1_smoke.sh— already updated to use.traverse/server.jsondiscoveryValidation
Architecture boundary
Docs only — no business logic, no Traverse internals imported. Runtime version is an external pinned dependency.
Closes #9