ONE changelog for this session (GA-R2/D1). Branch dc-dc-stage5-grounding-audit off post-merge main at 71519a2. Status claims live ONLY in docs/CURRENT-STATE.md; this file records what CHANGED and how to revert it.
Operator direction: a full reconciliation and grounding from a fresh session before Stage 5 opens -- current status, the changes required to reach the as-built, configuration versus project goal, readiness to enter the next stage error-free, then a review of the upcoming stages. Run autonomously while the operator was away, with rulings QUEUED not adopted.
The operator offered a broad exception; a SCOPED READ-ONLY expansion was taken instead, on the grounds that the task is read-only by construction and the ask rules ARE the enforcement of hard rule 3 (CLAUDE.md says not to work around them). Design: the allow list enumerates READ verbs, the ask list enumerates MUTATING verbs, and anything matching neither falls through and FAILS SAFE -- logged UNMEASURED, never assumed absent.
Added (allow): read-only shell tooling (sed -n, head, tail, wc, sort, uniq, comm, diff, find, stat, cut, nl, file, column, tee docs/audit/*); read-only virsh (local + quoted remote variants); ssh voffice1 *maas admin * read* and query-power-state; the per-DC artifact and rack checkers; Write/Edit on docs/**; git commit/git push; WebSearch + eight upstream doc domains. Replaced (ask): the five broad ssh voffice1 "maas admin <noun> * rules, which walled READ calls because ask beats allow regardless of specificity, with 23 verb-scoped MUTATION asks. Quoted variants used throughout, per the 2026-07-26 finding that a quote breaks pattern matching. NOT granted and not requested: jumphost sudo, tofu apply|destroy|import|state rm, any maas admin write, juju deploy|add-model|bootstrap, opnsense-api.sh POST, scripts/* apply|install, *--commit*, rm *. Edit(.claude/settings*.json) deliberately LEFT as ask so the session could not widen its own permissions unattended. Deny list and the PreToolUse guard untouched. Deliberately NOT requested: blanket Bash(cat *) -- the guard's NEVER list covers vault-init/, as-executed/, tenant-*/, *-cred.txt, appcred, *.pem but NOT the ~/vr1-*-creds/ key files, so a blanket cat would open exactly the hazard CLAUDE.md forbids.
REVERT: delete the added allow entries and restore the five original ssh voffice1 "maas admin <noun> * ask rules. The file is gitignored, so docs/audit/stage5-grounding-audit-scope-20260727.md section 6 is its only durable record. REMOVE THE BLOCK AT SESSION CLOSE.
Flagged NOT fixed (hard rule 1): Bash(awk *), Bash(grep *) and Bash(python3 *) were ALREADY broadly allowed and can each read a ~/*-creds/ key file without tripping the guard. Pre-existing gap, not introduced here.
docs/audit/stage5-grounding-audit-scope-20260727.md -- the charter, committed BEFORE any agent was spawned so a session that died mid-run still left the plan.docs/audit/stage5-readiness-20260727.md -- the ordered precondition checklist.docs/audit/stage5-committee-raw-20260727.md -- all 7 lenses verbatim, kept separate from synthesis so synthesis cannot quietly reshape a lens's claim.docs/audit/queued-rulings-20260727.md -- 11 Stage-5-blocking + 4 standing questions, GA-R5 shape, blank utterance lines. NONE adopted.docs/audit/stage5-live-measurement-20260727.txt -- this session's measurements.docs/audit/outer-plan-20260727-stage5-audit.txt, docs/audit/preflight-20260727-stage5-audit.txt, docs/audit/stage5-creds-privileged-20260727.txt -- captures.REVERT: git revert the three audit commits (514f0aa, 6d511e8, fb8f6bc, de11bf4); every file is new.
in the capture's own commit; also what repo-lint L10 requires)
openstack client is ABSENT on BOTH hosts while ten Stage-5/6/7 scripts invoke it. No prior surface carried this.REVERT: each edit is additive except G3; restore G3's prior cell text from git show de11bf4^:docs/CURRENT-STATE.md.
Gate row G3 read OPEN with "FREEZE holds for un-gated surfaces", contradicted by its OWN cited evidence file (docs/audit/phase6-exit-runs-20260719.md:84,91-92 records the re-signature PASS and "G3 + G11 CLOSED") and by row G11 and section
REVERT: restore the prior cell text (see 3).
The 21-item DOCFIX remediation batch in Phase 3 of the readiness doc, and every gate-integrity fix in Phase 4. Nearly every runbook fix interlocks with an unanswered ruling, so landing them now would encode assumptions. No D-, DOCFIX- or BUNDLEFIX- number was assigned; next-free is unchanged at D 138 / DOCFIX 205 / BUNDLEFIX 053, correctly, because nothing was remediated.
tail's status through a pipe, not the script's. Re-measured: both correctly exit 1.juju binary, so ZERO pins are verified against charmhub. The count was expected; the cause was not. Capture amended.Seven read-only lenses, each under a contract requiring: no mutating shape; the claim / evidence / blocks-Stage-5 / disposition schema; and any denied or prompted tool call reported UNMEASURED with its exact command, never folded into a negative finding. Lens 5 died on an API error with no output and was relaunched with the interim findings folded in. Lens 1 hit one classifier denial (timeout 240 bash scripts/preflight.sh) and correctly reported it UNMEASURED; root cause was a missing Bash(timeout *) allow rule -- a failed-to-MATCH, the same class as 2026-07-26, not a classifier override. The audit session had measured preflight independently, so that gap was closed.