@sma1lboy/rove 0.9.181 → 0.9.183
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/{chunk-3ft463z9.js → chunk-0v2z5t55.js} +1 -1
- package/dist/cli/{chunk-6d4xwg7m.js → chunk-1xbfekad.js} +1 -1
- package/dist/cli/{chunk-cwzhqjke.js → chunk-1y1hdvvy.js} +1 -1
- package/dist/cli/{chunk-erzb2kq5.js → chunk-2cgrdg0j.js} +1 -1
- package/dist/cli/{chunk-k7hfh7m3.js → chunk-3a88yc9w.js} +1 -1
- package/dist/cli/{chunk-6tt33a84.js → chunk-4227cc89.js} +1 -1
- package/dist/cli/{chunk-p9b3cp59.js → chunk-46e7gk7m.js} +2 -2
- package/dist/cli/{chunk-k53xe8jg.js → chunk-4xsgd4df.js} +2 -2
- package/dist/cli/{chunk-j0jb8kav.js → chunk-55j33br5.js} +3 -3
- package/dist/cli/{chunk-658hahan.js → chunk-669rczy3.js} +1 -1
- package/dist/cli/{chunk-qrdjqwn7.js → chunk-6wbjb7q7.js} +1 -1
- package/dist/cli/{chunk-8gavx8g1.js → chunk-85phnb76.js} +1 -1
- package/dist/cli/{chunk-2htnatha.js → chunk-8aa3y1x6.js} +1 -1
- package/dist/cli/{chunk-g9vz4dma.js → chunk-94t3q8sj.js} +1 -1
- package/dist/cli/{chunk-q6bhnxw9.js → chunk-94y0sg86.js} +1 -1
- package/dist/cli/{chunk-2jnkfg4v.js → chunk-at8wzv6p.js} +1 -1
- package/dist/cli/{chunk-hssrp88v.js → chunk-cqczb739.js} +1 -1
- package/dist/cli/{chunk-fprjrr5e.js → chunk-d7x33t0t.js} +1 -1
- package/dist/cli/{chunk-ts77enjd.js → chunk-fvv8713a.js} +1 -1
- package/dist/cli/{chunk-yn8pahva.js → chunk-fwjvfdft.js} +1 -1
- package/dist/cli/{chunk-8qx8gtfr.js → chunk-gpws4vrt.js} +3 -3
- package/dist/cli/{chunk-42h7m08p.js → chunk-gxa9w44z.js} +2 -2
- package/dist/cli/{chunk-hvm1aqjv.js → chunk-mcn69yr9.js} +1 -1
- package/dist/cli/{chunk-82p0wh0h.js → chunk-mwfa5k0r.js} +1 -1
- package/dist/cli/{chunk-cb082qmy.js → chunk-mz5jkk24.js} +1 -1
- package/dist/cli/{chunk-5nn763sy.js → chunk-nbgmnkzy.js} +1 -1
- package/dist/cli/{chunk-md0q657y.js → chunk-nwgq2sm9.js} +1 -1
- package/dist/cli/{chunk-x4hss5rp.js → chunk-q3kcxcd0.js} +1 -1
- package/dist/cli/{chunk-z0fbsvs0.js → chunk-rg5rt6dd.js} +1 -1
- package/dist/cli/{chunk-d51xktn8.js → chunk-rqvn3rnr.js} +1 -1
- package/dist/cli/{chunk-rtdz71g6.js → chunk-tmms8zrn.js} +1 -1
- package/dist/cli/{chunk-6y88a3b4.js → chunk-xzfq43hq.js} +2 -2
- package/dist/cli/index.js +3 -3
- package/dist/cli/kobe.js +1 -1
- package/dist/cli/rove.js +1 -1
- package/dist/skills/rove/SKILL.md +31 -6
- 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: 43 — bump in lockstep with KOBE_SKILL_VERSION (src/lib/skill-install.ts). -->
|
|
7
7
|
|
|
8
8
|
# Rove shell control
|
|
9
9
|
|
|
@@ -43,16 +43,17 @@ lifecycle tracking, and an explicit outcome contract.
|
|
|
43
43
|
channel: it reaches a process, not a task, so nothing it delivers is
|
|
44
44
|
attributable, watchable, or replyable). Sent from
|
|
45
45
|
inside a Rove task, the prompt arrives prefixed `[ROVE PEER] from
|
|
46
|
-
"<title>" (task <id> —
|
|
47
|
-
receiver knows who is talking, that this skill is required reading,
|
|
48
|
-
how to answer — the baked-in reply command is tab-precise
|
|
46
|
+
"<title>" (task <id> — Rove agent skill /rove, read it once per session …)`,
|
|
47
|
+
so the receiver knows who is talking, that this skill is required reading,
|
|
48
|
+
and how to answer — the baked-in reply command is tab-precise
|
|
49
49
|
(`--task-id <sender> --tab <sender's tab>`), so peer conversations need
|
|
50
50
|
no coordinator and no human relay. That prefix is the contract: do not
|
|
51
51
|
strip it with `--plain` for
|
|
52
52
|
coordination messages (`--plain` is only for a verbatim paste the
|
|
53
53
|
receiver should treat as content, not conversation). Received a
|
|
54
|
-
`[ROVE PEER]` message yourself?
|
|
55
|
-
|
|
54
|
+
`[ROVE PEER]` message yourself? Read this skill once per session. The
|
|
55
|
+
baked-in command identifies where a necessary reply goes; it is not an
|
|
56
|
+
instruction to acknowledge every message. Act on FYIs without replying.
|
|
56
57
|
- `send` carries text, but that text can carry FILES: peers share a
|
|
57
58
|
filesystem, so put the absolute path of a screenshot, log, diff, or any
|
|
58
59
|
artifact in the prompt and the receiver opens it with its own Read tool —
|
|
@@ -468,6 +469,30 @@ Give each round a scoped prompt, report returned IDs, then use
|
|
|
468
469
|
poll `send` in a tight loop or use it as casual chat; every call is a full
|
|
469
470
|
engine turn.
|
|
470
471
|
|
|
472
|
+
### Communicate at handoffs, not at every step
|
|
473
|
+
|
|
474
|
+
Default to one complete task brief and one final outcome. Send an interim
|
|
475
|
+
message only when it changes the recipient's next action: a blocking
|
|
476
|
+
dependency, a file-ownership or interface conflict, a scope correction, or
|
|
477
|
+
evidence that makes their current approach invalid. Resolve routine choices
|
|
478
|
+
within the assigned scope without asking the dispatcher.
|
|
479
|
+
|
|
480
|
+
Do not send receipt acknowledgements, skill-loaded notices, starting-work
|
|
481
|
+
announcements, routine progress, or acknowledgements of acknowledgements.
|
|
482
|
+
An incoming message does not by itself require a response. Answer explicit
|
|
483
|
+
questions once; bundle related findings and review corrections into one
|
|
484
|
+
message with artifact paths. Forward only the facts the recipient needs, not
|
|
485
|
+
the research trail or messages already delivered.
|
|
486
|
+
|
|
487
|
+
Before `send`, ask: does this unblock or change work now? If not, include it
|
|
488
|
+
in the final report. If a handoff contract has already been agreed, do not
|
|
489
|
+
reconfirm it. Avoid status pings; use a bounded read-only `get-task` or
|
|
490
|
+
`collect` when an actual coordination decision needs current state.
|
|
491
|
+
|
|
492
|
+
The dispatcher gives the user concise milestone updates; workers need not
|
|
493
|
+
relay those updates back to the dispatcher. Do not create another task
|
|
494
|
+
solely to coordinate or review a small, reversible change.
|
|
495
|
+
|
|
471
496
|
### Completion flows back through an engine tab (`send`)
|
|
472
497
|
|
|
473
498
|
Outcomes are explicit, never inferred — and they travel as a MESSAGE to the
|
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.9.
|
|
4
|
+
"version": "0.9.183",
|
|
5
5
|
"description": "Rove — the agent multiplexer for your terminal. Run coding agents on parallel tasks with isolated worktrees and persistent sessions.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"terminal",
|