Skip to content

docs: fix command accuracy in CLAUDE.md and AGENTS.md - #154

Merged
slittycode merged 1 commit into
mainfrom
docs/command-accuracy-fixes
Jun 10, 2026
Merged

docs: fix command accuracy in CLAUDE.md and AGENTS.md#154
slittycode merged 1 commit into
mainfrom
docs/command-accuracy-fixes

Conversation

@slittycode

Copy link
Copy Markdown
Owner

Replays a local-only docs commit that had diverged from main, now rebased on top of the latest origin/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

  1. unittest invocation — slash-path form (tests/test_server.py) → dotted module form (tests.test_server) in apps/backend/AGENTS.md. The slash form does not work with python -m unittest.
  2. Playwright first-time setup — add npx playwright install chromium to CLAUDE.md frontend commands.
  3. Golden re-baseline — add the UPDATE_PHASE1_GOLDEN=1 ... command to CLAUDE.md Tripwire fix: chunk Demucs inference and stop boot-time memory spikes #4.
  4. record_artifact pointer — note on the analysis_runtime.py entry that new artifact code must call record_artifact (cross-refs Tripwire [codex] Prepare hosted runtime foundation #6).
  5. build_live12_catalogue.py invocation — add the --source/--output (and SONIC_ANALYZER_LIVE12_SOURCE) invocation.
  6. Node version — reconcile apps/ui/AGENTS.md "Node 20+" against package.json (no engines field) → "Node 20 (per CI)".

Docs-only; no code paths touched.

🤖 Generated with Claude Code

- 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>
@slittycode
slittycode merged commit 3fcab69 into main Jun 10, 2026
4 of 5 checks passed
@slittycode
slittycode deleted the docs/command-accuracy-fixes branch June 10, 2026 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant