Files
DevRunbook-Public/content/playbooks/root-cause-bugfix/prompt.md
T
DevRunbook release export cfd2804e27
Managed validation / full (push) Successful in 3m18s
Publish DevRunbook source
2026-09-03 04:09:17 +02:00

591 B

Root-cause bug-fix instructions

Problem to solve:

{{ inputs.problemStatement }}

Known reproduction clues:

{{ inputs.reproductionClues }}

Likely affected scope: {{ inputs.affectedScope }}. Backwards compatibility required: {{ inputs.preserveCompatibility }}.

Begin with evidence. Do not anchor on the user's suspected module if repository behavior points elsewhere. A new regression test should fail for the correct reason before the fix and pass afterward. Do not make unrelated style or dependency changes unless they are strictly necessary for the causal repair and are explained.