docs: fix command accuracy in CLAUDE.md and AGENTS.md - #154
Merged
Conversation
- Fix unittest slash-path form → dotted module form in apps/backend/AGENTS.md - Add UPDATE_PHASE1_GOLDEN re-baseline command to CLAUDE.md Tripwire #4 - Add first-time Playwright install line to CLAUDE.md frontend commands - Add record_artifact pointer to analysis_runtime.py entry in CLAUDE.md - Add --source/--output invocation to build_live12_catalogue.py entry - Reconcile Node version in apps/ui/AGENTS.md against package.json (no engines field) 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.
Replays a local-only docs commit that had diverged from
main, now rebased on top of the latestorigin/main(#149, #150, react-doctor). The fixes are complementary to #149's test-coverage sync — different regions of the same files — and verified to coexist cleanly after rebase.Fixes
tests/test_server.py) → dotted module form (tests.test_server) inapps/backend/AGENTS.md. The slash form does not work withpython -m unittest.npx playwright install chromiumto CLAUDE.md frontend commands.UPDATE_PHASE1_GOLDEN=1 ...command to CLAUDE.md Tripwire fix: chunk Demucs inference and stop boot-time memory spikes #4.analysis_runtime.pyentry that new artifact code must callrecord_artifact(cross-refs Tripwire [codex] Prepare hosted runtime foundation #6).--source/--output(andSONIC_ANALYZER_LIVE12_SOURCE) invocation.apps/ui/AGENTS.md"Node 20+" againstpackage.json(noenginesfield) → "Node 20 (per CI)".Docs-only; no code paths touched.
🤖 Generated with Claude Code