Observe Before Editing Before editing code to fix a bug, confirm what the system actually produced . Pattern Outputs don't lie. Code might. Check outputs first. DO 1. Check if expected directories exist: 2. Check if expected files were created: 3. Check logs for errors: 4. Run the failing command manually to see actual error 5. Only then edit code DON'T - Assume "hook didn't run" without checking outputs - Edit code based on what you think should happen - Confuse global vs project paths (check both: and ) Source Sessions - a541f08a: Token limit error was invisible until manual run revealed it…