@aiready/context-analyzer 0.7.3 → 0.7.4

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/context-analyzer@0.7.3 build /Users/pengcao/projects/aiready/packages/context-analyzer
3
+ > @aiready/context-analyzer@0.7.4 build /Users/pengcao/projects/aiready/packages/context-analyzer
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/cli.js 49.38 KB
13
12
  CJS dist/index.js 33.35 KB
14
- CJS ⚡️ Build success in 56ms
15
- ESM dist/cli.mjs 18.45 KB
13
+ CJS dist/cli.js 49.38 KB
14
+ CJS ⚡️ Build success in 70ms
16
15
  ESM dist/index.mjs 504.00 B
16
+ ESM dist/cli.mjs 18.45 KB
17
17
  ESM dist/chunk-DMRZMS2U.mjs 31.83 KB
18
- ESM ⚡️ Build success in 56ms
18
+ ESM ⚡️ Build success in 70ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 584ms
20
+ DTS ⚡️ Build success in 598ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 5.56 KB
23
23
  DTS dist/cli.d.mts 20.00 B
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @aiready/context-analyzer@0.7.3 test /Users/pengcao/projects/aiready/packages/context-analyzer
3
+ > @aiready/context-analyzer@0.7.4 test /Users/pengcao/projects/aiready/packages/context-analyzer
4
4
  > vitest run
5
5
 
6
6
 
@@ -15,7 +15,7 @@
15
15
 
16
16
   Test Files  3 passed (3)
17
17
   Tests  28 passed (28)
18
-  Start at  14:32:39
19
-  Duration  587ms (transform 196ms, setup 0ms, collect 841ms, tests 30ms, environment 0ms, prepare 147ms)
18
+  Start at  17:33:01
19
+  Duration  540ms (transform 201ms, setup 0ms, collect 806ms, tests 29ms, environment 0ms, prepare 146ms)
20
20
 
21
21
  [?25h[?25h
package/README.md CHANGED
@@ -55,6 +55,11 @@ Result: AI sees everything, gives complete answers ✅
55
55
  - Use **@aiready/context-analyzer** to optimize for AI tools (advisory)
56
56
  - Track improvements over time with SaaS tier
57
57
 
58
+ **Related AIReady Tools:**
59
+ - [**@aiready/cli**](https://www.npmjs.com/package/@aiready/cli) - Unified CLI with all analysis tools
60
+ - [**@aiready/pattern-detect**](https://www.npmjs.com/package/@aiready/pattern-detect) - Semantic duplicate detection
61
+ - [**@aiready/consistency**](https://www.npmjs.com/package/@aiready/consistency) - Consistency checking
62
+
58
63
  ## 🧠 Understanding the Metrics
59
64
 
60
65
  This tool measures four key dimensions that affect how much context AI tools need to load:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/context-analyzer",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "description": "AI context window cost analysis - detect fragmented code, deep import chains, and expensive context budgets",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",