@aiready/consistency 0.21.5 → 0.21.7

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,23 +1,24 @@
1
-
2
- > @aiready/consistency@0.21.5 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/index.mjs 3.27 KB
12
- ESM dist/cli.mjs 8.85 KB
13
- ESM dist/chunk-ZG3KFSD3.mjs 30.58 KB
14
- ESM ⚡️ Build success in 271ms
15
- CJS dist/cli.js 41.01 KB
16
- CJS dist/index.js 35.42 KB
17
- CJS ⚡️ Build success in 271ms
18
- DTS Build start
19
- DTS ⚡️ Build success in 2400ms
20
- DTS dist/cli.d.ts 20.00 B
21
- DTS dist/index.d.ts 3.94 KB
22
- DTS dist/cli.d.mts 20.00 B
23
- DTS dist/index.d.mts 3.94 KB
1
+
2
+ 
3
+ > @aiready/consistency@0.21.7 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/cli.mjs 8.85 KB
13
+ ESM dist/index.mjs 3.26 KB
14
+ ESM dist/chunk-7DKVZNY7.mjs 30.66 KB
15
+ ESM ⚡️ Build success in 89ms
16
+ CJS dist/index.js 35.50 KB
17
+ CJS dist/cli.js 41.09 KB
18
+ CJS ⚡️ Build success in 92ms
19
+ DTS Build start
20
+ DTS ⚡️ Build success in 6596ms
21
+ DTS dist/cli.d.ts 20.00 B
22
+ DTS dist/index.d.ts 3.94 KB
23
+ DTS dist/cli.d.mts 20.00 B
24
+ DTS dist/index.d.mts 3.94 KB
@@ -1,28 +1,35 @@
1
-
2
- > @aiready/consistency@0.21.4 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
- ✓ src/__tests__/scope-tracker.test.ts (11 tests) 5ms
9
- ✓ src/__tests__/naming-constants.test.ts (14 tests) 2ms
10
- ✓ dist/__tests__/scoring.test.js (8 tests) 3ms
11
- ✓ src/__tests__/scoring.test.ts (8 tests) 3ms
12
- Sourcemap for "/Users/pengcao/projects/aiready/packages/consistency/dist/analyzers/naming-python.js" points to missing source files
13
- ✓ src/__tests__/language-filter.test.ts (3 tests) 3ms
14
- ✓ src/__tests__/provider.test.ts (2 tests) 6ms
15
- ✓ src/__tests__/naming.test.ts (5 tests) 3ms
16
- ✓ dist/__tests__/language-filter.test.js (3 tests) 4ms
17
- stdout | src/__tests__/contract.test.ts > Consistency Spoke Contract Validation > should produce output matching the SpokeOutput contract
18
- Consistency: Skipping unparseable file file1.ts: ENOENT: no such file or directory, open 'file1.ts'
19
-
20
- ✓ src/__tests__/contract.test.ts (1 test) 16ms
21
- ✓ dist/__tests__/analyzer.test.js (18 tests) 296ms
22
- ✓ src/__tests__/analyzer.test.ts (21 tests) 429ms
23
-
24
-  Test Files  11 passed (11)
25
-  Tests  94 passed (94)
26
-  Start at  21:12:48
27
-  Duration  2.18s (transform 3.80s, setup 0ms, import 11.84s, tests 769ms, environment 11ms)
28
-
1
+
2
+ 
3
+ > @aiready/consistency@0.21.6 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
+ ✓ src/__tests__/naming-constants.test.ts (14 tests) 4ms
10
+ ✓ src/__tests__/scope-tracker.test.ts (11 tests) 51ms
11
+ ✓ dist/__tests__/scoring.test.js (8 tests) 10ms
12
+ ✓ src/__tests__/naming.test.ts (5 tests) 41ms
13
+ ✓ src/__tests__/scoring.test.ts (8 tests) 27ms
14
+ ✓ src/__tests__/provider.test.ts (2 tests) 21ms
15
+ Sourcemap for "/Users/pengcao/projects/aiready/packages/consistency/dist/analyzers/naming-python.js" points to missing source files
16
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 142ms
17
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 3ms
18
+ stdout | src/__tests__/contract.test.ts > Consistency Spoke Contract Validation > should produce output matching the SpokeOutput contract
19
+ Consistency: Skipping unparseable file file1.ts: ENOENT: no such file or directory, open 'file1.ts'
20
+
21
+ ✓ src/__tests__/contract.test.ts (1 test) 31ms
22
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 1262ms
23
+ ✓ should detect minimum severity filtering  533ms
24
+ ✓ should generate relevant recommendations  452ms
25
+ ✓ src/__tests__/naming-dotted.test.ts (2 tests) 1864ms
26
+ ✓ should NOT flag dotted identifiers in Python imports  1861ms
27
+ ✓ src/__tests__/analyzer.test.ts (21 tests) 1498ms
28
+ ✓ should analyze naming issues  710ms
29
+
30
+  Test Files  12 passed (12)
31
+  Tests  96 passed (96)
32
+  Start at  22:04:25
33
+  Duration  8.20s (transform 13.27s, setup 0ms, import 45.11s, tests 4.95s, environment 1ms)
34
+
35
+ [?25h
package/CONTRIBUTING.md CHANGED
@@ -4,7 +4,7 @@ Thank you for your interest in contributing to AIReady Consistency Checker! We w
4
4
 
5
5
  ## 🐛 Reporting Issues
6
6
 
7
- Found a bug or have a feature request? [Open an issue](https://github.com/caopengau/aiready-consistency/issues) with:
7
+ Found a bug or have a feature request? [Open an issue](https://github.com/getaiready/aiready-consistency/issues) with:
8
8
 
9
9
  - Clear description of the problem or feature
10
10
  - Sample code that demonstrates the issue
@@ -147,7 +147,7 @@ This package is part of the AIReady monorepo. If contributing to the monorepo:
147
147
 
148
148
  ## 📚 Resources
149
149
 
150
- - [AIReady CLI](https://github.com/caopengau/aiready-cli)
150
+ - [AIReady CLI](https://github.com/getaiready/aiready-cli)
151
151
  - [AIReady Documentation](.github/copilot-instructions.md)
152
152
  - [TypeScript Best Practices](https://github.com/labs42io/clean-code-typescript)
153
153