mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
feat: Enhance CodexLens indexing and search capabilities with new CLI options and improved error handling
This commit is contained in:
16
.claude/workflows/windows-platform.md
Normal file
16
.claude/workflows/windows-platform.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Windows Platform Guidelines
|
||||
|
||||
## Path Format Guidelines
|
||||
|
||||
### MCP Tools
|
||||
- Use double backslash: `D:\\path\\file.txt`
|
||||
- Example: `read_file(paths="D:\\Claude_dms3\\src\\index.ts")`
|
||||
|
||||
### Bash Commands
|
||||
- Use forward slash: `D:/path/file.txt` or `/d/path/file.txt`
|
||||
- Example: `cd D:/Claude_dms3/src`
|
||||
|
||||
### Relative Paths
|
||||
- Universal format works in both MCP and Bash contexts
|
||||
- Example: `./src/index.ts` or `../shared/utils.ts`
|
||||
|
||||
Reference in New Issue
Block a user