mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 22:26:38 +03:00
Previous hardening emitted a 7-line todo array and a 10-line ASCII-bar stderr banner on every accept event, both printed to the agent's transcript. Per-event overhead added up fast on multi-variant sessions. Keep the three-layer defence but shrink the per-event noise: - todo is now a single string: "REQUIRED before next poll: carbonize cleanup in FILE. See reference/live.md ..." - stderr is one line with the same pointer. - reference/live.md keeps the full five-step checklist (loaded once per session, so its verbosity is a fixed cost — no repetition tax). Attention signal still triple-redundant: stdout todo, stderr line, reference section.