@aiready/cli 0.14.13 → 0.14.14

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.13 build /Users/pengcao/projects/aiready/packages/cli
3
+ > @aiready/cli@0.14.14 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] 12:09:38 am
13
+  WARN  ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta] 12:27:11 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.87 KB
24
23
  CJS dist/cli.js 88.89 KB
25
- CJS ⚡️ Build success in 59ms
26
- ESM dist/cli.mjs 74.64 KB
24
+ CJS dist/index.js 10.87 KB
25
+ CJS ⚡️ Build success in 58ms
27
26
  ESM dist/chunk-JRRBBFYB.mjs 9.77 KB
28
27
  ESM dist/index.mjs 170.00 B
28
+ ESM dist/cli.mjs 74.64 KB
29
29
  ESM ⚡️ Build success in 59ms
@@ -1,16 +1,16 @@
1
1
 
2
2
  
3
- > @aiready/cli@0.14.12 test /Users/pengcao/projects/aiready/packages/cli
3
+ > @aiready/cli@0.14.13 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) 8ms
9
10
  stdout | src/commands/__tests__/visualize.test.ts > Visualize CLI Action > should generate HTML from specified report
10
11
  Building graph from report...
11
12
 
12
- ✓ src/commands/__tests__/agent-grounding.test.ts (1 test) 7ms
13
- ✓ src/commands/__tests__/testability.test.ts (2 tests) 9ms
13
+ ✓ src/commands/__tests__/agent-grounding.test.ts (1 test) 9ms
14
14
  stdout | src/commands/__tests__/visualize.test.ts > Visualize CLI Action > should generate HTML from specified report
15
15
  Generating HTML...
16
16
  ✅ Visualization written to: /Users/pengcao/projects/aiready/packages/cli/visualization.html
@@ -38,6 +38,10 @@ Or specify a custom report:
38
38
  Generating HTML...
39
39
  ✅ Visualization written to: /Users/pengcao/projects/aiready/packages/cli/visualization.html
40
40
 
41
+ ✓ src/commands/__tests__/visualize.test.ts (4 tests) 29ms
42
+ ✓ src/commands/__tests__/doc-drift.test.ts (1 test) 7ms
43
+ ✓ src/commands/__tests__/deps-health.test.ts (1 test) 6ms
44
+ ✓ src/commands/__tests__/ai-signal-clarity.test.ts (1 test) 7ms
41
45
  stdout | src/commands/__tests__/upload.test.ts > Upload CLI Action > should fail if API key is missing
42
46
   Set AIREADY_API_KEY environment variable or use --api-key flag.
43
47
  Get an API key from https://platform.getaiready.dev/dashboard
@@ -52,25 +56,21 @@ Or specify a custom report:
52
56
  Analysis ID: 123
53
57
  Score: 80/100
54
58
 
55
- ✓ src/commands/__tests__/visualize.test.ts (4 tests) 21ms
56
59
  ✓ src/commands/__tests__/upload.test.ts (2 tests) 5ms
57
- ✓ src/commands/__tests__/ai-signal-clarity.test.ts (1 test) 9ms
58
- ✓ src/commands/__tests__/doc-drift.test.ts (1 test) 11ms
59
- ✓ src/commands/__tests__/deps-health.test.ts (1 test) 10ms
60
60
  ✓ src/utils/__tests__/helpers.test.ts (3 tests) 2ms
61
- ✓ src/commands/__tests__/init.test.ts (2 tests) 4ms
62
- ✓ src/commands/__tests__/consistency.test.ts (4 tests) 6ms
63
- ✓ src/commands/__tests__/scan.test.ts (6 tests) 98ms
64
- ✓ src/commands/__tests__/extra-commands.test.ts (8 tests) 130ms
61
+ ✓ src/commands/__tests__/init.test.ts (2 tests) 5ms
62
+ ✓ src/commands/__tests__/consistency.test.ts (4 tests) 4ms
63
+ ✓ src/commands/__tests__/scan.test.ts (6 tests) 84ms
64
+ ✓ src/commands/__tests__/extra-commands.test.ts (8 tests) 116ms
65
65
  ✓ src/__tests__/unified.test.ts (4 tests) 3ms
66
- ✓ src/__tests__/cli.test.ts (3 tests) 1947ms
67
- ✓ should run unified analysis with both tools  1946ms
68
- ✓ src/__tests__/config-shape.test.ts (3 tests) 1948ms
69
- ✓ should generate a strictly portable AIReadyConfig in summary  1947ms
66
+ ✓ src/__tests__/cli.test.ts (3 tests) 2243ms
67
+ ✓ should run unified analysis with both tools  2242ms
68
+ ✓ src/__tests__/config-shape.test.ts (3 tests) 2244ms
69
+ ✓ should generate a strictly portable AIReadyConfig in summary  2243ms
70
70
 
71
71
   Test Files  15 passed (15)
72
72
   Tests  45 passed (45)
73
-  Start at  00:08:07
74
-  Duration  2.94s (transform 2.51s, setup 0ms, import 5.31s, tests 4.21s, environment 1ms)
73
+  Start at  00:25:40
74
+  Duration  3.17s (transform 2.15s, setup 0ms, import 5.12s, tests 4.77s, 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.13",
3
+ "version": "0.14.14",
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/agent-grounding": "0.13.10",
15
- "@aiready/context-analyzer": "0.21.14",
16
- "@aiready/consistency": "0.20.10",
17
- "@aiready/doc-drift": "0.13.10",
18
- "@aiready/core": "0.23.11",
19
- "@aiready/change-amplification": "0.13.10",
20
- "@aiready/deps": "0.13.11",
21
- "@aiready/pattern-detect": "0.16.10",
22
- "@aiready/ai-signal-clarity": "0.13.11",
23
- "@aiready/visualizer": "0.6.10",
24
- "@aiready/testability": "0.6.10"
14
+ "@aiready/consistency": "0.20.11",
15
+ "@aiready/core": "0.23.12",
16
+ "@aiready/context-analyzer": "0.21.15",
17
+ "@aiready/agent-grounding": "0.13.11",
18
+ "@aiready/doc-drift": "0.13.11",
19
+ "@aiready/change-amplification": "0.13.11",
20
+ "@aiready/ai-signal-clarity": "0.13.12",
21
+ "@aiready/deps": "0.13.12",
22
+ "@aiready/pattern-detect": "0.16.11",
23
+ "@aiready/visualizer": "0.6.11",
24
+ "@aiready/testability": "0.6.11"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^24.0.0",