@sma1lboy/rove 0.8.126 → 0.8.128
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 +363 -362
- package/dist/cli/kobe.js +363 -362
- package/dist/cli/rove.js +363 -362
- package/dist/skills/rove/SKILL.md +8 -1
- 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: 29 — bump in lockstep with KOBE_SKILL_VERSION (src/lib/skill-install.ts). -->
|
|
7
7
|
|
|
8
8
|
# Rove shell control
|
|
9
9
|
|
|
@@ -394,6 +394,13 @@ branch>)"` routes the outcome back to that exact tab. Include the final
|
|
|
394
394
|
branch name — the spawner needs it to `land`. The first-prompt coda still
|
|
395
395
|
names the spawner for an explicit `--task-id` send.
|
|
396
396
|
|
|
397
|
+
**"Succeeded" means COMMITTED.** Green tests in your working tree are not a
|
|
398
|
+
deliverable — the only thing `land` can merge is commits on your branch.
|
|
399
|
+
Before reporting success: `git status` clean, your work committed with a
|
|
400
|
+
real message (you wrote the code; you write its message). A worker that ran
|
|
401
|
+
everything, passed everything, and committed nothing has delivered nothing —
|
|
402
|
+
that exact mismatch has shipped empty merges before.
|
|
403
|
+
|
|
397
404
|
**Coordinator side** — do NOT block or poll. Keep working (or end your
|
|
398
405
|
turn); each worker's outcome arrives in your chat as a `[KOBE PEER]` message
|
|
399
406
|
with its task id. What arrives is the worker's claim, not Rove-verified —
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@sma1lboy/rove",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.128",
|
|
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",
|