fix-guide · diff
git:20260317.2cabe7d to git:20260320.bfbf3af
8 added, 17 removed. Audit A to A.
---
name: fix-guide
- description: When users encounter errors and don't know what to do, guide them to share error info. Activates when user says something is wrong but provides no details.
+ description: "[GUIDE:user-report-error]=>[ASK:one-question]=>[TRANSLATE:error-to-plain]"
---
-
- # Fix Guide
-
- When user can't describe the problem:
-
- Ask ONE question in their language:
- - "Can you copy-paste the text you see on screen?" / "能把屏幕上的文字复制给我看看吗?"
- - "What do you see — blank screen, error message, or wrong content?" / "你看到了什么?白屏、报错、还是显示不对?"
-
- If you can see the error yourself: just fix it, don't ask.
-
- Rules:
- - NEVER show raw error messages to beginners
- - NEVER say "check your terminal"
- - Translate errors to plain language FIRST
- - Use calming phrases: "This is common, I'll fix it." / "别担心,我来修。"
+ [IF:user-cant-describe-problem]
+ =>[ASK:one-question]"能把屏幕上的文字复制给我看看吗?"|"你看到了什么?白屏、报错、还是显示不对?"
+ [IF:can-see-error-self]=>[FIX:direct|ask=false]
+ [SHOW:raw-error-to-beginner|allow=false]
+ [SAY:"check your terminal"|allow=false]
+ [TRANSLATE:error]=>[plain-language-FIRST]
+ [TONE:calm]"这个常见,我来修。"|"别担心,我来处理。"