Merge branch 'feat/batch-replan-and-skills' into main

Add comprehensive skill system and batch replan functionality:
- New skill modules for Gemini, Qwen, Codex, and context search
- Enhanced task replan command with batch mode
- Improved action plan verification
- Complete skill documentation with examples

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
catlog22
2025-10-17 16:12:23 +08:00
24 changed files with 3961 additions and 52 deletions

View File

@@ -55,7 +55,7 @@ RULES: [Template reference] | [Specific constraints: standards, patterns, focus
- Specify scope boundaries
**CONTEXT**:
- File patterns: `@{src/**/*.ts,!**/*.test.ts}` (use `!` to exclude)
- File patterns: `@{src/**/*.ts}` (include only what you need), `@{src/**/*.ts,!**/*.test.ts}` (use `!` to exclude)
- Business context: "50k DAU, PostgreSQL 14, target <200ms p95"
- Tech stack: Versions, frameworks, constraints
- Session memory: "Previous analysis showed X"