Define youaskm3 reference app plan and scope#19
Merged
Conversation
- apps/youaskm3/PLAN.md: architecture boundary, Phase 1 HTTP path (spec 033), Phase 2 registration path (specs 044, 046), ticket sequence with dependencies, open questions - apps/youaskm3/web-react/README.md: local setup sequence, commands, env config, governing specs - manifests/youaskm3/: directory for app manifest and WASM component manifests (populated in #12) Closes #10 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…affold CI was failing because .nvmrc was missing and the app source files were never committed. Adds the Node version pin, root workspace package.json, package-lock.json, the full traverse-starter/web-react scaffold, and excludes coverage/ from ESLint. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
Establishes the youaskm3 reference app plan — the primary downstream app demonstrating the full Traverse-consumable path. Creates the directory structure, plan doc, and web-react README. No code yet.
Definition of Done
apps/youaskm3/PLAN.md— architecture boundary, Phase 1 HTTP path (spec 033), Phase 2 registration path (specs 044, 046), ticket sequence, open questionsapps/youaskm3/web-react/README.md— local setup sequence, commands, env config, governing specsmanifests/youaskm3/— directory created for app manifest and WASM component manifests (populated in Author youaskm3 app manifest and WASM component manifests #12)Validation
bash scripts/ci/repository_checks.sh # PASS — no new required files added in this ticket ls apps/youaskm3/PLAN.md apps/youaskm3/web-react/README.md manifests/youaskm3/Architecture boundary
Documentation and directory structure only. No business logic, no Traverse internals, no application code.
Closes #10