@rikafx/cli 0.0.1 → 0.0.3

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,10 +38,10 @@ Build and install an explicit host target:
38
38
  ```bash
39
39
  bun run package -- --target linux-x64
40
40
  bun run install-local
41
- rika --version
41
+ rika-dev --version
42
42
  ```
43
43
 
44
- `install-local` installs the existing versioned host archive under `~/.local/share/rika/current` with a command at `~/.local/bin/rika`. Set `RIKA_PACKAGE_TARGET`, `RIKA_INSTALL_ROOT`, or `RIKA_BIN_DIR` to override the target or locations. `uninstall-local` removes the installed program but keeps Rika state and configuration.
44
+ `install-local` installs the existing versioned host archive under `~/.local/share/rika-dev/current` with a command at `~/.local/bin/rika-dev`. A source build is deliberately named `rika-dev` and kept in its own directory so it never overwrites a released `rika` from npm or the installer — the two can be installed side by side. Set `RIKA_PACKAGE_TARGET`, `RIKA_INSTALL_ROOT`, or `RIKA_BIN_DIR` to override the target or locations. `uninstall-local` removes the source build but keeps Rika state and configuration.
45
45
 
46
46
  ## Configuration
47
47
 
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@rikafx/cli","description":"Rika — a local durable coding agent for your terminal","version":"0.0.1","license":"MIT","repository":{"type":"git","url":"git+https://github.com/In-Time-Tec/rika.git"},"homepage":"https://github.com/In-Time-Tec/rika","engines":{"node":">=18"},"bin":{"rika":"bin/rika.js"},"files":["bin/rika.js","README.md"],"optionalDependencies":{"@rikafx/cli-darwin-arm64":"0.0.1","@rikafx/cli-linux-arm64":"0.0.1","@rikafx/cli-linux-x64":"0.0.1"}}
1
+ {"name":"@rikafx/cli","description":"Rika — a local durable coding agent for your terminal","version":"0.0.3","license":"MIT","repository":{"type":"git","url":"git+https://github.com/In-Time-Tec/rika.git"},"homepage":"https://github.com/In-Time-Tec/rika","engines":{"node":">=18"},"bin":{"rika":"bin/rika.js"},"files":["bin/rika.js","README.md"],"optionalDependencies":{"@rikafx/cli-darwin-arm64":"0.0.3","@rikafx/cli-linux-arm64":"0.0.3","@rikafx/cli-linux-x64":"0.0.3"}}