You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Teach planner to write flat, simple rules to avoid branch miscounts
Changed guidance from counting branches to writing simple rules:
- One condition per rule (avoid "if A and B")
- Split compound conditions into separate rules
- Add 1-2 extra examples to be safe
- Updated cart example to show flat rule structure
Should prevent E012 errors from complex nested conditionals.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments