The mechanism
A live cockpit is a function of its inputs, and functions have no history.
The decision engine is built as a calculation surface: gate state, daily expectancy, four weekly structural reads, override cap and throughput mode go in, and a final tier, pool, per-trade average and directive come out. Every one of those outputs is a formula evaluated against the current contents of the input cells. Nothing is stored. The moment a weekly status is updated for the new week, every downstream output recalculates, and the previous cycle's tier, pool, overlay caps and directive cease to exist anywhere in the workbook. This is correct behaviour for a live surface — the whole point is that it always shows the current authorisation — and it means the surface is structurally incapable of answering what it said last Tuesday.
The engine's state survives only until the next input update, which happens at the top of the following cycle. The log entry is the single point in the loop where the decision is captured — miss it and the cycle leaves no trace of what was authorised.

