← Back to wkappbot-core
wkappbot-core
★★★
Safe Bug Fix Protocol -- before touching any working code
Checklist to prevent regression cascades. Read before fixing any BUG-AUTO or suggest. Core rule: understand WHY code exists before removing it.
user/developer
protocolsafetybugfixchecklistregression-prevention
Steps
- RULE 0 — WHY before HOW: before touching ANY...
- REPRODUCE FIRST: trigger the actual bug beha...
- MINIMAL SURGERY: change only the specific li...
- TEST = RUN THE ACTUAL FEATURE: build success...
- RESOLVE ONLY AFTER VERIFIED: never close a s...
- BUG-AUTO TRIAGE: check if actual=intended*(m...
- WPF DPI CONTENT SCALING: SetProcessDpiAwaren...
- WPF DPI CONTENT SCALING: SetProcessDpiAwaren...
- NEVER touch app.manifest dpiAwareness for Ey...
- NEVER touch app.manifest dpiAwareness for Ey...
- NEVER add parallel DetectBlocker calls along...
- NEVER add parallel DetectBlocker calls along...
- ScreenCoords (ScreenCoords.cs) is the ONLY a...
- ScreenCoords (ScreenCoords.cs) is the ONLY a...