@wrongstack/cli 0.2.0 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +468 -444
- package/dist/index.js.map +1 -1
- package/package.json +9 -8
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ wstack mcp list # show configured MCP servers
|
|
|
44
44
|
/mode <id> # activate a mode (debugger, code-reviewer, …)
|
|
45
45
|
/memory # show/edit project memory
|
|
46
46
|
/skill [name] # list skills / show a specific skill
|
|
47
|
-
/context # show token usage breakdown
|
|
47
|
+
/context # show token usage breakdown; /context mode, /context repair
|
|
48
48
|
/sessions # list past sessions
|
|
49
49
|
/resume <id> # resume a session
|
|
50
50
|
/todos [show|add|done|clear] # tactical task board (auto-checkpointed)
|