fix: Remove explicit timeout parameters from CLI commands in doc_agent.md

- Remove -t 1200000 timeout parameters from gemini-wrapper and codex commands
- Use default timeout behavior as defined in intelligent-tools-strategy.md
- Simplify command templates for better readability

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
catlog22
2025-09-18 19:51:20 +08:00
parent a4dc217a53
commit d840171571

View File

@@ -155,7 +155,7 @@ OUTPUT FORMAT:
- API documentation with types and examples
- Dependency map with clear relationships
- Usage examples from actual codebase
" -t 1200000
"
```
### Module Documentation Template
@@ -173,7 +173,7 @@ DOCUMENTATION GENERATION RULES:
4. Generate dependencies.md with dependency analysis
5. Create examples.md with practical usage examples
6. Ensure consistent formatting and cross-references
" -s danger-full-access -t 1200000
" -s danger-full-access
```
## Agent Task Templates