@sma1lboy/rove 0.8.90 → 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 +430 -429
- package/dist/cli/kobe.js +430 -429
- package/dist/cli/pty-host-node.mjs +1 -1
- package/dist/cli/rove.js +430 -429
- 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 +3 -10
- /package/dist/web-ui/assets/{index-CgL6oDIY.js → index-BTLTIvMX.js} +0 -0
package/README.md
CHANGED
|
@@ -1,15 +1,17 @@
|
|
|
1
|
-
# @sma1lboy/
|
|
1
|
+
# @sma1lboy/rove
|
|
2
2
|
|
|
3
3
|
The published Rove CLI and PureTUI package.
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
|
-
bun install -g @sma1lboy/
|
|
6
|
+
bun install -g @sma1lboy/rove
|
|
7
7
|
rove add /path/to/repo
|
|
8
8
|
rove
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
The package also keeps `kobe` as a compatibility alias. Both executable names
|
|
12
|
-
|
|
12
|
+
copy supported legacy state into `~/.rove` and `~/.config/rove` without deleting
|
|
13
|
+
or overwriting the old files; daemon-owned stores wait until the legacy writer
|
|
14
|
+
has stopped.
|
|
13
15
|
|
|
14
16
|
Plain `rove` launches one React/opentui Workspace Host. Interactive engine and
|
|
15
17
|
shell processes are owned by the standalone PTY Host, so they survive TUI exits
|
|
@@ -40,7 +42,7 @@ rove api pty-list --pretty
|
|
|
40
42
|
```
|
|
41
43
|
|
|
42
44
|
Press `F1` in the TUI for live help. Direct and prefix bindings are configured
|
|
43
|
-
in `~/.
|
|
45
|
+
in `~/.rove/settings/keybindings.yaml`.
|
|
44
46
|
|
|
45
47
|
## Development
|
|
46
48
|
|