@sma1lboy/kobe 0.9.19 → 0.9.20
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 +348 -348
- package/dist/cli/kobe-run.js +348 -348
- package/dist/cli/rove-run.js +348 -348
- package/dist/skills/rove/SKILL.md +6 -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: 36 — bump in lockstep with KOBE_SKILL_VERSION (src/lib/skill-install.ts). -->
|
|
7
7
|
|
|
8
8
|
# Rove shell control
|
|
9
9
|
|
|
@@ -215,7 +215,7 @@ turn either. These five carry almost all traffic:
|
|
|
215
215
|
add --repo(REQ) --prompt --title --command --count --agents --activate
|
|
216
216
|
send --prompt(REQ) --task-id --tab --command --plain
|
|
217
217
|
get-task --task-id(REQ) list (no flags)
|
|
218
|
-
collect --task-ids <csv> | --repo
|
|
218
|
+
collect --group <groupId> | --task-ids <csv> | --repo
|
|
219
219
|
```
|
|
220
220
|
|
|
221
221
|
Four names that have actually been guessed wrong here: `add --vendor` is
|
|
@@ -277,7 +277,10 @@ rove api send --task-id <id> --tab new --prompt "<turn>" # fresh engine tab
|
|
|
277
277
|
rove api send --task-id <id> --tab new --command codex --prompt "<turn>"
|
|
278
278
|
|
|
279
279
|
rove api get-task --task-id <id>
|
|
280
|
-
|
|
280
|
+
# One read for the whole round — the groupId `add --count` returned. Never
|
|
281
|
+
# hand-copy N task ids across turns: collect by group. Lost the groupId? Any
|
|
282
|
+
# sibling task's `.groupId` in `list` output recovers it.
|
|
283
|
+
rove api collect --group <groupId> --pretty
|
|
281
284
|
rove api list --pretty
|
|
282
285
|
```
|
|
283
286
|
|
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.9.
|
|
4
|
+
"version": "0.9.20",
|
|
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",
|