@aiready/consistency 0.18.21 → 0.19.0

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.18.20 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.18.21 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/index.js 32.47 KB
13
+ CJS dist/cli.js 34.45 KB
14
+ CJS ⚡️ Build success in 29ms
12
15
  ESM dist/cli.mjs 8.83 KB
13
16
  ESM dist/index.mjs 7.17 KB
14
17
  ESM dist/chunk-FEJODRK5.mjs 23.63 KB
15
- ESM ⚡️ Build success in 79ms
16
- CJS dist/cli.js 34.45 KB
17
- CJS dist/index.js 32.47 KB
18
- CJS ⚡️ Build success in 79ms
18
+ ESM ⚡️ Build success in 29ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 2442ms
20
+ DTS ⚡️ Build success in 1232ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 3.49 KB
23
23
  DTS dist/cli.d.mts 20.00 B
@@ -1,30 +1,27 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.18.20 test /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.18.21 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
- ✓ dist/__tests__/scoring.test.js (8 tests) 3ms
10
- ✓ src/__tests__/scoring.test.ts (8 tests) 6ms
11
- ✓ src/__tests__/language-filter.test.ts (3 tests) 7ms
12
- ✓ src/__tests__/provider.test.ts (2 tests) 20ms
9
+ ✓ dist/__tests__/scoring.test.js (8 tests) 5ms
10
+ ✓ src/__tests__/scoring.test.ts (8 tests) 3ms
11
+ ✓ src/__tests__/provider.test.ts (2 tests) 8ms
12
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 3ms
13
+ Sourcemap for "/Users/pengcao/projects/aiready/packages/consistency/dist/analyzers/naming-python.js" points to missing source files
14
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 8ms
13
15
  stderr | src/__tests__/contract.test.ts > Consistency Spoke Contract Validation > should produce output matching the SpokeOutput contract
14
16
  Consistency: Failed to analyze file1.ts: Error: ENOENT: no such file or directory, open 'file1.ts'
15
17
 
16
- ✓ src/__tests__/contract.test.ts (1 test) 7ms
17
- Sourcemap for "/Users/pengcao/projects/aiready/packages/consistency/dist/analyzers/naming-python.js" points to missing source files
18
- ✓ dist/__tests__/language-filter.test.js (3 tests) 7ms
19
- ✓ src/__tests__/analyzer.test.ts (18 tests) 943ms
20
- ✓ should analyze naming issues  490ms
21
- ✓ dist/__tests__/analyzer.test.js (18 tests) 822ms
22
- ✓ should analyze naming issues  303ms
23
- ✓ should detect minimum severity filtering  343ms
18
+ ✓ src/__tests__/contract.test.ts (1 test) 4ms
19
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 186ms
20
+ ✓ src/__tests__/analyzer.test.ts (18 tests) 268ms
24
21
 
25
22
   Test Files  8 passed (8)
26
23
   Tests  61 passed (61)
27
-  Start at  15:19:15
28
-  Duration  4.20s (transform 3.33s, setup 0ms, import 18.47s, tests 1.81s, environment 1ms)
24
+  Start at  18:22:21
25
+  Duration  1.66s (transform 1.40s, setup 0ms, import 6.73s, tests 484ms, environment 1ms)
29
26
 
30
27
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/consistency",
3
- "version": "0.18.21",
3
+ "version": "0.19.0",
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.21.21"
46
+ "@aiready/core": "0.22.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^24.0.0",