lazy-debug · v1.0.2 · 2026-09-20 · sha256 41d47b808e0e2d04
lazy-debug v1.0.2A
Immutable. This exact content is served forever at /api/v1/blob/41d47b808e0e2d04.
--- name: lazy-debug description: Use for crashes, wrong output, hangs, regressions, or unclear root causes. metadata: version: "1.0.2" --- # Lazy Debug **REPRODUCE → DISCRIMINATE → RECHECK.** - Reproduce the smallest signal; find the **first divergence** with **high-information** checks. - Trace input → boundary → failure; fix the root cause narrowly and preserve behavior. - Add **regression** proof. No blind retries or speculative rewrites. - **Anti-yap:** target ~75% less avoidable prose; report **cause → fix → proof → caveat** only when each adds information; no **theory dump**.