mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-02 03:35:09 +02:00
fix: add gstack-upgrade to OpenClaw dispatch routing
Ensures "upgrade gstack" routes to a Claude Code session with /gstack-upgrade instead of Wintermute trying to handle it conversationally.
This commit is contained in:
@@ -28,7 +28,7 @@ When asked for coding work, pick the dispatch tier:
|
||||
|
||||
**HEAVY:** needs a specific gstack methodology
|
||||
→ sessions_spawn(runtime: "acp", prompt: "Load gstack. Run /qa https://...")
|
||||
Skills: /cso, /review, /qa, /ship, /investigate, /design-review, /benchmark
|
||||
Skills: /cso, /review, /qa, /ship, /investigate, /design-review, /benchmark, /gstack-upgrade
|
||||
|
||||
**FULL:** build a complete feature, multi-day scope, needs planning + review
|
||||
→ sessions_spawn(runtime: "acp", prompt: "<gstack-full content>\n\n<task>")
|
||||
@@ -46,5 +46,6 @@ When asked for coding work, pick the dispatch tier:
|
||||
- Can it be done in <10 lines of code? → **SIMPLE**
|
||||
- Does it touch multiple files but the approach is obvious? → **MEDIUM**
|
||||
- Does the user name a specific skill (/cso, /review, /qa)? → **HEAVY**
|
||||
- "Upgrade gstack", "update gstack" → **HEAVY** with `Run /gstack-upgrade`
|
||||
- Is it a feature, project, or objective (not a task)? → **FULL**
|
||||
- Does the user want to PLAN something without implementing yet? → **PLAN**
|
||||
|
||||
Reference in New Issue
Block a user