catlog22
132eec900c
refactor: Replace CLI execution flags with semantic-driven tool selection
...
- Remove --cli-execute flag from plan.md, tdd-plan.md, task-generate-agent.md, task-generate-tdd.md
- Remove --use-codex flag from test-gen.md, test-fix-gen.md, test-task-generate.md
- Remove meta.use_codex from task JSON schema in action-planning-agent.md and cli-planning-agent.md
- Add "Semantic CLI Tool Selection" section to action-planning-agent.md
- Document explicit source: metadata.task_description from context-package.json
- Update test-fix-agent.md execution mode documentation
- Update action-plan-verify.md to remove use_codex validation
- Sync SKILL reference copies via analyze_commands.py
CLI tool usage now determined semantically from user's task description
(e.g., "use Codex for implementation") instead of explicit flags.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-29 15:59:01 +08:00
catlog22
e75cdf0b61
docs: Update documentation for v5.9.6 with new commands and features
...
- Update README_CN.md version badge to v5.9.6
- Update COMMAND_REFERENCE.md with new commands:
- workflow:lite-fix (bug diagnosis workflow)
- workflow:lite-execute (in-memory execution)
- workflow:review-module-cycle (module code review)
- workflow:review-session-cycle (session code review)
- workflow:review-fix (automated fixing)
- memory:docs-* CLI commands
- memory:skill-memory, tech-research, workflow-skill-memory
- Update analyze_commands.py:
- Add lite workflows relationships
- Add review cycle workflows relationships
- Update essential commands list
- Rebuild command-guide index with updated relationships
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-28 17:08:59 +08:00
catlog22
836bf4cd1c
Add UI Design Commands: List and Reference Page Generator
...
- Implemented the '/workflow:ui-design:list' command to list all available design runs with metadata including session, created time, and prototype count.
- Developed the '/workflow:ui-design:reference-page-generator' command to generate multi-component reference pages and documentation from design run extraction, including setup, validation, and preview generation phases.
- Added detailed error handling and usage examples for both commands to enhance user experience and clarity.
2025-11-11 20:53:42 +08:00
catlog22
1897ba4e82
feat: 增强 command-guide skill 支持深度命令分析和 CLI 辅助查询
...
新增 Mode 6: 深度命令分析
- 创建 reference 备份目录(80个文档:11 agents + 69 commands)
- 支持简单查询(直接文件查找)和复杂查询(CLI 辅助分析)
- 集成 gemini/qwen 进行跨命令对比、最佳实践、工作流分析
- 添加查询复杂度自动分类和降级策略
更新文档
- SKILL.md: 添加 Mode 6 说明和 Reference Documentation 章节
- implementation-details.md: 添加完整的 Mode 6 实现逻辑
- 版本更新至 v1.3.0
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-06 16:27:58 +08:00