@kynver-app/runtime 0.1.84 → 0.1.89

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,6 +9,7 @@ npm run kynver:build
9
9
  npm run kynver -- setup --api-base-url http://localhost:3000 --agent-os-id <id> [--repo /path/to/repo] --max-workers 13
10
10
  npm run kynver -- login --api-key "$KYNVER_API_KEY"
11
11
  npm run kynver -- runner credential --agent-os-id <id>
12
+ npm run kynver -- config ensure-default-repo # persist defaultRepo in ~/.kynver/config.json
12
13
  npm run kynver -- run create [--repo /path/to/repo] --name my-run
13
14
  npm run kynver -- daemon --run <runId> --agent-os-id <id> --execute
14
15
  ```
@@ -30,7 +31,7 @@ Global env secrets remain supported for first-party dogfood, QStash, and OpenCla
30
31
  ```text
31
32
  run create | list | status | dispatch | sweep
32
33
  worker start | status | tail | stop | complete
33
- login | runner credential | setup | daemon
34
+ login | runner credential | setup | config ensure-default-repo | doctor runtime-takeover | daemon
34
35
  ```
35
36
 
36
37
  `scripts/opus-harness.mjs` is a compatibility shim that delegates to this package.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kynver-app/runtime",
3
- "version": "0.1.84",
3
+ "version": "0.1.89",
4
4
  "description": "Kynver AgentOS local execution runtime and CLI",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",