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
16 lines
259 B
JSON
16 lines
259 B
JSON
{
|
|
"workflow:session:start": {
|
|
"next_steps": [],
|
|
"related": [
|
|
"workflow:session:list",
|
|
"workflow:session:resume"
|
|
]
|
|
},
|
|
"workflow:session:resume": {
|
|
"alternatives": [],
|
|
"related": [
|
|
"workflow:session:list"
|
|
]
|
|
}
|
|
}
|