@sma1lboy/kobe 0.8.89 → 0.8.91
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/README.md +6 -4
- package/dist/cli/index.js +436 -435
- package/dist/cli/kobe.js +436 -435
- package/dist/cli/pty-host-node.mjs +1 -1
- package/dist/cli/rove.js +436 -435
- package/dist/skills/{kobe → rove}/SKILL.md +11 -11
- package/dist/web-ui/assets/{index-MuA3NLRu.css → index-B4tZw-T5.css} +1 -1
- package/dist/web-ui/index.html +2 -2
- package/package.json +10 -3
- /package/dist/web-ui/assets/{index-CgL6oDIY.js → index-BTLTIvMX.js} +0 -0
|
@@ -249,7 +249,7 @@ function defaultPtyHostPidPath(homeDir = readRoveEnv("HOME_DIR") ?? homedir()) {
|
|
|
249
249
|
function defaultPtyExitsPath(homeDir = readRoveEnv("HOME_DIR") ?? homedir()) {
|
|
250
250
|
return join(homeDir, COMPAT_STATE_DIR_BASENAME, "pty-exits.json");
|
|
251
251
|
}
|
|
252
|
-
// ../kobe-plugin-sdk/
|
|
252
|
+
// ../kobe-plugin-sdk/dist/contract.js
|
|
253
253
|
var DAEMON_CHANNELS = [
|
|
254
254
|
"task.snapshot",
|
|
255
255
|
"issue.snapshot",
|