@rikafx/cli 0.7.0 → 0.8.1
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 +0 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,18 +31,6 @@ bun run dev
|
|
|
31
31
|
|
|
32
32
|
The standard repository commands are `build`, `check`, `dev`, `format`, `test`, and `typecheck`.
|
|
33
33
|
|
|
34
|
-
## Package and install from source
|
|
35
|
-
|
|
36
|
-
Build and install an explicit host target:
|
|
37
|
-
|
|
38
|
-
```bash
|
|
39
|
-
bun run package -- --target linux-x64
|
|
40
|
-
bun run install-local
|
|
41
|
-
rika-dev --version
|
|
42
|
-
```
|
|
43
|
-
|
|
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
|
-
|
|
46
34
|
## Configuration
|
|
47
35
|
|
|
48
36
|
Global settings live at `~/.config/rika/settings.json`. A workspace can override them with `.rika/settings.json`. Credentials stay out of JSON: local credentials use the operating-system credential store, while hosted user and Organization credentials are encrypted by the API and are never returned by read APIs. A provider override names the environment variable that supplies its API key. Mode names and routes are configurable, and direct provider/model routes do not require aliases.
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@rikafx/cli","description":"Rika — a local durable coding agent for your terminal","version":"0.
|
|
1
|
+
{"name":"@rikafx/cli","description":"Rika — a local durable coding agent for your terminal","version":"0.8.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.8.1","@rikafx/cli-linux-arm64":"0.8.1","@rikafx/cli-linux-x64":"0.8.1"}}
|