@sma1lboy/kobe 0.9.12 → 0.9.13

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: 34 — 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.
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.13",
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",