@aiready/agents 0.3.2 → 0.3.3

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.
@@ -0,0 +1,5 @@
1
+
2
+ > @aiready/agents@0.3.2 lint /Users/pengcao/projects/aiready/packages/agents
3
+ > eslint .
4
+
5
+  ELIFECYCLE  Command failed.
@@ -1,16 +1,16 @@
1
1
 
2
2
  
3
- > @aiready/agents@0.3.1 test /Users/pengcao/projects/aiready/packages/agents
3
+ > @aiready/agents@0.3.2 test /Users/pengcao/projects/aiready/packages/agents
4
4
  > vitest run
5
5
 
6
6
 
7
7
   RUN  v1.6.1 /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) 2ms
10
10
 
11
11
   Test Files  1 passed (1)
12
12
   Tests  1 passed (1)
13
-  Start at  02:00:27
14
-  Duration  246ms (transform 46ms, setup 0ms, collect 43ms, tests 1ms, environment 0ms, prepare 54ms)
13
+  Start at  22:22:16
14
+  Duration  359ms (transform 56ms, setup 0ms, collect 38ms, tests 2ms, environment 0ms, prepare 121ms)
15
15
 
16
16
  [?25h
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@aiready/agents",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Agentic remediation and analysis system for AIReady",
5
5
  "main": "index.js",
6
6
  "type": "module",
7
7
  "dependencies": {
8
8
  "@mastra/core": "^0.24.0",
9
9
  "zod": "^3.0.0",
10
- "@aiready/cli": "0.14.3",
11
- "@aiready/core": "0.23.2"
10
+ "@aiready/core": "0.23.3",
11
+ "@aiready/cli": "0.14.4"
12
12
  },
13
13
  "devDependencies": {
14
14
  "typescript": "^5.0.0",