@aiready/context-analyzer 0.22.4 → 0.22.6

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,5 +1,5 @@
1
1
 
2
- > @aiready/context-analyzer@0.22.4 build /Users/pengcao/projects/aiready/packages/context-analyzer
2
+ > @aiready/context-analyzer@0.22.6 build /Users/pengcao/projects/aiready/packages/context-analyzer
3
3
  > tsup src/index.ts src/cli.ts --format cjs,esm --dts
4
4
 
5
5
  CLI Building entry: src/cli.ts, src/index.ts
@@ -8,24 +8,24 @@ CLI tsup v8.5.1
8
8
  CLI Target: es2020
9
9
  CJS Build start
10
10
  ESM Build start
11
+ CJS dist/index.js 83.32 KB
12
+ CJS dist/cli.js 69.59 KB
13
+ CJS ⚡️ Build success in 148ms
14
+ ESM dist/cli-action-VCXBZGZP.mjs 2.86 KB
15
+ ESM dist/cli.mjs 1.81 KB
11
16
  ESM dist/python-context-BWDC4E5Z.mjs 4.48 KB
12
- ESM dist/orchestrator-R6MZT4Z2.mjs 190.00 B
13
- ESM dist/cli-action-E7UGP4KE.mjs 2.86 KB
17
+ ESM dist/chunk-M2EGQ36M.mjs 41.00 KB
14
18
  ESM dist/index.mjs 12.64 KB
15
19
  ESM dist/chunk-J3SZQZNU.mjs 8.11 KB
16
- ESM dist/chunk-ILMLGJGI.mjs 40.85 KB
20
+ ESM dist/chunk-EMYD7NS6.mjs 4.91 KB
17
21
  ESM dist/chunk-64U3PNO3.mjs 2.65 KB
18
22
  ESM dist/summary-7PZVW72O.mjs 119.00 B
19
- ESM dist/chunk-EMYD7NS6.mjs 4.91 KB
20
- ESM dist/cli.mjs 1.81 KB
23
+ ESM dist/orchestrator-KMAKMHTD.mjs 190.00 B
21
24
  ESM dist/chunk-BQCISA2F.mjs 3.35 KB
22
- ESM ⚡️ Build success in 54ms
23
- CJS dist/index.js 83.18 KB
24
- CJS dist/cli.js 69.46 KB
25
- CJS ⚡️ Build success in 54ms
25
+ ESM ⚡️ Build success in 151ms
26
26
  DTS Build start
27
- DTS ⚡️ Build success in 2642ms
27
+ DTS ⚡️ Build success in 12467ms
28
28
  DTS dist/cli.d.ts 20.00 B
29
- DTS dist/index.d.ts 25.86 KB
29
+ DTS dist/index.d.ts 25.64 KB
30
30
  DTS dist/cli.d.mts 20.00 B
31
- DTS dist/index.d.mts 25.86 KB
31
+ DTS dist/index.d.mts 25.64 KB
@@ -1,12 +1,14 @@
1
1
 
2
- > @aiready/context-analyzer@0.22.3 test /Users/pengcao/projects/aiready/packages/context-analyzer
2
+ > @aiready/context-analyzer@0.22.5 test /Users/pengcao/projects/aiready/packages/context-analyzer
3
3
  > vitest run --exclude "**/dist/**"
4
4
 
5
5
 
6
6
   RUN  v4.0.18 /Users/pengcao/projects/aiready/packages/context-analyzer
7
7
 
8
- ✓ src/__tests__/report/html-report.test.ts (11 tests) 20ms
9
- ✓ src/__tests__/report/console-report.test.ts (8 tests) 38ms
8
+ ✓ src/__tests__/domain-inference.test.ts (26 tests) 29ms
9
+ ✓ src/__tests__/report/console-report.test.ts (8 tests) 79ms
10
+ ✓ src/__tests__/report/html-report.test.ts (11 tests) 71ms
11
+ ✓ src/__tests__/remediation.test.ts (6 tests) 5ms
10
12
  stderr | src/__tests__/python-context.test.ts > python-context > analyzePythonContext > should filter for Python files only
11
13
  Failed to analyze src/file2.py: TypeError: Cannot read properties of undefined (reading 'split')
