Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 19:42
· 13 commits to main since this release

v0.7.0

[0.7.0] — 2026-06-11

Changed

  • references/diagnose-loop.md — extended from 6 to 8 phases (0–7) to close the cross-session memory loop: Phase 0 consult (grep docs/lessons.md + the iteration journal for the symptom before building a feedback loop; a matched lesson pre-ranks a Phase 3 hypothesis but never replaces reproduction — same symptom ≠ same cause) and Phase 7 distill (verified root cause → general rule appended to docs/lessons.md, gated by all-three: general + verified-by-regression-test + non-obvious; most bugs correctly produce no lesson). Defines the docs/lessons.md entry format (rule / Applies when / Root cause / Verified by / date) and the scope boundary vs CLAUDE.md (agent behavior) / CONTEXT.md (terms) / backlog (deferred decisions). Six new anti-patterns. SKILL.md step 5, Quick Reference row, and reference index updated. 🟡 informed by Anthropic's loop-design write-up (fail → investigate → verify → distill → consult progression; vendor post, small-n).
  • references/harness-primitives.md §8 — /goal entry gains loop-design rules: rubric must be checkable (point the goal at close-gate exit 0, never prose), grading stays in an independent context (verifier subagent / deterministic gate, never the looping model's self-critique), and /goal is the self-correction layer ABOVE the un-bypassable close-gate + pre-push-hook floor, never a replacement for it.


Full history: see CHANGELOG.md

What's Changed

✨ New Features & References

  • feat(diagnose-loop): add Phase 0 consult + Phase 7 distill memory steps by @Victoriakaey in #7

Full Changelog: v0.6.0...v0.7.0