@sma1lboy/kobe 0.8.74 → 0.8.76

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: kobe
3
3
  description: Use when controlling kobe tasks, parallel coding attempts, hosted agent sessions, task lifecycle, or the daemon-owned issue tracker from a shell.
4
4
  ---
5
5
 
6
- <!-- kobe-skill-version: 15 — bump in lockstep with KOBE_SKILL_VERSION (src/lib/skill-install.ts). -->
6
+ <!-- kobe-skill-version: 16 — bump in lockstep with KOBE_SKILL_VERSION (src/lib/skill-install.ts). -->
7
7
 
8
8
  # kobe shell control
9
9
 
@@ -98,8 +98,13 @@ kobe api list --pretty
98
98
  ```
99
99
 
100
100
  `.running` means the task's canonical Hosted PTY engine session is alive.
101
- `send` reuses it or auto-starts it when absent; omitting `--tab` targets that
102
- canonical engine tab.
101
+ Omitting `--tab` targets a live engine tab (`tab-1` first, then any surviving
102
+ engine tab). Only when the task has NO live session at all does `send`
103
+ auto-start the canonical engine in the task's worktree (`started: true` in
104
+ the result marks that fresh session). If live tabs exist but none resolves
105
+ as an engine, it refuses with `NO_ENGINE_TAB` — address one with `--tab
106
+ tab-N` or spawn one with `--tab new`; it never silently spawns a duplicate
107
+ engine.
103
108
 
104
109
  ## Terminal panes
105
110
 
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.8.74",
4
+ "version": "0.8.76",
5
5
  "description": "TUI orchestrator for Claude Code (codename)",
6
6
  "type": "module",
7
7
  "packageManager": "bun@1.3.13",