fix-reason · diff

git:20260320.bfbf3af to v5.0.0

12 added, 9 removed. Audit A to A.

---
name: fix-reason
- description: "[REASON:root-cause|step=2-of-3]=>[TRACE:symptom-backward]=>[CONFIRM:before-fix]"
+ description: Step 2 of debugging: reason about root cause based on observed symptoms.
+ version: 5.0.0
---
- [STEP:2-of-3|name=reason]
- [TRACE:symptom]=>[backward-to-cause]
- [CHECK:most-likely-first|80-20-rule]
- [READ:relevant-code]
- [IF:multiple-causes]=>[TEST:each-systematically]
- [CONFIRM:root-cause|before=attempting-fix]
- common=typo|missing-dep|wrong-path|db-disconnected|port-conflict|permission-denied|API-key-wrong
- [GUESS-AND-PATCH|allow=false]=>[FIND:real-cause]
+
+ ::GENE{fix-reason|conf:confirmed|scope:global}
+ -e T:binary_search_for_cause
+ T:check_recent_changes_first
+ A:blame_random_component⇒systematic
+
+ ::ACTIVATE{fix-reason}
+ ON:debugging
+
+ Powered by I-Lang v3.0 | ilang.ai