@aiready/consistency 0.6.2 → 0.6.3

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.6.2 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.6.3 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 50.15 KB
13
12
  CJS dist/cli.js 45.11 KB
14
- CJS ⚡️ Build success in 61ms
15
- ESM dist/chunk-ON73WHHU.mjs 34.85 KB
16
- ESM dist/cli.mjs 8.55 KB
13
+ CJS dist/index.js 50.15 KB
14
+ CJS ⚡️ Build success in 54ms
17
15
  ESM dist/index.mjs 14.04 KB
18
- ESM ⚡️ Build success in 62ms
16
+ ESM dist/cli.mjs 8.55 KB
17
+ ESM dist/chunk-ON73WHHU.mjs 34.85 KB
18
+ ESM ⚡️ Build success in 54ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 1102ms
20
+ DTS ⚡️ Build success in 1007ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 2.73 KB
23
23
  DTS dist/cli.d.mts 20.00 B
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.6.2 test /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.6.3 test /Users/pengcao/projects/aiready/packages/consistency
4
4
  > vitest run
5
5
 
6
6
 
@@ -86,10 +86,10 @@
86
86
  ✓ consistency scoring (2)
87
87
  ✓ should calculate consistency score correctly
88
88
  ✓ should weight critical issues more than info
89
- ❯ recommendations (3)
90
- ⠙ should generate relevant recommendations
91
- · should suggest standardizing error handling
92
- · should suggest using async/await consistently
89
+ ✓ recommendations (3)
90
+ ✓ should generate relevant recommendations
91
+ ✓ should suggest standardizing error handling
92
+ ✓ should suggest using async/await consistently
93
93
   ✓ src/__tests__/analyzer.test.ts (18)
94
94
  ✓ analyzeConsistency (2)
95
95
  ✓ should analyze naming issues
@@ -117,7 +117,7 @@
117
117
 
118
118
   Test Files  1 passed (1)
119
119
   Tests  18 passed (18)
120
-  Start at  13:23:58
121
-  Duration  745ms (transform 95ms, setup 0ms, collect 276ms, tests 155ms, environment 0ms, prepare 56ms)
120
+  Start at  14:32:19
121
+  Duration  723ms (transform 100ms, setup 0ms, collect 314ms, tests 141ms, environment 0ms, prepare 54ms)
122
122
 
123
123
  [?25h[?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/consistency",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
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": "^12.1.0",
46
- "@aiready/core": "0.7.2"
46
+ "@aiready/core": "0.7.3"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^22.10.5",