docs: sync tutorial/AGENTS pointers after playground route split#88
Open
dormouse-bot wants to merge 1 commit into
Open
docs: sync tutorial/AGENTS pointers after playground route split#88dormouse-bot wants to merge 1 commit into
dormouse-bot wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Deploying mouseterm with
|
| Latest commit: |
18d5fda
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b429054d.mouseterm.pages.dev |
| Branch Preview URL: | https://fix-playground-doc-sync.mouseterm.pages.dev |
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.
Nightly survey caught two doc-staleness items left over from the playground route split (#86), where
Playground.tsxbecame a redirect dispatcher and the real tutorial UI moved intoPlaygroundDesktop.tsx/PocketPlayground.tsx/PocketTerminalExperience.tsx.Changes
docs/specs/tutorial.md— theonOpenPocketdescription said it wires towindow.open("/pocket", …), but both call sites (PlaygroundDesktop.tsx:85,PocketTerminalExperience.tsx:67) openPOCKET_PLAYGROUND_PATH, which is/playground/pocket(playground-routing.ts:4). Updated the spec to match.AGENTS.md— the tutorial-spec "Read this when touching" pointer listed only the now-redirectPlayground.tsx. Added the new playground route files and labeledPlayground.tsx/Pocket.tsxas redirect dispatchers, so the "touch code covered by a spec → read the spec" convention still resolves to the right files.No test added: documentation-only change.