docs: add iss-73 to drain #2 scope + capture iss-80 - #49
Merged
Conversation
iss-73 (relocate logbook runtime output to .abcd/.work.local/logs/) became drain-safe once the 2026-07-12 maintainer adjudication fixed the target location — no design call remains. It is detector-shaped (arm the .abcd/logbook retired-location ban, watch it flag lint.go:487 and scanner.go:82, relocate behind it) and clears the logbook iss-56 on resolve. Scope fence, stop condition, and rationale updated: two issues -> three. Assisted-by: Claude:claude-opus-4-8
Dogfooding friction from the drain #2 loop launch: the /abcd:run protocol fail-closes on a missing mandatory PLAN field but not on a wholly-absent PLAN file, and the loop was launched before its plan was merged. Captured per the always-capture-abcd-friction rule; fix is a protocol robustness follow-up (step-0 plan-file precondition + no substitute-plan synthesis). Assisted-by: Claude:claude-opus-4-8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Expands the drain #2 run plan from two issues to three by adding iss-73
(
relocate-logbook-output), and captures iss-80 — the protocol gap thisepisode surfaced.
Why iss-73 is drain-safe
memory/lint.gowrites lint reports to.abcd/logbook/memory/(lint.go:487)and
scanner.godefaultSkipFragmentsreferences.abcd/logbook/pii-scan/+.abcd/logbook/audit-history/(scanner.go:82) — a retired location(iss-36/iss-56). The 2026-07-12 maintainer adjudication decided runtime artefacts
belong in
.abcd/.work.local/logs/(the gitignored runtime tier), so no designcall remains. It is detector-shaped (arm the
.abcd/logbookretired-locationban → it flags the two source sites → relocate behind it), and resolving it clears
the logbook
iss-56.iss-80 (captured, not fixed here)
The
/abcd:runprotocol fail-closes on a missing/malformed mandatory PLAN fieldbut not on a wholly-absent PLAN file, and the loop was launched before its plan
was merged. Follow-up: a step-0 plan-file precondition + a no-substitute-synthesis
rule. Captured per the always-capture-abcd-friction discipline.
Scope
Record-only: the drain #2 plan md + the new iss-80 ledger entry. No code.
Assisted-by: Claude:claude-opus-4-8