mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user