@sma1lboy/kobe 0.9.13 → 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.
- package/dist/cli/index.js +268 -270
- package/dist/cli/kobe-run.js +268 -270
- package/dist/cli/rove-run.js +268 -270
- package/dist/skills/rove/SKILL.md +13 -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: 35 — bump in lockstep with KOBE_SKILL_VERSION (src/lib/skill-install.ts). -->
|
|
7
7
|
|
|
8
8
|
# Rove shell control
|
|
9
9
|
|
|
@@ -428,6 +428,18 @@ branch name — the spawner needs it to `land`. Use the BARE form: an explicit
|
|
|
428
428
|
`--task-id <spawner>` skips dispatcher routing and lands on that task's
|
|
429
429
|
canonical engine tab, which can be a different agent's session.
|
|
430
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
|
+
|
|
431
443
|
**"Succeeded" means COMMITTED.** Green tests in your working tree are not a
|
|
432
444
|
deliverable — the only thing `land` can merge is commits on your branch.
|
|
433
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.
|
|
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",
|