Files
dotfiles/claude/memory
David F GliddenandClaude Opus 5 f535ca45b3 skill-harvest: split register into a live index + verbatim archive (Stroke 4)
Executed under the 2026-07-19 FULL REVIEW Stroke-4 authorization ("register compaction:
AUTHORIZED"), which had sat unexecuted for six weeks.

Split, not collapsed. Stroke 4's prescribed method — "ruled items collapse to verdict
lines; detail stays in git history" — could not reach the goal: of 190 table rows only 13
were ruled. The register was large with OPEN proposals, not settled history, so
collapsing every ruled row would have removed ~7% and left it over the read cap.

Method taken instead is the MEMORY.md precedent (213KB -> 17KB): live index plus detail
layer. skill-harvest-register.md now carries the frontmatter, the explainer, the
authoritative 2026-07-19 FULL REVIEW block, and every open proposal as one indexed line
with a pointer to its archive section. skill-harvest-archive.md is the previous register
verbatim.

Lossless by construction, not by git recovery: the archive tail is byte-identical to the
original body over 166,027 bytes, and all 177 open rows are indexed. Unmarked rows are
carried as PROPOSED? — unmarked is open until ruled, never silently closed.

166,589 -> 44,421 bytes (73%), roughly 41,600 -> 10,900 tokens, so the /wake-up step that
exists to surface open proposals can complete for the first time since the 2026-07-22
tripwire. This increases what reaches the steward from zero to 177; the hard floor it
must not cross is reducing that, which it does not.

Correction to the estimate filed in the PENDING-88 amendment: I sized this at ~19 KB
assuming ~110 bytes per entry. Actual is 44 KB at ~250 bytes per entry — under the cap,
but my figure was wrong.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WuMjg3ipEVa3n8CoSzoyvc
2026-08-01 17:57:57 +02:00
..