@aiready/agent-grounding 0.12.0 → 0.13.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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @aiready/agent-grounding@0.11.21 build /Users/pengcao/projects/aiready/packages/agent-grounding
3
+ > @aiready/agent-grounding@0.13.0 build /Users/pengcao/projects/aiready/packages/agent-grounding
4
4
  > tsup src/index.ts src/cli.ts --format cjs,esm --dts
5
5
 
6
6
  CLI Building entry: src/cli.ts, src/index.ts
@@ -11,13 +11,13 @@
11
11
  ESM Build start
12
12
  CJS dist/cli.js 16.65 KB
13
13
  CJS dist/index.js 12.42 KB
14
- CJS ⚡️ Build success in 43ms
15
- ESM dist/chunk-AWAS2KB5.mjs 9.83 KB
16
- ESM dist/index.mjs 1.30 KB
14
+ CJS ⚡️ Build success in 56ms
17
15
  ESM dist/cli.mjs 5.16 KB
18
- ESM ⚡️ Build success in 44ms
16
+ ESM dist/index.mjs 1.30 KB
17
+ ESM dist/chunk-AWAS2KB5.mjs 9.83 KB
18
+ ESM ⚡️ Build success in 57ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 1290ms
20
+ DTS ⚡️ Build success in 2462ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 2.49 KB
23
23
  DTS dist/cli.d.mts 20.00 B
@@ -1,18 +1,74 @@
1
1
 
2
2
  
3
- > @aiready/agent-grounding@0.11.21 test /Users/pengcao/projects/aiready/packages/agent-grounding
3
+ > @aiready/agent-grounding@0.13.0 test /Users/pengcao/projects/aiready/packages/agent-grounding
4
4
  > vitest run
5
5
 
6
6
  [?25l
7
7
   RUN  v4.0.18 /Users/pengcao/projects/aiready/packages/agent-grounding
8
8
 
9
- ✓ src/__tests__/scoring.test.ts (2 tests) 73ms
10
- ✓ src/__tests__/provider.test.ts (2 tests) 6ms
11
- ✓ src/__tests__/analyzer.test.ts (3 tests) 290ms
9
+ [?2026h
10
+  src/__tests__/analyzer.test.ts [queued]
11
+
12
+  Test Files 0 passed (3)
13
+  Tests 0 passed (0)
14
+  Start at 17:20:12
15
+  Duration 596ms
16
+ [?2026l[?2026h
17
+  ❯ src/__tests__/analyzer.test.ts [queued]
18
+
19
+  Test Files 0 passed (3)
20
+  Tests 0 passed (0)
21
+  Start at 17:20:12
22
+  Duration 1.00s
23
+ [?2026l[?2026h
24
+  ❯ src/__tests__/analyzer.test.ts [queued]
25
+  ❯ src/__tests__/provider.test.ts [queued]
26
+
27
+  Test Files 0 passed (3)
28
+  Tests 0 passed (0)
29
+  Start at 17:20:12
30
+  Duration 1.54s
31
+ [?2026l[?2026h
32
+  ❯ src/__tests__/analyzer.test.ts [queued]
33
+  ❯ src/__tests__/provider.test.ts [queued]
34
+  ❯ src/__tests__/scoring.test.ts [queued]
35
+
36
+  Test Files 0 passed (3)
37
+  Tests 0 passed (0)
38
+  Start at 17:20:12
39
+  Duration 1.95s
40
+ [?2026l[?2026h
41
+  ❯ src/__tests__/analyzer.test.ts 0/3
42
+  ❯ src/__tests__/provider.test.ts [queued]
43
+  ❯ src/__tests__/scoring.test.ts [queued]
44
+
45
+  Test Files 0 passed (3)
46
+  Tests 0 passed (3)
47
+  Start at 17:20:12
48
+  Duration 2.57s
49
+ [?2026l[?2026h
50
+  ❯ src/__tests__/analyzer.test.ts 0/3
51
+  ❯ src/__tests__/provider.test.ts 0/2
52
+  ❯ src/__tests__/scoring.test.ts [queued]
53
+
54
+  Test Files 0 passed (3)
55
+  Tests 0 passed (5)
56
+  Start at 17:20:12
57
+  Duration 2.77s
58
+ [?2026l[?2026h ✓ src/__tests__/provider.test.ts (2 tests) 10ms
59
+ ✓ src/__tests__/scoring.test.ts (2 tests) 3ms
60
+
61
+  ❯ src/__tests__/analyzer.test.ts 2/3
62
+
63
+  Test Files 2 passed (3)
64
+  Tests 6 passed (7)
65
+  Start at 17:20:12
66
+  Duration 2.97s
67
+ [?2026l ✓ src/__tests__/analyzer.test.ts (3 tests) 425ms
12
68
 
13
69
   Test Files  3 passed (3)
14
70
   Tests  7 passed (7)
15
-  Start at  18:20:54
16
-  Duration  3.16s (transform 1.24s, setup 0ms, import 5.56s, tests 368ms, environment 0ms)
71
+  Start at  17:20:12
72
+  Duration  3.03s (transform 1.04s, setup 0ms, import 4.83s, tests 438ms, environment 2ms)
17
73
 
18
74
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/agent-grounding",
3
- "version": "0.12.0",
3
+ "version": "0.13.1",
4
4
  "description": "Measures how well an AI agent can navigate a codebase autonomously without human assistance",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -40,7 +40,7 @@
40
40
  "chalk": "^5.3.0",
41
41
  "commander": "^14.0.0",
42
42
  "glob": "^13.0.0",
43
- "@aiready/core": "0.22.0"
43
+ "@aiready/core": "0.23.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/node": "^24.0.0",