Files
BT411/tools
arcattackandClaude Opus 5 becaddb662 console logs ROTATE instead of truncate -- tonight's evidence loss cannot repeat
Two destroyers, both in btoperator.py:
  * Start Session zeroed operator_relay.log -- took the whole 23:08 session
    (the reservoir-crash round's relay trace) minutes after it happened;
  * Launch local instances os.remove()'d operator_N.log -- took the pod's
    [crash] self-report block before it could be copied.

Both now rotate the previous file to <name>.1 (btrelay_park's pattern: drop
the old .1, os.replace, never block on a locked file).  One generation of
history is exactly what post-mortems needed twice tonight.  All four console
suites pass; picks up on the console's next restart.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-27 00:13:06 -05:00
..