From c9cc8dd969f475cf6bbf733be7db847795b5e1e8 Mon Sep 17 00:00:00 2001 From: Levi Neuwirth Date: Wed, 19 Aug 2026 17:22:01 +0200 Subject: [PATCH] docs: two wrong facts --- 33 rows, and approval at 1fc0df6 Both mine, both checkable against evidence already in the repo. The ledger said 35 gate-acceptance rows. The suite has 33. The 35 was git_status_stage1_acceptance's result line, which sits immediately below gate_script_acceptance's in the sweep log; I read the wrong one. The correction names the misread so the next reader can see how a transcription from a sweep log goes wrong. The framing header newly attributed revision 12's approval to 7752bcb. It was 1fc0df6 --- as the ledger says and as 7752bcb's own commit message says in its first line. Restored. The full gate is re-run on THIS commit rather than on the tree that preceded it; the previous run finished twenty seconds before 167d830 was committed, so it described an uncommitted tree. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_016bqGA6s9tTUFzYpbeW3tai --- docs/active-work.md | 7 +++++-- docs/gpu-probe-sigint-framing.md | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/active-work.md b/docs/active-work.md index af2c771..28c3084 100644 --- a/docs/active-work.md +++ b/docs/active-work.md @@ -286,8 +286,11 @@ from #171 and #215. once. State at `3206433`: pushed, signed `G`, worktree clean, `git diff --check` clean, **full default gate green (8/8) in the foreground**, 31 gate-acceptance rows passing. After this commit: - **35 gate-acceptance rows and 16 `gpu_invocation_acceptance` rows**, - with the full gate re-run. + **33 gate-acceptance rows and 16 `gpu_invocation_acceptance` rows**, + with the full gate re-run **on the committed head**. (An earlier + draft said 35: that figure was the `git_status_stage1_acceptance` + result line immediately below `gate_script_acceptance`'s in the sweep + log, misread as this suite's.) - **No PR. Framing revision 12 at `docs/gpu-probe-sigint-framing.md`, APPROVED 2026-08-19 at `1fc0df6`** — revision 10 was approved at `4fba9f6` and revision 9 at `15c25ec`; neither approval covered the diff --git a/docs/gpu-probe-sigint-framing.md b/docs/gpu-probe-sigint-framing.md index 5d8a570..5234ffa 100644 --- a/docs/gpu-probe-sigint-framing.md +++ b/docs/gpu-probe-sigint-framing.md @@ -1,6 +1,6 @@ # GPU launcher / probe SIGINT teardown — framing -Revision 12, approved 2026-08-19 at `7752bcb`. +Revision 12, approved 2026-08-19 at `1fc0df6`. Status: **IMPLEMENTED — R-b + R-d landed and witnessed (§8). Mechanism in §4c; no product change.**