catlog22
047d809e23
docs: rename general-purpose agent to universal-executor and update documentation
...
Major updates in this release:
1. Agent Renaming (13 files, 21 references):
- Renamed general-purpose → universal-executor to avoid naming conflicts
- Updated all references in commands and workflows
- Maintained backward compatibility in documentation
2. README Updates (4 files):
- Removed /workflow:session:start step (auto-created by /workflow:plan)
- Simplified workflow from 4 steps to 3 steps
- Updated version to v4.6.2
- Added CLI tool usage guidelines
3. GETTING_STARTED Enhancements (2 files):
- Added Design Philosophy section explaining multi-model CLI integration
- Added comprehensive CLI tool usage guide with common workflows
- Reorganized quick start to emphasize automatic session creation
- Added examples for bug fixes and feature development
Files modified:
- Agent config: .claude/agents/general-purpose.md
- Commands: 7 files in .claude/commands/
- Workflows: 5 files in .claude/workflows/
- Documentation: README.md, README_CN.md, GETTING_STARTED.md, GETTING_STARTED_CN.md
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-23 21:18:36 +08:00
catlog22
1073e43c0b
refactor: split task JSON templates and improve CLI mode support
...
- Split task-json-schema.txt into two mode-specific templates:
- task-json-agent-mode.txt: Agent execution (no command field)
- task-json-cli-mode.txt: CLI execution (with command field)
- Update task-generate.md:
- Remove outdated Codex resume mechanism description
- Add clear execution mode examples (Agent/CLI)
- Simplify CLI Execute Mode Details section
- Update task-generate-agent.md:
- Add --cli-execute flag support
- Command selects template path before invoking agent
- Agent receives template path and reads it (not content)
- Clarify responsibility: Command decides, Agent executes
- Improve architecture:
- Clear separation: Command layer (template selection) vs Agent layer (content generation)
- Template selection based on flag, not agent logic
- Agent simplicity: receives path, reads template, generates content
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-18 20:44:46 +08:00