@aiready/consistency 0.18.16 → 0.18.18

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.18.15 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.18.17 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,16 +9,16 @@
9
9
  CLI Target: es2020
10
10
  CJS Build start
11
11
  ESM Build start
12
- CJS dist/index.js 34.67 KB
13
- CJS dist/cli.js 36.07 KB
14
- CJS ⚡️ Build success in 221ms
15
- ESM dist/chunk-V2UPXL7L.mjs 25.18 KB
12
+ CJS dist/cli.js 34.45 KB
13
+ CJS dist/index.js 32.47 KB
14
+ CJS ⚡️ Build success in 80ms
16
15
  ESM dist/cli.mjs 8.83 KB
17
16
  ESM dist/index.mjs 7.17 KB
18
- ESM ⚡️ Build success in 223ms
17
+ ESM dist/chunk-FEJODRK5.mjs 23.63 KB
18
+ ESM ⚡️ Build success in 79ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 2977ms
20
+ DTS ⚡️ Build success in 4466ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
- DTS dist/index.d.ts 3.48 KB
22
+ DTS dist/index.d.ts 3.49 KB
23
23
  DTS dist/cli.d.mts 20.00 B
24
- DTS dist/index.d.mts 3.48 KB
24
+ DTS dist/index.d.mts 3.49 KB
@@ -1,26 +1,32 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.18.15 test /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.18.17 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
- ✓ dist/__tests__/scoring.test.js (8 tests) 2ms
10
- ✓ dist/__tests__/language-filter.test.js (3 tests) 10ms
11
- ✓ src/__tests__/scoring.test.ts (8 tests) 3ms
12
- ✓ src/__tests__/language-filter.test.ts (3 tests) 3ms
9
+ ✓ dist/__tests__/scoring.test.js (8 tests) 5ms
10
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 5ms
11
+ ✓ src/__tests__/scoring.test.ts (8 tests) 221ms
12
+ Sourcemap for "/Users/pengcao/projects/aiready/packages/consistency/dist/analyzers/naming-python.js" points to missing source files
13
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 5ms
13
14
  stdout | src/__tests__/contract.test.ts
14
- [ToolRegistry#0.6884770919113985] Registering tool: naming-consistency (consistency, naming, standards)
15
+ [ToolRegistry#0.45651556454378506] Registering tool: naming-consistency (consistency, naming, standards)
15
16
 
16
- ✓ src/__tests__/contract.test.ts (1 test) 3ms
17
- ✓ src/__tests__/analyzer.test.ts (18 tests) 342ms
18
- ✓ dist/__tests__/analyzer.test.js (18 tests) 866ms
19
- ✓ should detect minimum severity filtering  372ms
17
+ stderr | src/__tests__/contract.test.ts > Consistency Spoke Contract Validation > should produce output matching the SpokeOutput contract
18
+ Consistency: Failed to analyze file1.ts: Error: ENOENT: no such file or directory, open 'file1.ts'
19
+
20
+ ✓ src/__tests__/contract.test.ts (1 test) 4ms
21
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 941ms
22
+ ✓ should analyze naming issues  534ms
23
+ ✓ src/__tests__/analyzer.test.ts (18 tests) 1062ms
24
+ ✓ should analyze naming issues  565ms
25
+ ✓ should detect minimum severity filtering  374ms
20
26
 
21
27
   Test Files  7 passed (7)
22
28
   Tests  59 passed (59)
23
-  Start at  02:11:32
24
-  Duration  2.26s (transform 1.92s, setup 0ms, import 6.24s, tests 1.23s, environment 0ms)
29
+  Start at  17:27:52
30
+  Duration  4.19s (transform 3.88s, setup 0ms, import 12.68s, tests 2.24s, environment 1ms)
25
31
 
26
32
  [?25h
package/README.md CHANGED
@@ -7,7 +7,12 @@
7
7
 
8
8
  ## Overview
9
9
 
10
- Consistent naming and project structure are the bedrock of high-performing AI teams. The **Consistency** analyzer scans your project for naming violations, architectural drift, and pattern mismatches that slow down AI agents.
10
+ Consistent naming and projectAI models reason better when your code follows consistent naming and structural patterns. **Consistency** analyzer identifies drift and enforces conventions to clarify intent.
11
+
12
+ ### Language Support
13
+
14
+ - **Full Support:** TypeScript, JavaScript, Python, Java, Go, C#
15
+ - **Capabilities:** Naming conventions, pattern consistency, auto-fix suggestions.
11
16
 
12
17
  ## 🏛️ Architecture
13
18