feat: Add workflow resume command and remove deprecated gemini_required

- Add comprehensive /workflow:resume command with intelligent interruption detection
- Support multiple recovery strategies: automatic, targeted, retry, skip, force
- Implement context reconstruction and status synchronization
- Remove deprecated "gemini_required": true from task JSON examples
- Replace with pre_analysis multi-step approach for better workflow control

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
catlog22
2025-09-15 19:20:33 +08:00
parent 61045bb44f
commit 2b7aad6d65
2 changed files with 383 additions and 2 deletions

View File

@@ -148,8 +148,7 @@ For each executable task:
"phase": "IMPLEMENT",
"plan_context": "Authentication system with OAuth2 support"
},
"focus_modules": ["src/auth/", "tests/auth/"],
"gemini_required": true
"focus_modules": ["src/auth/", "tests/auth/"]
}
```