@aiready/consistency 0.21.14 → 0.21.15

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.21.13 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.21.14 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 35.98 KB
13
12
  CJS dist/cli.js 41.52 KB
14
- CJS ⚡️ Build success in 139ms
15
- ESM dist/index.mjs 3.29 KB
13
+ CJS dist/index.js 35.98 KB
14
+ CJS ⚡️ Build success in 96ms
16
15
  ESM dist/cli.mjs 8.85 KB
16
+ ESM dist/index.mjs 3.29 KB
17
17
  ESM dist/chunk-R2WYI6DR.mjs 31.08 KB
18
- ESM ⚡️ Build success in 148ms
18
+ ESM ⚡️ Build success in 97ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 3030ms
20
+ DTS ⚡️ Build success in 4657ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 3.96 KB
23
23
  DTS dist/cli.d.mts 20.00 B
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.21.13 format-check /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.21.14 format-check /Users/pengcao/projects/aiready/packages/consistency
4
4
  > prettier --check . --ignore-path ../../.prettierignore
5
5
 
6
6
  Checking formatting...
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.21.13 lint /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.21.14 lint /Users/pengcao/projects/aiready/packages/consistency
4
4
  > eslint src
5
5
 
@@ -1,29 +1,29 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.21.13 test /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.21.14 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__/naming-constants.test.ts (14 tests) 5ms
10
- ✓ src/__tests__/scope-tracker.test.ts (11 tests) 51ms
11
- ✓ src/__tests__/scoring.test.ts (8 tests) 4ms
9
+ ✓ src/__tests__/scope-tracker.test.ts (11 tests) 25ms
10
+ ✓ src/__tests__/naming-constants.test.ts (14 tests) 2ms
12
11
  ✓ src/__tests__/language-filter.test.ts (3 tests) 3ms
13
12
  ✓ src/__tests__/naming.test.ts (5 tests) 3ms
14
13
  ✓ src/__tests__/provider.test.ts (2 tests) 2ms
14
+ ✓ src/__tests__/scoring.test.ts (8 tests) 18ms
15
15
  stdout | src/__tests__/contract.test.ts > Consistency Spoke Contract Validation > should produce output matching the SpokeOutput contract
16
16
  Consistency: Skipping unparseable file file1.ts: ENOENT: no such file or directory, open 'file1.ts'
17
17
 
18
- ✓ src/__tests__/contract.test.ts (1 test) 65ms
19
- ✓ src/__tests__/analyzer.test.ts (22 tests) 1400ms
20
- ✓ should analyze naming issues  680ms
21
- ✓ src/__tests__/naming-dotted.test.ts (2 tests) 1848ms
22
- ✓ should NOT flag dotted identifiers in Python imports  1844ms
18
+ ✓ src/__tests__/contract.test.ts (1 test) 30ms
19
+ ✓ src/__tests__/analyzer.test.ts (22 tests) 1181ms
20
+ ✓ should analyze naming issues  396ms
21
+ ✓ src/__tests__/naming-dotted.test.ts (2 tests) 2299ms
22
+ ✓ should NOT flag dotted identifiers in Python imports  2275ms
23
23
 
24
24
   Test Files  9 passed (9)
25
25
   Tests  68 passed (68)
26
-  Start at  20:53:43
27
-  Duration  5.24s (transform 4.23s, setup 0ms, import 17.64s, tests 3.38s, environment 1ms)
26
+  Start at  01:04:43
27
+  Duration  6.95s (transform 6.93s, setup 0ms, import 24.45s, tests 3.56s, environment 1ms)
28
28
 
29
29
  [?25h
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.21.13 type-check /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.21.14 type-check /Users/pengcao/projects/aiready/packages/consistency
4
4
  > tsc --noEmit
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/consistency",
3
- "version": "0.21.14",
3
+ "version": "0.21.15",
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",
@@ -35,15 +35,15 @@
35
35
  "license": "MIT",
36
36
  "repository": {
37
37
  "type": "git",
38
- "url": "https://github.com/caopengau/aiready-consistency.git"
38
+ "url": "https://github.com/getaiready/aiready-consistency.git"
39
39
  },
40
- "homepage": "https://github.com/caopengau/aiready-consistency",
40
+ "homepage": "https://github.com/getaiready/aiready-consistency",
41
41
  "dependencies": {
42
42
  "@typescript-eslint/types": "^8.53.0",
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.24.15"
46
+ "@aiready/core": "0.24.16"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^24.0.0",