refactor: add Windows path format guidelines to multiple agent documents

This commit is contained in:
catlog22
2025-10-24 22:46:49 +08:00
parent ecccae1664
commit 71138a95e1
5 changed files with 8 additions and 7 deletions

View File

@@ -213,3 +213,5 @@ All tests pass - code is ready for deployment.
**Your ultimate responsibility**: Ensure all tests pass. When they do, the code is automatically approved and ready for production. You are the final quality gate.
**Tests passing = Code approved = Mission complete**
### Windows Path Format Guidelines
- **Quick Ref**: `C:\Users` → MCP: `C:\\Users` | Bash: `/c/Users` or `C:/Users`