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

@@ -308,3 +308,5 @@ Before completing any task, verify:
- Keep functions small and focused
- Generate detailed summary documents with complete component/method listings
- Document all new interfaces, types, and constants for dependent task reference
### Windows Path Format Guidelines
- **Quick Ref**: `C:\Users` → MCP: `C:\\Users` | Bash: `/c/Users` or `C:/Users`