config: Extend execution timeout from 5 to 10 minutes

- Increase Bash command timeout to 10 minutes for both gemini and codex workflows
- Better support for large codebase analysis and complex autonomous development tasks

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
catlog22
2025-09-11 17:34:57 +08:00
parent a24f373016
commit 1f6b73b4d9
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ type: technical-guideline
### ⏱️ Execution Settings
- **Default Timeout**: Bash command execution extended to **5 minutes** to handle complex autonomous development workflows.
- **Default Timeout**: Bash command execution extended to **10 minutes** to handle complex autonomous development workflows.
- **Autonomous Intelligence**: Codex automatically manages file discovery and context gathering in `--full-auto` mode.
### 📁 Shared Template Directory Structure

View File

@@ -68,7 +68,7 @@ type: technical-guideline
### ⏱️ Execution Settings
- **Default Timeout**: Bash command execution extended to **5 minutes** to handle large codebase analysis.
- **Default Timeout**: Bash command execution extended to **10 minutes** to handle large codebase analysis.
- **Content Limits**: When `--all-files` exceeds token limits, automatically fall back to selective `@` patterns.