@aiready/cli 0.13.7 → 0.13.8

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.13.7 build /Users/pengcao/projects/aiready/packages/cli
3
+ > @aiready/cli@0.13.8 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:35:58 am
13
+  WARN  ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta] 11:09:31 am
14
14
 
15
15
  src/cli.ts:28:31:
16
16
   28 │ 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
23
  CJS dist/cli.js 80.45 KB
25
- CJS ⚡️ Build success in 109ms
24
+ CJS dist/index.js 10.62 KB
25
+ CJS ⚡️ Build success in 80ms
26
26
  ESM dist/chunk-VOKP7FGM.mjs 9.52 KB
27
- ESM dist/cli.mjs 66.94 KB
28
27
  ESM dist/index.mjs 170.00 B
29
- ESM ⚡️ Build success in 109ms
28
+ ESM dist/cli.mjs 66.94 KB
29
+ ESM ⚡️ Build success in 80ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/cli",
3
- "version": "0.13.7",
3
+ "version": "0.13.8",
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.12.0",
15
14
  "@aiready/consistency": "0.19.0",
16
15
  "@aiready/context-analyzer": "0.20.0",
17
16
  "@aiready/core": "0.22.1",
18
17
  "@aiready/deps": "0.12.0",
18
+ "@aiready/agent-grounding": "0.12.0",
19
19
  "@aiready/doc-drift": "0.12.0",
20
- "@aiready/pattern-detect": "0.15.0",
21
20
  "@aiready/change-amplification": "0.12.0",
21
+ "@aiready/ai-signal-clarity": "0.12.1",
22
22
  "@aiready/testability": "0.5.0",
23
- "@aiready/ai-signal-clarity": "0.12.0",
24
- "@aiready/visualizer": "0.5.0"
23
+ "@aiready/visualizer": "0.5.0",
24
+ "@aiready/pattern-detect": "0.15.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^24.0.0",