@sma1lboy/kobe 0.8.147 → 0.8.149
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/dist/cli/index.js +5 -5
- package/dist/cli/kobe-run.js +5 -5
- package/dist/cli/rove-run.js +5 -5
- package/dist/skills/rove/SKILL.md +4 -3
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@ name: rove
|
|
|
3
3
|
description: Use when controlling Rove tasks, parallel coding attempts, hosted agent sessions, task lifecycle, or the daemon-owned issue tracker from a shell. Also the ONLY channel for messaging another agent session on this machine — `rove api send`, never a peer/MCP side channel.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
<!-- rove-skill-version:
|
|
6
|
+
<!-- rove-skill-version: 31 — bump in lockstep with KOBE_SKILL_VERSION (src/lib/skill-install.ts). -->
|
|
7
7
|
|
|
8
8
|
# Rove shell control
|
|
9
9
|
|
|
@@ -399,8 +399,9 @@ spawning agent's engine tab, not as stored state nobody reads.
|
|
|
399
399
|
dispatcher (the creating task + tab); when the work is finished, a bare
|
|
400
400
|
`rove api send --prompt "<succeeded|failed>: <one line> (branch <final
|
|
401
401
|
branch>)"` routes the outcome back to that exact tab. Include the final
|
|
402
|
-
branch name — the spawner needs it to `land`.
|
|
403
|
-
|
|
402
|
+
branch name — the spawner needs it to `land`. Use the BARE form: an explicit
|
|
403
|
+
`--task-id <spawner>` skips dispatcher routing and lands on that task's
|
|
404
|
+
canonical engine tab, which can be a different agent's session.
|
|
404
405
|
|
|
405
406
|
**"Succeeded" means COMMITTED.** Green tests in your working tree are not a
|
|
406
407
|
deliverable — the only thing `land` can merge is commits on your branch.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@sma1lboy/kobe",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.149",
|
|
5
5
|
"description": "Rove — the agent multiplexer for your terminal. Run coding agents on parallel tasks with isolated worktrees and persistent sessions.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"packageManager": "bun@1.3.13",
|