27  Bug-Hunt Stack

28 Bug-Hunt Stack

Working seal: stack://bug-hunt-stack/08B5079286

Enter: Use when a defect is real but the cause is not yet localized.

28.3 Loop or Recursion

{
  "steps": [
    2,
    3,
    4,
    5,
    6
  ],
  "until": "The bug is eliminated or evidence stops improving"
}

28.4 On Fail

Escalate to a deeper diagnostic stack and preserve reproduction, traces, and rejected hypotheses.

28.5 Why It Works

It prevents patching before localization.