surgical-patch
द्वारा juliusbrussee
सबसे संकीर्ण जिम्मेदार परत पर बग ठीक करें और छोटे व्यवहार परिवर्तन करें। जब प्रतिगमन प्रमाण, संरक्षित आस-पास का व्यवहार, और कार्य-संबंधित परीक्षण महत्वपूर्ण हों तब उपयोग करें।
npx skills add https://github.com/juliusbrussee/caveman --skill surgical-patchSurgical patch
Reproduce failure first when economical; otherwise capture strongest available evidence.
- Trace symptom to responsible mechanism.
- Change narrowest layer that owns incorrect behavior.
- Preserve unrelated behavior and user changes.
- Avoid cleanup, renaming, and abstraction outside fix.
- Add only regression proof relevant to task.
Run focused proof plus nearest affected gate. Stop when failure is fixed and regression proof passes.