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
|
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 |
|