feat(docs): update Bash tool usage to enforce foreground execution for CLI calls

This commit is contained in:
catlog22
2025-12-30 14:28:32 +08:00
parent f566b8aabc
commit 6e99cd97ca
12 changed files with 34 additions and 2 deletions

View File

@@ -296,6 +296,9 @@ Before completing any task, verify:
- Make assumptions - verify with existing code
- Create unnecessary complexity
**Bash Tool**:
- Use `run_in_background=false` for all Bash/CLI calls to ensure foreground execution
**ALWAYS:**
- Verify module/package existence with rg/grep/search before referencing
- Write working code incrementally