@aiready/agents 0.3.9 → 0.3.11

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,12 +1,12 @@
1
1
 
2
2
  
3
- > @aiready/agents@0.3.8 test /Users/pengcao/projects/aiready/packages/agents
3
+ > @aiready/agents@0.3.10 test /Users/pengcao/projects/aiready/packages/agents
4
4
  > vitest run
5
5
 
6
6
  [?25l
7
7
   RUN  v4.0.18 /Users/pengcao/projects/aiready/packages/agents
8
8
 
9
- ✓ src/__tests__/smoke.test.ts (1 test) 1ms
9
+ ✓ src/__tests__/smoke.test.ts (1 test) 3ms
10
10
  stdout | src/__tests__/remediation-swarm.test.ts > RemediationSwarm (MCP Powered) > should successfully connect to MCP, execute agent, and parse JSON response
11
11
  [RemediationSwarm] Connecting to MCP servers...
12
12
 
@@ -34,11 +34,11 @@
34
34
  stdout | src/__tests__/remediation-swarm.test.ts > RemediationSwarm (MCP Powered) > should fallback to raw text if agent fails to return valid JSON
35
35
  [RemediationSwarm] Cleaning up MCP connections...
36
36
 
37
- ✓ src/__tests__/remediation-swarm.test.ts (3 tests) 3ms
37
+ ✓ src/__tests__/remediation-swarm.test.ts (3 tests) 4ms
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:25:44
42
+  Duration  444ms (transform 261ms, setup 0ms, import 340ms, tests 7ms, 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.11",
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/core": "0.23.12",
14
+ "@aiready/cli": "0.14.14"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@types/node": "^24.0.0",