@aiready/consistency 0.18.0 → 0.18.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.17.0 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.18.0 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
@@ -10,14 +10,14 @@
10
10
  CJS Build start
11
11
  ESM Build start
12
12
  ESM dist/chunk-IXBC6GVT.mjs 24.93 KB
13
- ESM dist/cli.mjs 8.83 KB
14
13
  ESM dist/index.mjs 7.17 KB
15
- ESM ⚡️ Build success in 113ms
16
- CJS dist/index.js 34.41 KB
14
+ ESM dist/cli.mjs 8.83 KB
15
+ ESM ⚡️ Build success in 59ms
17
16
  CJS dist/cli.js 35.81 KB
18
- CJS ⚡️ Build success in 113ms
17
+ CJS dist/index.js 34.41 KB
18
+ CJS ⚡️ Build success in 59ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 3044ms
20
+ DTS ⚡️ Build success in 3252ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 3.46 KB
23
23
  DTS dist/cli.d.mts 20.00 B
@@ -1,26 +1,26 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.17.0 test /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.18.0 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
9
  ✓ dist/__tests__/scoring.test.js (8 tests) 3ms
10
- ✓ src/__tests__/language-filter.test.ts (3 tests) 4ms
11
- ✓ src/__tests__/scoring.test.ts (8 tests) 4ms
10
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 3ms
11
+ ✓ src/__tests__/scoring.test.ts (8 tests) 6ms
12
12
  stdout | src/__tests__/contract.test.ts
13
- [ToolRegistry#0.3287512410546808] Registering tool: naming-consistency (consistency, naming, standards)
13
+ [ToolRegistry#0.6903712051329124] Registering tool: naming-consistency (consistency, naming, standards)
14
14
 
15
- ✓ src/__tests__/contract.test.ts (1 test) 5ms
16
- ✓ dist/__tests__/language-filter.test.js (3 tests) 3ms
17
- ✓ dist/__tests__/analyzer.test.js (18 tests) 387ms
18
- ✓ src/__tests__/analyzer.test.ts (18 tests) 653ms
19
- ✓ should analyze naming issues  383ms
15
+ ✓ src/__tests__/contract.test.ts (1 test) 4ms
16
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 5ms
17
+ ✓ src/__tests__/analyzer.test.ts (18 tests) 461ms
18
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 596ms
19
+ ✓ should generate relevant recommendations  316ms
20
20
 
21
21
   Test Files  7 passed (7)
22
22
   Tests  59 passed (59)
23
-  Start at  09:33:02
24
-  Duration  1.97s (transform 710ms, setup 0ms, import 4.13s, tests 1.06s, environment 1ms)
23
+  Start at  10:34:41
24
+  Duration  2.37s (transform 1.76s, setup 0ms, import 7.55s, tests 1.08s, environment 0ms)
25
25
 
26
26
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/consistency",
3
- "version": "0.18.0",
3
+ "version": "0.18.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.21.0"
46
+ "@aiready/core": "0.21.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^24.0.0",