mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-28 09:23:08 +08:00
- Add cleanup-ghost-commands.mjs script - Refresh ccw-help index files (remove stale entries) - CLI session manager: add instruction assembler and launch registry - Frontend: orchestrator plan builder, property panel, dashboard toolbar updates - Flow executor and type updates - Minor fixes across multiple skills and commands
14 lines
519 B
JSON
14 lines
519 B
JSON
[
|
|
{
|
|
"name": "start",
|
|
"command": "/workflow:session:start",
|
|
"description": "Discover existing sessions or start new workflow session with intelligent session management and conflict detection",
|
|
"arguments": "[--type <workflow|review|tdd|test|docs>] [--auto|--new] [optional: task description for new session]",
|
|
"category": "workflow",
|
|
"subcategory": "session",
|
|
"usage_scenario": "general",
|
|
"difficulty": "Intermediate",
|
|
"source": "../../../commands/workflow/session/start.md"
|
|
}
|
|
]
|