chore: untrack .blackwall/ custody store (no scrub) - #12
Conversation
… no scrub)
The .blackwall/ custody store (416 files, 2.6 MB) was tracked in git,
contradicting blackwall doctrine ('.blackwall/ — local custody store
(gitignored; never committed)') and the estate-wide gitignore rollout
recorded in soma-os GROUND-TRUTH-2026-07-24. Index-only removal
(git rm --cached) — working copies stay on disk; history retained per
the explicit no-scrub ruling. Blocks CER-1781 P2 from copying custody
state into the monorepo snapshot.
The untrack commit staged only the git rm --cached deletions; the .gitignore append was a working-tree edit never added, so the pushed PR left .blackwall/ untracked-but-unignored — one 'git add -A' from being re-committed. Caught by jury review.
Agent jury — ✅ approved (high confidence, after 1 blocker fixed)Session-jury verdict (adversarial reviewer, read-only; distinct from the workflow checks). Blocker caught + fixed: the original commit staged only the Verified clean: exactly 416 Merge on green per operator authorization (2026-08-08). |
…ale-set labels The public-repo-ci group serves ci-rust/reverie-ug scale sets; ARC runners carry only their scale-set name as label, so runs-on: self-hosted queued forever after the repo went public (same label-mismatch class as OPS-1140). The edge typecheck needs no cluster access — GitHub-hosted is correct.
🤖 Agent Jury — Review FailedThe GLM-5.2 review could not complete (gateway error or invalid response).
|
🤖 Agent Jury — Review FailedThe GLM-5.2 review could not complete (gateway error or invalid response).
|
What
Removes the
.blackwall/custody store (416 files, 2.6 MB) from the git index and adds it to.gitignore. Working copies stay on disk; history is retained — the operator ruling (2026-08-08) was explicit: untrack, no scrub.Why
.blackwall/ — local custody store (gitignored; never committed)(blackwall CLAUDE.md), plus the estate-wide "gitignore .blackwall/" rollout (soma-osdocs/soma/GROUND-TRUTH-2026-07-24.md). escapement was the straggler.Verification
git rm -r --cachedonly —git statusshows 416D(index) +.gitignoreM, zero working-tree deletions. Fresh clones stop receiving the store; existing checkouts keep their local state.