@aiready/cli 0.14.4 → 0.14.5

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/cli@0.14.4 build /Users/pengcao/projects/aiready/packages/cli
3
+ > @aiready/cli@0.14.5 build /Users/pengcao/projects/aiready/packages/cli
4
4
  > tsup src/index.ts src/cli.ts --format cjs,esm
5
5
 
6
6
  CLI Building entry: src/cli.ts, src/index.ts
@@ -10,7 +10,7 @@
10
10
  CJS Build start
11
11
  ESM Build start
12
12
 
13
-  WARN  ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta] 10:24:33 pm
13
+  WARN  ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta] 10:37:56 AM
14
14
 
15
15
  src/cli.ts:29:31:
16
16
   29 │ return dirname(fileURLToPath(import.meta.url));
@@ -20,10 +20,10 @@
20
20
 
21
21
 
22
22
 
23
- CJS dist/index.js 10.62 KB
24
- CJS dist/cli.js 84.50 KB
25
- CJS ⚡️ Build success in 85ms
26
- ESM dist/cli.mjs 70.71 KB
27
23
  ESM dist/index.mjs 170.00 B
28
24
  ESM dist/chunk-VOKP7FGM.mjs 9.52 KB
29
- ESM ⚡️ Build success in 88ms
25
+ ESM dist/cli.mjs 70.71 KB
26
+ ESM ⚡️ Build success in 40ms
27
+ CJS dist/index.js 10.62 KB
28
+ CJS dist/cli.js 84.50 KB
29
+ CJS ⚡️ Build success in 41ms
@@ -1,16 +1,14 @@
1
1
 
2
2
  
3
- > @aiready/cli@0.14.3 test /Users/pengcao/projects/aiready/packages/cli
3
+ > @aiready/cli@0.14.4 test /Users/pengcao/projects/aiready/packages/cli
4
4
  > vitest run
5
5
 
