@sma1lboy/kobe 0.5.4 → 0.5.5

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.
Binary file
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.5.4",
4
+ "version": "0.5.5",
5
5
  "description": "TUI orchestrator for Claude Code (codename)",
6
6
  "type": "module",
7
7
  "packageManager": "bun@1.3.13",
@@ -29,6 +29,7 @@
29
29
  "dev:test": "bun run scripts/dev-fixture.ts && KOBE_DEV=1 KOBE_TEST_ENGINE=dev-fake KOBE_HOME_DIR=$PWD/.dev-fixture/home bun --preload @opentui/solid/preload --conditions=browser ./src/cli/index.ts",
30
30
  "dev:test:reset": "bun run scripts/dev-fixture.ts --reset",
31
31
  "build": "bun run scripts/build.ts",
32
+ "compile": "bun run scripts/compile.ts",
32
33
  "typecheck": "tsc --noEmit",
33
34
  "test": "vitest run --passWithNoTests",
34
35
  "test:behavior": "vitest run test/behavior --passWithNoTests",