@sma1lboy/rove 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 CHANGED
@@ -1,15 +1,17 @@
1
- # @sma1lboy/kobe
1
+ # @sma1lboy/rove
2
2
 
3
3
  The published Rove CLI and PureTUI package.
4
4
 
5
5
  ```bash
6
- bun install -g @sma1lboy/kobe
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
- use the existing `~/.kobe` and `~/.config/kobe` state paths.
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 `~/.kobe/settings/keybindings.yaml`.
45
+ in `~/.rove/settings/keybindings.yaml`.
44
46
 
45
47
  ## Development
46
48