@aiready/cli 0.7.7 → 0.7.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.7.7 build /Users/pengcao/projects/aiready/packages/cli
3
+ > @aiready/cli@0.7.8 build /Users/pengcao/projects/aiready/packages/cli
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
@@ -9,15 +9,15 @@
9
9
  CLI Target: es2020
10
10
  CJS Build start
11
11
  ESM Build start
12
- CJS dist/cli.js 27.05 KB
13
12
  CJS dist/index.js 3.15 KB
14
- CJS ⚡️ Build success in 54ms
13
+ CJS dist/cli.js 27.05 KB
14
+ CJS ⚡️ Build success in 56ms
15
+ ESM dist/chunk-VOB7SA3E.mjs 2.02 KB
15
16
  ESM dist/index.mjs 138.00 B
16
17
  ESM dist/cli.mjs 21.98 KB
17
- ESM dist/chunk-VOB7SA3E.mjs 2.02 KB
18
- ESM ⚡️ Build success in 54ms
18
+ ESM ⚡️ Build success in 56ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 511ms
20
+ DTS ⚡️ Build success in 645ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 991.00 B
23
23
  DTS dist/cli.d.mts 20.00 B
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @aiready/cli@0.7.7 test /Users/pengcao/projects/aiready/packages/cli
3
+ > @aiready/cli@0.7.8 test /Users/pengcao/projects/aiready/packages/cli
4
4
  > vitest run
5
5
 
6
6
  [?25l
@@ -11,15 +11,15 @@
11
11
 
12
12
   Test Files 0 passed (1)
13
13
   Tests 0 passed (0)
14
-  Start at 14:33:33
14
+  Start at 17:33:46
15
15
   Duration 0ms
16
16
  [?2026l[?2026h
17
17
   ❯ src/__tests__/cli.test.ts 0/3
18
18
 
19
19
   Test Files 0 passed (1)
20
20
   Tests 0 passed (3)
21
-  Start at 14:33:33
22
-  Duration 305ms
21
+  Start at 17:33:46
22
+  Duration 306ms
23
23
  [?2026l ✓ src/__tests__/cli.test.ts (3 tests) 2ms
24
24
  ✓ CLI Unified Analysis (3)
25
25
  ✓ should run unified analysis with both tools 1ms
@@ -28,7 +28,7 @@
28
28
 
29
29
   Test Files  1 passed (1)
30
30
   Tests  3 passed (3)
31
-  Start at  14:33:33
32
-  Duration  314ms (transform 53ms, setup 0ms, import 230ms, tests 2ms, environment 0ms)
31
+  Start at  17:33:46
32
+  Duration  335ms (transform 58ms, setup 0ms, import 252ms, tests 2ms, environment 0ms)
33
33
 
34
34
  [?25h
package/README.md CHANGED
@@ -192,5 +192,6 @@ The CLI is designed to integrate with:
192
192
  - Automated workflows
193
193
 
194
194
  For programmatic usage, see the individual packages:
195
- - [@aiready/pattern-detect](../pattern-detect)
196
- - [@aiready/context-analyzer](../context-analyzer)
195
+ - [@aiready/pattern-detect](https://www.npmjs.com/package/@aiready/pattern-detect)
196
+ - [@aiready/context-analyzer](https://www.npmjs.com/package/@aiready/context-analyzer)
197
+ - [@aiready/consistency](https://www.npmjs.com/package/@aiready/consistency)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/cli",
3
- "version": "0.7.7",
3
+ "version": "0.7.8",
4
4
  "description": "Unified CLI for AIReady analysis tools",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -12,9 +12,9 @@
12
12
  "commander": "^12.1.0",
13
13
  "chalk": "^5.3.0",
14
14
  "@aiready/core": "0.7.3",
15
- "@aiready/context-analyzer": "0.7.3",
16
- "@aiready/consistency": "0.6.3",
17
- "@aiready/pattern-detect": "0.9.7"
15
+ "@aiready/pattern-detect": "0.9.8",
16
+ "@aiready/context-analyzer": "0.7.4",
17
+ "@aiready/consistency": "0.6.4"
18
18
  },
19
19
  "devDependencies": {
20
20
  "tsup": "^8.3.5",