Files
Trevin Chow 4346dcabd5 fix(ce-debug): right-size triage and tighten hypothesis discipline
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.
2026-05-08 07:56:49 -07:00
..