@aiready/consistency 0.7.0 → 0.7.1

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.7.0 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.7.1 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
- CJS dist/index.js 55.33 KB
14
- CJS ⚡️ Build success in 63ms
15
- ESM dist/index.mjs 12.69 KB
16
12
  ESM dist/cli.mjs 8.76 KB
13
+ ESM dist/index.mjs 12.69 KB
17
14
  ESM dist/chunk-YEHXYHGY.mjs 40.95 KB
18
- ESM ⚡️ Build success in 64ms
15
+ ESM ⚡️ Build success in 79ms
16
+ CJS dist/index.js 55.33 KB
17
+ CJS dist/cli.js 50.90 KB
18
+ CJS ⚡️ Build success in 79ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 1207ms
20
+ DTS ⚡️ Build success in 1309ms
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,40 +1,49 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.7.0 test /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.7.1 test /Users/pengcao/projects/aiready/packages/consistency
4
4
  > vitest run
5
5
 
6
6
  [?25l
7
7
   RUN  v4.0.17 /Users/pengcao/projects/aiready/packages/consistency
8
8
 
9
9
  [?2026h
10
-  ❯ src/__tests__/language-filter.test.ts [queued]
10
+  ❯ src/__tests__/scoring.test.ts [queued]
11
11
 
12
12
   Test Files 0 passed (3)
13
13
   Tests 0 passed (0)
14
-  Start at 21:01:42
14
+  Start at 18:05:24
15
15
   Duration 101ms
16
- [?2026l[?2026h ✓ src/__tests__/scoring.test.ts (8 tests) 3ms
16
+ [?2026l[?2026h
17
+  ❯ src/__tests__/analyzer.test.ts [queued]
18
+  ❯ src/__tests__/language-filter.test.ts [queued]
19
+  ❯ src/__tests__/scoring.test.ts 1/8
20
+
21
+  Test Files 0 passed (3)
22
+  Tests 1 passed (8)
23
+  Start at 18:05:24
24
+  Duration 204ms
25
+ [?2026l[?2026h ✓ src/__tests__/scoring.test.ts (8 tests) 3ms
17
26
 
18
27
   ❯ src/__tests__/analyzer.test.ts [queued]
19
28
   ❯ src/__tests__/language-filter.test.ts 0/3
20
29
 
21
30
   Test Files 1 passed (3)
22
31
   Tests 8 passed (11)
23
-  Start at 21:01:42
24
-  Duration 406ms
25
- [?2026l[?2026h ✓ src/__tests__/language-filter.test.ts (3 tests) 3ms
32
+  Start at 18:05:24
33
+  Duration 405ms
34
+ [?2026l[?2026h ✓ src/__tests__/language-filter.test.ts (3 tests) 4ms
26
35
 
27
36
   ❯ src/__tests__/analyzer.test.ts 1/18
28
37
 
29
38
   Test Files 2 passed (3)
30
39
   Tests 12 passed (29)
31
-  Start at 21:01:42
32
-  Duration 507ms
33
- [?2026l ✓ src/__tests__/analyzer.test.ts (18 tests) 170ms
40
+  Start at 18:05:24
41
+  Duration 506ms
42
+ [?2026l ✓ src/__tests__/analyzer.test.ts (18 tests) 169ms
34
43
 
35
44
   Test Files  3 passed (3)
36
45
   Tests  29 passed (29)
37
-  Start at  21:01:42
38
-  Duration  653ms (transform 219ms, setup 0ms, import 762ms, tests 176ms, environment 0ms)
46
+  Start at  18:05:24
47
+  Duration  621ms (transform 282ms, setup 0ms, import 776ms, tests 175ms, environment 1ms)
39
48
 
40
49
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/consistency",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
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.8.0"
46
+ "@aiready/core": "0.8.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^24.0.0",