mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
feat: Optimize ccw-help skill with user-prompted update mechanism
- Add auto-update.py script for simple index regeneration - Update SKILL.md with clear update instructions - Simplify update mechanism: prompt user on skill execution - Support both automatic and manual update workflows - Clean version 2.3.0 metadata in command.json
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"_metadata": {
|
||||
"version": "2.1.0",
|
||||
"version": "2.3.0",
|
||||
"total_commands": 51,
|
||||
"total_agents": 16,
|
||||
"description": "Unified CCW-Help command index"
|
||||
"description": "Unified CCW-Help command index",
|
||||
"update": "User prompted to update on skill execution. Run 'python scripts/auto-update.py' for manual update."
|
||||
},
|
||||
|
||||
"essential_commands": [
|
||||
|
||||
Reference in New Issue
Block a user