@aiready/consistency 0.8.1 → 0.8.4

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/consistency@0.8.1 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.8.4 build /Users/pengcao/projects/aiready/packages/consistency
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 50.90 KB
13
12
  CJS dist/index.js 55.33 KB
14
- CJS ⚡️ Build success in 28ms
15
- ESM dist/cli.mjs 8.76 KB
13
+ CJS dist/cli.js 50.90 KB
14
+ CJS ⚡️ Build success in 72ms
16
15
  ESM dist/chunk-YEHXYHGY.mjs 40.95 KB
17
16
  ESM dist/index.mjs 12.69 KB
18
- ESM ⚡️ Build success in 28ms
17
+ ESM dist/cli.mjs 8.76 KB
18
+ ESM ⚡️ Build success in 73ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 1176ms
20
+ DTS ⚡️ Build success in 1971ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 3.27 KB
23
23
  DTS dist/cli.d.mts 20.00 B
@@ -1,49 +1,18 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.8.1 test /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.8.4 test /Users/pengcao/projects/aiready/packages/consistency
4
4
  > vitest run
5
5
 
6
6
  [?25l
7
7
   RUN  v4.0.18 /Users/pengcao/projects/aiready/packages/consistency
8
8
 
9
- [?2026h
10
-  ❯ src/__tests__/language-filter.test.ts [queued]
11
-
12
-  Test Files 0 passed (3)
13
-  Tests 0 passed (0)
14
-  Start at 20:59:54
15
-  Duration 102ms
16
- [?2026l[?2026h
17
-  ❯ src/__tests__/analyzer.test.ts [queued]
18
-  ❯ src/__tests__/language-filter.test.ts [queued]
19
-  ❯ src/__tests__/scoring.test.ts 0/8
20
-
21
-  Test Files 0 passed (3)
22
-  Tests 0 passed (8)
23
-  Start at 20:59:54
24
-  Duration 305ms
25
- [?2026l[?2026h ✓ src/__tests__/scoring.test.ts (8 tests) 3ms
26
-
27
-  ❯ src/__tests__/analyzer.test.ts [queued]
28
-  ❯ src/__tests__/language-filter.test.ts 0/3
29
-
30
-  Test Files 1 passed (3)
31
-  Tests 8 passed (11)
32
-  Start at 20:59:54
33
-  Duration 508ms
34
- [?2026l[?2026h ✓ src/__tests__/language-filter.test.ts (3 tests) 3ms
35
-
36
-  ❯ src/__tests__/analyzer.test.ts 1/18
37
-
38
-  Test Files 2 passed (3)
39
-  Tests 12 passed (29)
40
-  Start at 20:59:54
41
-  Duration 708ms
42
- [?2026l ✓ src/__tests__/analyzer.test.ts (18 tests) 142ms
9
+ ✓ src/__tests__/scoring.test.ts (8 tests) 11ms
10
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 3ms
11
+ ✓ src/__tests__/analyzer.test.ts (18 tests) 170ms
43
12
 
44
13
   Test Files  3 passed (3)
45
14
   Tests  29 passed (29)
46
-  Start at  20:59:54
47
-  Duration  762ms (transform 387ms, setup 0ms, import 952ms, tests 148ms, environment 0ms)
15
+  Start at  22:45:25
16
+  Duration  1.67s (transform 949ms, setup 0ms, import 2.13s, tests 184ms, environment 0ms)
48
17
 
49
18
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/consistency",
3
- "version": "0.8.1",
3
+ "version": "0.8.4",
4
4
  "description": "Detects consistency issues in naming, patterns, and architecture that confuse AI models",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -43,7 +43,7 @@
43
43
  "@typescript-eslint/typescript-estree": "^8.53.0",
44
44
  "chalk": "^5.3.0",
45
45
  "commander": "^14.0.0",
46
- "@aiready/core": "0.9.1"
46
+ "@aiready/core": "0.9.4"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^24.0.0",