From c9539baa0fe7ea9acadc16e831ceabeb99d174f0 Mon Sep 17 00:00:00 2001 From: Jason Woltje Date: Sat, 26 Sep 2026 19:45:26 -0500 Subject: [PATCH] docs(records): CHAT-03 build note for unexplained aborted, lead decision 34 Co-Authored-By: Claude Opus 5.5 --- docs/plans/2026-09-26_lead-decisions.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/plans/2026-09-26_lead-decisions.md b/docs/plans/2026-09-26_lead-decisions.md index 3c02ba58..3548c498 100644 --- a/docs/plans/2026-09-26_lead-decisions.md +++ b/docs/plans/2026-09-26_lead-decisions.md @@ -428,3 +428,8 @@ which stay with him. Each item names who decided it and what happened. brief, the earlier rounds and the six review reports. Sage names the source author after queue A2 lands, so Darkwing isn't split between them. The code may not start before then. +34. **CHAT-03 build note, Filbert n3.** Under items 30 and 31, only the + controller's `abort` can produce `aborted`. If the code ever sees + `aborted` with no stop in progress, it treats it as an overlap signal. + It does not invent a stop link. This goes into the build and its tests, + and the pinned brief stays as it is.