docs: four verified corrections, and Discover's second mention - #827
Merged
Conversation
added 2 commits
August 10, 2026 13:59
…ec counts, and add Discover's second mention
Deploying paddock with
|
| Latest commit: |
41bb2c6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://05f23839.paddock-7u2.pages.dev |
| Branch Preview URL: | https://docs-mechanical-corrections.paddock-7u2.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.
Single-point corrections from the 0.67–0.69 site audit, each verified against source. Independent of #820 (no shared files).
reference/self-mcp.md— a page contradicting itselfcreate_project's return shape and its caveat saidkeeperRegistered. There has never been a field by that name: it isagentRegistered(self-mcp-types.ts, built inmanagement-ops.ts), which the same page already gets right forpromote_project. Both occurrences fixed; nothing else on the page changes.architecture/overview.md— a localStorage key that does not existThe client-state table listed
paddock:pane:*. There is no such key. The pane key is the prefixpaddock:panewidth:(paneWidth.ts), and it already covers both panes it names — the side-nav and the per-project chat list.paddock:itemHeightis likewise a prefix, not a bare key (itemHeight.ts). The row now readspaddock:itemHeight:*,paddock:panewidth:*and says what they hold.contributing/testing.md— counts, and advice #793 retiredfleet readoutadded to the coverage list.journey-fleet-readout.spec.ts(feat: the fleet readout — a live strip of in-flight chats above every route #787) andorphan-watchdog.spec.ts(fix(e2e): self-terminate the fixture launcher when its run is aborted (#788 class A) #793) both landed in this range.PADDOCK_E2E_PORTparagraph still told contributors the override is how you dodge an orphaned server from an earlier run. fix(e2e): self-terminate the fixture launcher when its run is aborted (#788 class A) #793 fixed that: the launcher watches its ancestry and self-terminates on an aborted run. The port advice stays; the orphan clause is replaced with what actually holds the fix up — watchingprocess.ppidalone never fires (Playwright runs the launcher under/bin/sh -c, which does not exec it, so the death to detect is the grandparent's), and the server spawn must not bedetached: trueor it escapes Playwright's own process-group kill on every clean run. Both are things a contributor otherwise re-derives the hard way.orphan-watchdog.spec.ts: it runs underchromiumbut needs no port, no build and no browser, and reads liveness from/proc/<pid>/stat'sState:rather thankill(pid, 0)— a zombie accepts signals, so that probe would fail against a watchdog that works perfectly.using/creating-and-organizing-projects.md— DiscoverThe page opened "Click New Project" and never mentioned Discover, now the primary route for turning directories you already have into projects and a permanent sidebar entry rather than a first-run screen. A short section before "Create a new project" covers what it is, that each imported row becomes an unmanaged project with a
path:— verified indiscoverImport.ts, which passesmanaged: falseexplicitly — so the rest of the page applies to a discovered project unchanged, and disambiguates the three colliding words (Discover / Import / Adopt N native chats) using the labels the UI actually renders. The filter rules are linked togetting-started, not duplicated. "Click New Project" stays as the route for a project that does not exist yet, and is now the explicit answer for anything needing a clone.Checks
cd website && npm install && npm run build→ exit 0, 52 pages. Every anchor added here was checked against the built HTML (question-2--where-does-the-content-live,discover-start-from-the-history-you-already-have,adopt-your-terminal-claude-history).[]. No new pages, no renames.127.0.0.1hits across the docs + README are unchanged.The retired-word ("keeper") style sweep is deliberately not here — it would triple the diff and hide these edits.
🤖 Generated with Claude Code