v0.7.0 — proof-carrying code lifecycle + gate precision
- plumb receipt generate — auto-synthesize an honest, conformant receipt from base+diff+intent (ci_covered validation, self_modifying auto-detected from protected_paths, diff_sha256). Makes MCP-authored code changes proof-carrying by construction.
- lifecycle config (policy.json): review | auto_merge. auto_merge enables GitHub-native auto-merge on a terminal PASS only.
- protected_paths — conservative default (gate/workflows/auth/migrations/billing/proof; NOT broad src/**), user-tweakable per repo; a set value replaces the default. So REVIEW/self_modifying fires on genuinely high-consequence surfaces, not everything.
- follow-up consolidation — min_confidence threshold + ONE checklist issue per PR (updated in place) + auto-close on merge.
318 tests. Enables the non-coder code lifecycle + fixes gate over-firing.