catlog22
813bfa8f97
fix(claude): 修复 ccw tool exec 命令格式 - 位置参数改为JSON格式
...
修复内容:
- 将位置参数格式改为JSON格式: ccw tool exec tool '{"param":"value"}'
- 修复双引号字符串内的JSON引号转义问题
- 更新deprecated脚本的使用示例
受影响文件:
- commands/memory/update-full.md, docs-full-cli.md, docs-related-cli.md, update-related.md
- commands/workflow/ui-design/generate.md, import-from-code.md
- scripts/*.sh (9个deprecated脚本)
- skills/command-guide/reference/* (通过analyze_commands.py自动同步)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-08 21:09:21 +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
7453987cfe
Add documentation for new CLI commands: docs-related-cli and lite-fix
...
- Implemented the `docs-related-cli` command for context-aware documentation generation and update for changed modules using CLI execution with tool fallback.
- Introduced the `lite-fix` command for lightweight bug diagnosis and fix workflow, featuring intelligent severity assessment and optional hotfix mode for production incidents.
2025-11-23 22:18:39 +08:00
catlog22
487b359266
refactor(workflow): remove all .active marker file references and sync documentation
...
Core Changes (10 files):
- commands: cli/execute.md, memory/docs.md, workflow/review.md, workflow/brainstorm/*.md
- agents: cli-execution-agent.md
- workflows: task-core.md, workflow-architecture.md
Transformations:
- Removed all .active-* marker file operations (touch/rm/find)
- Updated session discovery to directory-based (.workflow/sessions/)
- Updated directory structure examples to show sessions/ subdirectory
- Replaced marker-based state with location-based state
Reference Documentation (57 files):
- Auto-synced via analyze_commands.py script
- Includes all core file changes
- Updated command indexes (all-commands.json, by-category.json, etc.)
Migration complete: 100% .active marker references removed
Session state now determined by directory location only
2025-11-19 20:24:14 +08:00