mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
docs: add bash execution rules and Windows path conversion guide
- Add rule to prevent run_in_background parameter in bash() calls - Add Windows path conversion guidelines for Git Bash compatibility - Simplify path handling: C:\path → /c/path, relative paths unchanged
This commit is contained in:
@@ -70,6 +70,11 @@ For all CLI tool usage, command syntax, and integration guidelines:
|
||||
- Learn from existing implementations
|
||||
- Stop after 3 failed attempts and reassess
|
||||
|
||||
## Platform-Specific Guidelines
|
||||
|
||||
### Windows Path Conversion for Bash Commands
|
||||
- **Windows paths** must convert to Git Bash format: `C:\path` → `/c/path`, `D:\path` → `/d/path`, `\` → `/`
|
||||
- **Relative paths** (starting with `.` or `..`) require no conversion
|
||||
|
||||
#### **Content Uniqueness Rules**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user