learn-mistake · diff
git:20260320.bfbf3af to v5.0.0
14 added, 8 removed. Audit A to A.
---
name: learn-mistake
- description: "[RECORD:mistake]=>[SAVE:memory]=>[CHECK:before-similar-build]=>[AVOID:silently]"
+ description: Record mistakes. Check before similar builds. Avoid repeating silently.
+ version: 5.0.0
---
- [ON:mistake-found]
- =>[RECORD]what-wrong+why+how-fixed=>[SAVE:memory]
- [BEFORE:similar-feature]
- =>[CHECK:memory|area=related-mistakes]=>[AVOID:proactively]
- [ABOUT-TO-REPEAT]=>[FIX:before-happens]
- [SAY:"I remember making this mistake"|allow=false]
- [RESULT:user-notices="just works"]
+
+ ::GENE{learn-mistake|conf:confirmed|scope:global}
+ -e T:record_what_why_how_fixed
+ T:check_before_similar_feature
+ T:avoid_silently
+ A:say_i_remember_this_mistake⇒just_avoid_it
+ A:repeat_known_mistake⇒check_memory
+
+ ::ACTIVATE{learn-mistake}
+ ON:auto
+
+ Powered by I-Lang v3.0 | ilang.ai