chore: remove dead references to a retired repository
Two tracked lines named a repository that no longer exists: a CLAUDE.md
paragraph on nested-repo admission and a board-selftest section-31
comment. Both are reworded without the name; behaviour is unchanged.
tests/tracked-terms.test.mjs is the check: it fails when any tracked
path or line matches a term in the untracked
tests/excluded-terms.local.md (covered by *.local.md), verifies every
term against a known-positive sample first, and skips loudly when the
list is absent. Red on 4fd1955 with 2 hits, green after.
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
parent
4fd195513f
commit
1f17b67ed7
3 changed files with 81 additions and 3 deletions
|
|
@ -942,7 +942,7 @@ marketplace plugin. Three components, one boundary:
|
|||
before anything was written: **12 nested repos across the tree, exactly 1
|
||||
with a STATE.md** (`from-ai-to-chitta/content-sadhguru`, which had been
|
||||
running work and reporting to nobody). The other 11 are vendored or
|
||||
experimental checkouts under `claude-code-100x/`; the operator's decision is
|
||||
experimental checkouts; the operator's decision is
|
||||
that they stay invisible ON PURPOSE - they do not even reach the `UTEN
|
||||
STATE.md` bucket, because that bucket is for repos someone opens. Verified
|
||||
after the fix with `board.sh`, not from memory:
|
||||
|
|
@ -1655,7 +1655,10 @@ obligations in another repo.
|
|||
- Test: `bash scripts/coord-selftest.sh`, `bash scripts/board-selftest.sh`,
|
||||
`bash scripts/route-selftest.sh`, `bash scripts/orders-selftest.sh` and
|
||||
`bash scripts/state-line-guard-selftest.sh` (or `npm test`, the Node wrapper
|
||||
around all five plus the hook tests and the README-number check)
|
||||
around all five plus the hook tests and the README-number check).
|
||||
`tests/tracked-terms.test.mjs` fails when any tracked path or line matches
|
||||
a term in the untracked `tests/excluded-terms.local.md`, and SKIPS, loudly,
|
||||
when that file is absent - the term list itself is never committed.
|
||||
- Order queue smoke test: `CLAUDE_COORD_DIR=$(mktemp -d) bash
|
||||
scripts/coord-order-send.sh --to smoke --from tester --subject s --message m`
|
||||
then `CLAUDE_COORD_DIR=<same> bash scripts/coord-order-inbox.sh --repo smoke`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue