Overview
By the end of this act you can: drop into the budget tracker, use the agent to map how it works, and fix the bug from Act 0. You’ll fix it correctly, with a test that proves it.
Remember Act 0: /summary confidently reported $1,300 spent this month, and it was
wrong. This is where you make it right. Not by vibing a patch, but by orienting, planning, and
executing a change that holds.
The arc
Section titled “The arc”-
Orient. Use the agent to map the codebase. Find where “spent” is computed, and what feeds it.
-
Plan. Turn that understanding into an explicit plan, two ways, before writing code. This is where planning earns its keep and vibing quietly fails.
-
Make the change. Execute against the plan. The honest number appears, the tests prove it, and nothing else breaks.