@aiready/agents 0.3.9 → 0.3.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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @aiready/agents@0.3.8 test /Users/pengcao/projects/aiready/packages/agents
3
+ > @aiready/agents@0.3.9 test /Users/pengcao/projects/aiready/packages/agents
4
4
  > vitest run
5
5
 
6
6
  [?25l
@@ -38,7 +38,7 @@
38
38
 
39
39
   Test Files  2 passed (2)
40
40
   Tests  4 passed (4)
41
-  Start at  00:02:03
42
-  Duration  367ms (transform 307ms, setup 0ms, import 344ms, tests 4ms, environment 0ms)
41
+  Start at  00:08:11
42
+  Duration  337ms (transform 240ms, setup 0ms, import 277ms, tests 4ms, environment 0ms)
43
43
 
44
44
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/agents",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "description": "Agentic remediation and analysis system for AIReady",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -10,8 +10,8 @@
10
10
  "@octokit/rest": "^21.0.0",
11
11
  "isomorphic-git": "^1.25.0",
12
12
  "zod": "^4.0.0",
13
- "@aiready/cli": "0.14.12",
14
- "@aiready/core": "0.23.10"
13
+ "@aiready/cli": "0.14.13",
14
+ "@aiready/core": "0.23.11"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@types/node": "^24.0.0",