@sma1lboy/kobe 0.9.12 → 0.9.14

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.
@@ -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: 33 — bump in lockstep with KOBE_SKILL_VERSION (src/lib/skill-install.ts). -->
6
+ <!-- rove-skill-version: 35 — bump in lockstep with KOBE_SKILL_VERSION (src/lib/skill-install.ts). -->
7
7
 
8
8
  # Rove shell control
9
9
 
@@ -256,6 +256,10 @@ rove api add --repo "$PWD" --agents claude:2,codex:1 --prompt "<prompt>"
256
256
  # Follow up. Use an explicit id for unattended work; the active task can drift.
257
257
  # From inside a Rove task this auto-prefixes [ROVE PEER] provenance
258
258
  # (sender + reply command); --plain sends verbatim.
259
+ #
260
+ # SINGLE-QUOTE a prompt containing backticks, or your shell runs them as
261
+ # command substitution and the words vanish from the message you send. In
262
+ # double quotes `rove api send` becomes the OUTPUT of running that command.
259
263
  rove api send --task-id <id> --prompt "<complete next turn>"
260
264
 
261
265
  # Reply home: no --task-id inside a dispatched task = the dispatcher's tab.
@@ -424,6 +428,18 @@ branch name — the spawner needs it to `land`. Use the BARE form: an explicit
424
428
  `--task-id <spawner>` skips dispatcher routing and lands on that task's
425
429
  canonical engine tab, which can be a different agent's session.
426
430
 
431
+ **Name your branch before you report it.** A new task starts on an
432
+ auto-generated placeholder branch (`new-task`, `duck`, …); you are the only
433
+ party who knows what the work turned out to be. Once the shape is clear,
434
+ rename it to a short descriptive name in this repo's own convention:
435
+
436
+ ```bash
437
+ rove api set-branch --task-id "$ROVE_TASK_ID" --branch <descriptive-slug>
438
+ ```
439
+
440
+ Do this while you work, not at the end — the branch name is what the user
441
+ reads in the sidebar to tell your task from its siblings.
442
+
427
443
  **"Succeeded" means COMMITTED.** Green tests in your working tree are not a
428
444
  deliverable — the only thing `land` can merge is commits on your branch.
429
445
  Before reporting success: `git status` clean, your work committed with a
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.12",
4
+ "version": "0.9.14",
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",