@aiready/consistency 0.20.10 → 0.20.12

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,24 +1,23 @@
1
-
2
- 
3
- > @aiready/consistency@0.20.10 build /Users/pengcao/projects/aiready/packages/consistency
4
- > tsup src/index.ts src/cli.ts --format cjs,esm --dts
5
-
6
- CLI Building entry: src/cli.ts, src/index.ts
7
- CLI Using tsconfig: tsconfig.json
8
- CLI tsup v8.5.1
9
- CLI Target: es2020
10
- CJS Build start
11
- ESM Build start
12
- ESM dist/chunk-TE6JYZD3.mjs 23.58 KB
13
- ESM dist/cli.mjs 8.83 KB
14
- ESM dist/index.mjs 7.04 KB
15
- ESM ⚡️ Build success in 260ms
16
- CJS dist/index.js 32.34 KB
17
- CJS dist/cli.js 34.45 KB
18
- CJS ⚡️ Build success in 261ms
19
- DTS Build start
20
- DTS ⚡️ Build success in 2627ms
21
- DTS dist/cli.d.ts 20.00 B
22
- DTS dist/index.d.ts 3.87 KB
23
- DTS dist/cli.d.mts 20.00 B
24
- DTS dist/index.d.mts 3.87 KB
1
+
2
+ > @aiready/consistency@0.20.12 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > tsup src/index.ts src/cli.ts --format cjs,esm --dts
4
+
5
+ CLI Building entry: src/cli.ts, src/index.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.5.1
8
+ CLI Target: es2020
9
+ CJS Build start
10
+ ESM Build start
11
+ ESM dist/cli.mjs 8.83 KB
12
+ ESM dist/chunk-TE6JYZD3.mjs 23.58 KB
13
+ ESM dist/index.mjs 7.04 KB
14
+ ESM ⚡️ Build success in 114ms
15
+ CJS dist/index.js 32.34 KB
16
+ CJS dist/cli.js 34.45 KB
17
+ CJS ⚡️ Build success in 114ms
18
+ DTS Build start
19
+ DTS ⚡️ Build success in 8839ms
20
+ DTS dist/cli.d.ts 20.00 B
21
+ DTS dist/index.d.ts 3.87 KB
22
+ DTS dist/cli.d.mts 20.00 B
23
+ DTS dist/index.d.mts 3.87 KB
@@ -1,28 +1,29 @@
1
-
2
- 
3
- > @aiready/consistency@0.20.9 test /Users/pengcao/projects/aiready/packages/consistency
4
- > vitest run
5
-
6
- [?25l
7
-  RUN  v4.0.18 /Users/pengcao/projects/aiready/packages/consistency
8
-
9
- ✓ dist/__tests__/scoring.test.js (8 tests) 9ms
10
- ✓ src/__tests__/language-filter.test.ts (3 tests) 4ms
11
- ✓ src/__tests__/provider.test.ts (2 tests) 3ms
12
- Sourcemap for "/Users/pengcao/projects/aiready/packages/consistency/dist/analyzers/naming-python.js" points to missing source files
13
- ✓ src/__tests__/scoring.test.ts (8 tests) 3ms
14
- stdout | src/__tests__/contract.test.ts > Consistency Spoke Contract Validation > should produce output matching the SpokeOutput contract
15
- Consistency: Skipping unparseable file file1.ts: ENOENT: no such file or directory, open 'file1.ts'
16
-
17
- ✓ src/__tests__/contract.test.ts (1 test) 3ms
18
- ✓ dist/__tests__/language-filter.test.js (3 tests) 6ms
19
- ✓ src/__tests__/analyzer.test.ts (18 tests) 538ms
20
- ✓ dist/__tests__/analyzer.test.js (18 tests) 595ms
21
- ✓ should generate relevant recommendations  325ms
22
-
23
-  Test Files  8 passed (8)
24
-  Tests  61 passed (61)
25
-  Start at  00:08:03
26
-  Duration  2.36s (transform 2.56s, setup 0ms, import 9.95s, tests 1.16s, environment 1ms)
27
-
28
- [?25h
1
+
2
+ > @aiready/consistency@0.20.11 test /Users/pengcao/projects/aiready/packages/consistency
3
+ > vitest run
4
+
5
+
6
+  RUN  v4.0.18 /Users/pengcao/projects/aiready/packages/consistency
7
+
8
+ ✓ dist/__tests__/scoring.test.js (8 tests) 17ms
9
+ Sourcemap for "/Users/pengcao/projects/aiready/packages/consistency/dist/analyzers/naming-python.js" points to missing source files
10
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 18ms
11
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 176ms
12
+ stdout | src/__tests__/contract.test.ts > Consistency Spoke Contract Validation > should produce output matching the SpokeOutput contract
13
+ Consistency: Skipping unparseable file file1.ts: ENOENT: no such file or directory, open 'file1.ts'
14
+
15
+ ✓ src/__tests__/contract.test.ts (1 test) 5ms
16
+ ✓ src/__tests__/provider.test.ts (2 tests) 3ms
17
+ ✓ src/__tests__/scoring.test.ts (8 tests) 11ms
18
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 1235ms
19
+ ✓ should analyze naming issues  650ms
20
+ ✓ should detect minimum severity filtering  397ms
21
+ ✓ src/__tests__/analyzer.test.ts (18 tests) 1606ms
22
+ ✓ should analyze naming issues  967ms
23
+ ✓ should generate relevant recommendations  420ms
24
+
25
+  Test Files  8 passed (8)
26
+  Tests  61 passed (61)
27
+  Start at  16:30:27
28
+  Duration  4.81s (transform 4.06s, setup 0ms, import 16.19s, tests 3.07s, environment 1ms)
29
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/consistency",
3
- "version": "0.20.10",
3
+ "version": "0.20.12",
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.23.11"
46
+ "@aiready/core": "0.23.13"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^24.0.0",