@botiverse/oar-cli 0.0.8 → 0.0.10

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 +3 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -63,8 +63,9 @@ behavior — pass `--record` so the claim points at a log anyone can read:
63
63
 
64
64
  `--record` writes one JSON object per line, discriminated by `kind`. The
65
65
  format is defined and owned by `@botiverse/oar`, which exports the line
66
- builders and `openVoyage` recorder; other tools (such as the coxswain
67
- cockpit) may write or read the same format as consumers.
66
+ builders and `openVoyage` recorder; other tools (such as the
67
+ [oar-coxswain](https://github.com/botiverse/oar-coxswain) cockpit) may write
68
+ or read the same format as consumers.
68
69
 
69
70
  - Line 1 is always the header:
70
71
  `{"kind":"header","format":"oar-voyage/1","runtime","model?","cwd","sessionId","startedAt","recorder"}`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botiverse/oar-cli",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "description": "Command-line interface for observing agent runtimes with OAR",
5
5
  "type": "module",
6
6
  "bin": {
@@ -12,7 +12,7 @@
12
12
  ],
13
13
  "dependencies": {
14
14
  "commander": "^12.1.0",
15
- "@botiverse/oar": "0.0.8"
15
+ "@botiverse/oar": "0.0.10"
16
16
  },
17
17
  "publishConfig": {
18
18
  "access": "public"