12
14
  at Module.analyzePythonContext (/Users/pengcao/projects/aiready/packages/context-analyzer/src/analyzers/python-context.ts:91:32)
@@ -21,29 +23,27 @@
21
23
  at /Users/pengcao/projects/aiready/packages/context-analyzer/src/__tests__/python-context.test.ts:84:23
22
24
  at file:///Users/pengcao/projects/aiready/node_modules/.pnpm/@vitest+runner@4.0.18/node_modules/@vitest/runner/dist/index.js:915:20
23
25
 
24
- ✓ src/__tests__/python-context.test.ts (4 tests) 55ms
25
- ✓ src/__tests__/consolidation.test.ts (6 tests) 2ms
26
- ✓ src/__tests__/domain-inference.test.ts (26 tests) 4ms
26
+ ✓ src/__tests__/python-context.test.ts (4 tests) 14ms
27
+ ✓ src/__tests__/issue-analyzer.test.ts (17 tests) 104ms
28
+ ✓ src/__tests__/provider.test.ts (2 tests) 4ms
29
+ ✓ src/__tests__/orchestrator.test.ts (8 tests) 130ms
30
+ ✓ src/__tests__/fragmentation-coupling.test.ts (2 tests) 14ms
31
+ ✓ src/__tests__/analyzer.test.ts (14 tests) 30ms
32
+ ✓ src/__tests__/file-classification.test.ts (63 tests) 58ms
33
+ ✓ src/__tests__/auto-detection.test.ts (8 tests) 115ms
34
+ ✓ src/__tests__/contract.test.ts (1 test) 120ms
27
35
  ✓ src/__tests__/scoring.test.ts (15 tests) 4ms
28
- ✓ src/__tests__/issue-analyzer.test.ts (17 tests) 41ms
29
- ✓ src/__tests__/orchestrator.test.ts (8 tests) 51ms
30
- ✓ src/__tests__/file-classification.test.ts (63 tests) 8ms
31
- ✓ src/__tests__/auto-detection.test.ts (8 tests) 16ms
32
- ✓ src/__tests__/contract.test.ts (1 test) 14ms
33
- ✓ src/__tests__/fragmentation-coupling.test.ts (2 tests) 26ms
34
- ✓ src/__tests__/analyzer.test.ts (14 tests) 57ms
35
- ✓ src/__tests__/remediation.test.ts (6 tests) 2ms
36
- ✓ src/__tests__/defaults.test.ts (7 tests) 113ms
37
- ✓ src/__tests__/provider.test.ts (2 tests) 38ms
38
- ✓ src/__tests__/enhanced-cohesion.test.ts (6 tests) 2ms
39
- ✓ src/__tests__/boilerplate-barrel.test.ts (7 tests) 5ms
40
- ✓ src/__tests__/cluster-detector.test.ts (3 tests) 3ms
41
- ✓ src/__tests__/structural-cohesion.test.ts (4 tests) 2ms
42
- ✓ src/__tests__/fragmentation-log.test.ts (3 tests) 2ms
36
+ ✓ src/__tests__/consolidation.test.ts (6 tests) 4ms
37
+ ✓ src/__tests__/cluster-detector.test.ts (3 tests) 6ms
38
+ ✓ src/__tests__/fragmentation-log.test.ts (3 tests) 1ms
43
39
  ✓ src/__tests__/fragmentation-advanced.test.ts (3 tests) 2ms
40
+ ✓ src/__tests__/defaults.test.ts (7 tests) 8ms
41
+ ✓ src/__tests__/enhanced-cohesion.test.ts (6 tests) 3ms
42
+ ✓ src/__tests__/boilerplate-barrel.test.ts (7 tests) 4ms
43
+ ✓ src/__tests__/structural-cohesion.test.ts (4 tests) 2ms
44
44
 
45
45
   Test Files  22 passed (22)
46
46
   Tests  224 passed (224)
47
-  Start at  18:49:07
48
-  Duration  3.93s (transform 4.28s, setup 0ms, import 25.30s, tests 506ms, environment 2ms)
47
+  Start at  20:27:24
48
+  Duration  6.51s (transform 11.24s, setup 0ms, import 42.58s, tests 806ms, environment 30ms)
49
49