6
6
  [?25l
7
7
   RUN  v4.0.18 /Users/pengcao/projects/aiready/packages/cli
8
8
 
9
- ✓ src/commands/__tests__/testability.test.ts (2 tests) 14ms
10
- ✓ src/commands/__tests__/agent-grounding.test.ts (1 test) 12ms
11
- ✓ src/commands/__tests__/ai-signal-clarity.test.ts (1 test) 15ms
12
- ✓ src/commands/__tests__/deps-health.test.ts (1 test) 18ms
13
- ✓ src/commands/__tests__/doc-drift.test.ts (1 test) 11ms
9
+ stdout | src/commands/__tests__/visualize.test.ts > Visualize CLI Action > should generate HTML from specified report
10
+ Building graph from report...
11
+
14
12
  stdout | src/commands/__tests__/upload.test.ts > Upload CLI Action > should fail if API key is missing
15
13
   Set AIREADY_API_KEY environment variable or use --api-key flag.
16
14
  Get an API key from https://platform.getaiready.dev/dashboard
@@ -25,10 +23,9 @@
25
23
  Analysis ID: 123
26
24
  Score: 80/100
27
25
 
28
- ✓ src/commands/__tests__/upload.test.ts (2 tests) 9ms
29
- stdout | src/commands/__tests__/visualize.test.ts > Visualize CLI Action > should generate HTML from specified report
30
- Building graph from report...
31
-
26
+ ✓ src/commands/__tests__/upload.test.ts (2 tests) 4ms
27
+ ✓ src/commands/__tests__/testability.test.ts (2 tests) 10ms
28
+ ✓ src/commands/__tests__/agent-grounding.test.ts (1 test) 18ms
32
29
  stdout | src/commands/__tests__/visualize.test.ts > Visualize CLI Action > should generate HTML from specified report
33
30
  Generating HTML...
34
31
  ✅ Visualization written to: /Users/pengcao/projects/aiready/packages/cli/visualization.html
@@ -56,21 +53,24 @@ Or specify a custom report:
56
53
  Generating HTML...
57
54
  ✅ Visualization written to: /Users/pengcao/projects/aiready/packages/cli/visualization.html
58
55
 
59
- ✓ src/commands/__tests__/visualize.test.ts (4 tests) 24ms
56
+ ✓ src/commands/__tests__/visualize.test.ts (4 tests) 26ms
57
+ ✓ src/commands/__tests__/ai-signal-clarity.test.ts (1 test) 10ms
58
+ ✓ src/commands/__tests__/doc-drift.test.ts (1 test) 11ms
59
+ ✓ src/commands/__tests__/deps-health.test.ts (1 test) 11ms
60
60
  ✓ src/utils/__tests__/helpers.test.ts (3 tests) 2ms
61
61
  ✓ src/commands/__tests__/init.test.ts (3 tests) 5ms
62
62
  ✓ src/commands/__tests__/consistency.test.ts (4 tests) 4ms
63
- ✓ src/commands/__tests__/scan.test.ts (6 tests) 129ms
64
- ✓ src/commands/__tests__/extra-commands.test.ts (8 tests) 111ms
63
+ ✓ src/commands/__tests__/scan.test.ts (6 tests) 89ms
64
+ ✓ src/commands/__tests__/extra-commands.test.ts (8 tests) 99ms
65
65
  ✓ src/__tests__/unified.test.ts (4 tests) 3ms
66
- ✓ src/__tests__/config-shape.test.ts (3 tests) 3386ms
67
- ✓ should generate a strictly portable AIReadyConfig in summary  3385ms
68
- ✓ src/__tests__/cli.test.ts (3 tests) 3388ms
69
- ✓ should run unified analysis with both tools  3386ms
66
+ ✓ src/__tests__/cli.test.ts (3 tests) 2959ms
67
+ ✓ should run unified analysis with both tools  2957ms
68
+ ✓ src/__tests__/config-shape.test.ts (3 tests) 2959ms
69
+ ✓ should generate a strictly portable AIReadyConfig in summary  2958ms
70
70
 
71
71
   Test Files  15 passed (15)
72
72
   Tests  46 passed (46)
73
-  Start at  22:22:10
74
-  Duration  4.77s (transform 3.47s, setup 0ms, import 7.38s, tests 7.13s, environment 1ms)
73
+  Start at  10:36:31
74
+  Duration  3.86s (transform 2.14s, setup 0ms, import 4.73s, tests 6.21s, environment 1ms)
75
75
 
76
76
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/cli",
3
- "version": "0.14.4",
3
+ "version": "0.14.5",
4
4
  "description": "Unified CLI for AIReady analysis tools",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -11,17 +11,17 @@
11
11
  "dependencies": {
12
12
  "chalk": "^5.3.0",
13
13
  "commander": "^14.0.0",
14
- "@aiready/context-analyzer": "0.21.7",
15
- "@aiready/agent-grounding": "0.13.3",
16
- "@aiready/core": "0.23.3",
17
- "@aiready/deps": "0.13.3",
18
- "@aiready/ai-signal-clarity": "0.13.3",
19
- "@aiready/doc-drift": "0.13.3",
20
- "@aiready/testability": "0.6.3",
21
- "@aiready/visualizer": "0.6.3",
22
- "@aiready/change-amplification": "0.13.3",
23
- "@aiready/consistency": "0.20.3",
24
- "@aiready/pattern-detect": "0.16.3"
14
+ "@aiready/agent-grounding": "0.13.4",
15
+ "@aiready/consistency": "0.20.4",
16
+ "@aiready/context-analyzer": "0.21.8",
17
+ "@aiready/deps": "0.13.4",
18
+ "@aiready/core": "0.23.4",
19
+ "@aiready/doc-drift": "0.13.4",
20
+ "@aiready/change-amplification": "0.13.4",
21
+ "@aiready/pattern-detect": "0.16.4",
22
+ "@aiready/testability": "0.6.4",
23
+ "@aiready/ai-signal-clarity": "0.13.4",
24
+ "@aiready/visualizer": "0.6.4"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^24.0.0",