@rivus/agent 0.1.0 → 0.1.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.
Files changed (1) hide show
  1. package/package.json +6 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivus/agent",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A local agent daemon core built around a usable agent harness and domain events.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -49,6 +49,8 @@
49
49
  "scripts": {
50
50
  "audit": "npm audit --audit-level=high",
51
51
  "build": "vp pack",
52
+ "changeset": "changeset",
53
+ "changeset:status": "changeset status",
52
54
  "e2e:langfuse-drive": "vp pack && node --env-file=.env.local examples/langfuse-drive-e2e.mjs",
53
55
  "format": "vp fmt",
54
56
  "format:check": "vp fmt --check",
@@ -62,7 +64,8 @@
62
64
  "test:watch": "vp test watch",
63
65
  "typecheck": "vp check --no-fmt --no-lint",
64
66
  "check": "vp check && vp test --coverage && vp run duplicates && vp pack && vp run package:check && vp run audit && ./scripts/check-repository.sh",
65
- "duplicates": "jscpd src examples --min-lines 6 --min-tokens 40 --threshold 0 --reporters console --ignore '**/*.test.ts,**/*.test.mjs' --format 'typescript,javascript,json'"
67
+ "duplicates": "jscpd src examples --min-lines 6 --min-tokens 40 --threshold 0 --reporters console --ignore '**/*.test.ts,**/*.test.mjs' --format 'typescript,javascript,json'",
68
+ "version-packages": "changeset version && npm install --package-lock-only --ignore-scripts"
66
69
  },
67
70
  "dependencies": {
68
71
  "@opentelemetry/api": "^1.9.1",
@@ -86,6 +89,7 @@
86
89
  }
87
90
  },
88
91
  "devDependencies": {
92
+ "@changesets/cli": "^2.31.1",
89
93
  "@earendil-works/pi-coding-agent": "0.80.6",
90
94
  "@larksuiteoapi/node-sdk": "1.70.0",
91
95
  "@types/node": "24.3.3",