@aiready/consistency 0.8.8 → 0.8.9

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.8 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.8.9 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
@@ -11,13 +11,13 @@
11
11
  ESM Build start
12
12
  CJS dist/cli.js 50.90 KB
13
13
  CJS dist/index.js 55.33 KB
14
- CJS ⚡️ Build success in 180ms
15
- ESM dist/cli.mjs 8.76 KB
14
+ CJS ⚡️ Build success in 138ms
16
15
  ESM dist/index.mjs 12.69 KB
16
+ ESM dist/cli.mjs 8.76 KB
17
17
  ESM dist/chunk-YEHXYHGY.mjs 40.95 KB
18
- ESM ⚡️ Build success in 180ms
18
+ ESM ⚡️ Build success in 164ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 4707ms
20
+ DTS ⚡️ Build success in 10330ms
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,24 +1,26 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.8.8 test /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.8.9 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
- ✓ src/__tests__/scoring.test.ts (8 tests) 10ms
10
- ✓ dist/__tests__/scoring.test.js (8 tests) 6ms
11
- ✓ src/__tests__/language-filter.test.ts (3 tests) 7ms
12
- ✓ dist/__tests__/language-filter.test.js (3 tests) 12ms
13
- ✓ src/__tests__/analyzer.test.ts (18 tests) 1576ms
14
- ✓ should analyze naming issues  1134ms
15
- ✓ dist/__tests__/analyzer.test.js (18 tests) 1207ms
16
- ✓ should analyze naming issues  748ms
17
- ✓ should detect minimum severity filtering  375ms
9
+ ✓ dist/__tests__/scoring.test.js (8 tests) 4ms
10
+ ✓ src/__tests__/scoring.test.ts (8 tests) 5ms
11
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 6ms
12
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 87ms
13
+ ✓ src/__tests__/analyzer.test.ts (18 tests) 2483ms
14
+ ✓ should analyze naming issues  1443ms
15
+ ✓ should detect minimum severity filtering  576ms
16
+ ✓ should generate relevant recommendations  422ms
17
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 2208ms
18
+ ✓ should analyze naming issues  1468ms
19
+ ✓ should detect minimum severity filtering  490ms
18
20
 
19
21
   Test Files  6 passed (6)
20
22
   Tests  58 passed (58)
21
-  Start at  14:29:26
22
-  Duration  6.10s (transform 7.15s, setup 0ms, import 14.64s, tests 2.82s, environment 1ms)
23
+  Start at  23:14:59
24
+  Duration  9.49s (transform 6.76s, setup 0ms, import 20.45s, tests 4.79s, environment 29ms)
23
25
 
24
26
  [?25h
package/CONTRIBUTING.md CHANGED
@@ -140,7 +140,7 @@ This package is part of the AIReady monorepo. If contributing to the monorepo:
140
140
 
141
141
  ## 📚 Resources
142
142
 
143
- - [AIReady Main Repo](https://github.com/caopengau/aiready)
143
+ - [AIReady CLI](https://github.com/caopengau/aiready-cli)
144
144
  - [AIReady Documentation](.github/copilot-instructions.md)
145
145
  - [TypeScript Best Practices](https://github.com/labs42io/clean-code-typescript)
146
146
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/consistency",
3
- "version": "0.8.8",
3
+ "version": "0.8.9",
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.8"
46
+ "@aiready/core": "0.9.9"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^24.0.0",