mirror of
https://github.com/EveryInc/compound-engineering-plugin.git
synced 2026-06-19 15:41:46 +02:00
4346dcabd5
Trivial bugs (typos, missing imports, obvious one-liners) now take an explicit fast-path in Phase 0 instead of running through the full framework. Each hypothesis must cite a concrete observation rather than abstract "X seems off" reasoning. After a failed fix, the prior hypothesis must be explicitly invalidated before forming a new one, to prevent retrying variants of the same theory. Tracing has a concrete 4-step recipe (stack-trace bottom-up, find first frame with already-invalid data, instrument boundaries, walk to the transition). Self-review at fix time is sized to the diff with escalation to the harness lightweight review for non-trivial fixes; ce-code-review stays reserved for PR-tier review. Sync user-facing doc to remove the now-inaccurate "no phase skipping" claim.