Snider
|
03b77bd9db
|
fix(plugin): drop core: prefix — commands use code: namespace from dir
Plugin commands derive namespace from directory (claude/code/) not
the name field. Commands now: /code:dispatch, /code:status, /code:recall,
/code:review, /code:sweep, /code:scan.
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-15 16:51:40 +00:00 |
|
Snider
|
6045805dfc
|
feat(plugin): add dispatch, status, recall, scan commands
New slash commands for the agentic system:
- /dispatch — dispatch subagent to sandboxed workspace
- /status — show workspace status (running/blocked/completed)
- /recall — search OpenBrain memories
- /scan — find actionable Forge issues
Fix MCP URL: api.lthn.sh/mcp → mcp.lthn.sh (subdomain routing).
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-15 14:47:17 +00:00 |
|