@aiready/cli 0.10.2 → 0.10.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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @aiready/cli@0.10.1 build /Users/pengcao/projects/aiready/packages/cli
3
+ > @aiready/cli@0.10.3 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] 8:13:10 pm
13
+ [10:33:57 AM]  WARN  ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta]
14
14
 
15
15
  src/cli.ts:25:31:
16
16
   25 │ return dirname(fileURLToPath(import.meta.url));
@@ -20,10 +20,10 @@
20
20
 
21
21
 
22
22
 
23
+ CJS dist/cli.js 90.15 KB
24
+ CJS dist/index.js 14.84 KB
25
+ CJS ⚡️ Build success in 33ms
23
26
  ESM dist/index.mjs 170.00 B
24
27
  ESM dist/chunk-VUCNUYI7.mjs 13.44 KB
25
- ESM dist/cli.mjs 73.88 KB
26
- ESM ⚡️ Build success in 27ms
27
- CJS dist/index.js 14.84 KB
28
- CJS dist/cli.js 90.12 KB
29
- CJS ⚡️ Build success in 27ms
28
+ ESM dist/cli.mjs 73.91 KB
29
+ ESM ⚡️ Build success in 33ms
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @aiready/cli@0.10.1 test /Users/pengcao/projects/aiready/packages/cli
3
+ > @aiready/cli@0.10.2 test /Users/pengcao/projects/aiready/packages/cli
4
4
  > vitest run
5
5
 
6
6
  [?25l
@@ -10,7 +10,7 @@
10
10
 
11
11
   Test Files  1 passed (1)
12
12
   Tests  3 passed (3)
13
-  Start at  20:13:28
14
-  Duration  377ms (transform 81ms, setup 0ms, import 258ms, tests 2ms, environment 0ms)
13
+  Start at  09:42:19
14
+  Duration  474ms (transform 102ms, setup 0ms, import 336ms, tests 2ms, environment 0ms)
15
15
 
16
16
  [?25h
package/README.md CHANGED
@@ -50,7 +50,7 @@ aiready patterns . --similarity 0.6
50
50
 
51
51
  ## 🌐 Platform Integration
52
52
 
53
- Connect your local scans to the [AIReady Dashboard](https://getaiready.dev/dashboard).
53
+ Connect your local scans to the [AIReady Dashboard](https://platform.getaiready.dev/dashboard).
54
54
 
55
55
  ### Automatic Upload
56
56
 
package/dist/cli.js CHANGED
@@ -526,7 +526,9 @@ async function uploadAction(file, options) {
526
526
  )
527
527
  );
528
528
  console.log(
529
- import_chalk2.default.dim(" Get an API key from https://getaiready.dev/dashboard")
529
+ import_chalk2.default.dim(
530
+ " Get an API key from https://platform.getaiready.dev/dashboard"
531
+ )
530
532
  );
531
533
  process.exit(1);
532
534
  }
package/dist/cli.mjs CHANGED
@@ -173,7 +173,9 @@ async function uploadAction(file, options) {
173
173
  )
174
174
  );
175
175
  console.log(
176
- chalk2.dim(" Get an API key from https://getaiready.dev/dashboard")
176
+ chalk2.dim(
177
+ " Get an API key from https://platform.getaiready.dev/dashboard"
178
+ )
177
179
  );
178
180
  process.exit(1);
179
181
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/cli",
3
- "version": "0.10.2",
3
+ "version": "0.10.3",
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.17.2",
15
14
  "@aiready/agent-grounding": "0.9.2",
15
+ "@aiready/context-analyzer": "0.17.2",
16
16
  "@aiready/core": "0.19.2",
17
17
  "@aiready/deps": "0.9.2",
18
- "@aiready/doc-drift": "0.9.2",
19
18
  "@aiready/consistency": "0.16.2",
20
19
  "@aiready/change-amplification": "0.9.2",
20
+ "@aiready/pattern-detect": "0.12.2",
21
+ "@aiready/doc-drift": "0.9.2",
21
22
  "@aiready/testability": "0.2.2",
22
23
  "@aiready/ai-signal-clarity": "0.9.2",
23
- "@aiready/pattern-detect": "0.12.2",
24
- "@aiready/visualizer": "0.2.2"
24
+ "@aiready/visualizer": "0.2.3"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^24.0.0",