release: v0.0.2
Some checks failed
Release / tag-and-notes (push) Has been cancelled
Nightly / report (push) Has been cancelled

Squash-merge integration into main for v0.0.2
This commit is contained in:
2025-09-10 22:47:49 +00:00
parent 9cb1f5da1f
commit d381070c75
32 changed files with 396 additions and 55 deletions

View File

@@ -0,0 +1,9 @@
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.