This is the canonical documentation path for humans and coding agents working on the first app-consumable Traverse flow.
- Read the repository root README.md
- Open quickstart.md
- Use the relevant deeper docs only after the quickstart path is clear:
- docs/cli-reference.md
- docs/youaskm3-canonical-app-http-path.md
- docs/app-consumable-acceptance.md
- docs/app-consumable-release-checklist.md
- docs/app-consumable-consumer-bundle.md
- docs/app-consumable-package-release-pointer.md
- docs/app-consumable-requirements-traceability.md
- docs/youaskm3-integration-validation.md
- docs/downstream-app-mvp-conformance.md
- docs/youaskm3-published-artifact-validation.md
- docs/youaskm3-compatibility-conformance-suite.md
- docs/youaskm3-real-shell-validation.md
- apps/browser-consumer/README.md
If a new human or agent asks where to begin, point them to the README first and then to the root quickstart.
- The README is the front door.
- The quickstart is the first executable consumer path.
- The canonical
youaskm3HTTP path explains how downstream apps consumetraverse-cli serve,.traverse/server.json, registration, execution, and trace fetch on the releasedv0.3.0baseline. - The CLI reference explains the supported command surface and separates public commands from internal/test-only paths.
- The versioned consumer bundle explains what a downstream app installs and which released surfaces it may rely on.
- The package release pointer explains how the governed app-consumable package release is identified downstream.
- The published-artifact validation explains how
youaskm3consumes the released runtime and MCP artifacts. - The conformance suite explains how the released Traverse and
youaskm3surfaces are proven together. - The downstream app MVP conformance path proves public CLI app validation, public CLI app registration, and runtime loading from durable workspace state.
- The real-shell validation explains how the browser-hosted
youaskm3shell is checked against the released Traverse consumer artifacts. - The deeper docs explain validation, release, and traceability after the first path is understood.
- Competing entrypoints should be treated as references, not as the first recommended path.
- The README links to the root quickstart.
- The quickstart links to the deeper app-consumable docs when needed.
- The canonical path is easy to describe without repository archaeology.