Files
Charles N Wyble d381070c75
Some checks failed
Release / tag-and-notes (push) Has been cancelled
release: v0.0.2
Squash-merge integration into main for v0.0.2
2025-09-10 22:47:49 +00:00

385 B
Raw Permalink Blame History

Execution Principles

  • Solve the users request endtoend before yielding.
  • Prefer rootcause fixes over surface patches.
  • Keep changes minimal and aligned with existing style.
  • Avoid fixing unrelated issues; mention them briefly if relevant.
  • After changes, run focused validation; expand scope only as needed.
  • Summarize results clearly with next actions or options.