@aiready/context-analyzer 0.22.0 → 0.22.1

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,31 +1,32 @@
1
-
2
- > @aiready/context-analyzer@0.22.0 build /Users/pengcao/projects/aiready/packages/context-analyzer
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
- CJS dist/cli.js 69.64 KB
12
- CJS dist/index.js 83.36 KB
13
- CJS ⚡️ Build success in 268ms
14
- ESM dist/cli.mjs 1.81 KB
15
- ESM dist/python-context-BWDC4E5Z.mjs 4.48 KB
16
- ESM dist/summary-7PZVW72O.mjs 119.00 B
17
- ESM dist/orchestrator-3L3NAZYP.mjs 190.00 B
18
- ESM dist/chunk-BCEZGRXI.mjs 40.87 KB
19
- ESM dist/chunk-BQCISA2F.mjs 3.35 KB
20
- ESM dist/index.mjs 12.64 KB
21
- ESM dist/chunk-EMYD7NS6.mjs 4.91 KB
22
- ESM dist/chunk-64U3PNO3.mjs 2.65 KB
23
- ESM dist/cli-action-SA7SCYNV.mjs 2.86 KB
24
- ESM dist/chunk-J3SZQZNU.mjs 8.11 KB
25
- ESM ⚡️ Build success in 328ms
26
- DTS Build start
27
- DTS ⚡️ Build success in 7290ms
28
- DTS dist/cli.d.ts 20.00 B
29
- DTS dist/index.d.ts 25.71 KB
30
- DTS dist/cli.d.mts 20.00 B
31
- DTS dist/index.d.mts 25.71 KB
1
+
2
+ 
3
+ > @aiready/context-analyzer@0.22.1 build /Users/pengcao/projects/aiready/packages/context-analyzer
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
+ CJS dist/index.js 83.36 KB
13
+ CJS dist/cli.js 69.64 KB
14
+ CJS ⚡️ Build success in 294ms
15
+ ESM dist/python-context-BWDC4E5Z.mjs 4.48 KB
16
+ ESM dist/cli.mjs 1.81 KB
17
+ ESM dist/index.mjs 12.64 KB
18
+ ESM dist/cli-action-SA7SCYNV.mjs 2.86 KB
19
+ ESM dist/summary-7PZVW72O.mjs 119.00 B
20
+ ESM dist/chunk-BCEZGRXI.mjs 40.87 KB
21
+ ESM dist/chunk-J3SZQZNU.mjs 8.11 KB
22
+ ESM dist/orchestrator-3L3NAZYP.mjs 190.00 B
23
+ ESM dist/chunk-EMYD7NS6.mjs 4.91 KB
24
+ ESM dist/chunk-BQCISA2F.mjs 3.35 KB
25
+ ESM dist/chunk-64U3PNO3.mjs 2.65 KB
26
+ ESM ⚡️ Build success in 295ms
27
+ DTS Build start
28
+ DTS ⚡️ Build success in 4469ms
29
+ DTS dist/cli.d.ts 20.00 B
30
+ DTS dist/index.d.ts 25.71 KB
31
+ DTS dist/cli.d.mts 20.00 B
32
+ DTS dist/index.d.mts 25.71 KB
package/README.md CHANGED
@@ -21,11 +21,11 @@ AI tokens are expensive and context windows are finite. **Context Analyzer** hel
21
21
 
22
22
 
23
23
  🎛️ @aiready/cli (orchestrator)
24
- │ │ │ │ │ │ │ │ │
25
- ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼
26
- [PAT] [CTX] [CON] [AMP] [DEP] [DOC] [SIG] [AGT] [TST]
27
- │ │ │ │ │ │ │ │ │
28
- └─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┘
24
+ │ │ │ │ │ │ │ │ │
25
+ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼
26
+ [PAT] [CTX] [CON] [AMP] [DEP] [DOC] [SIG] [AGT] [TST] [CTR]
27
+ │ │ │ │ │ │ │ │ │
28
+ └─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┘
29
29
 
30
30
 
31
31
  🏢 @aiready/core
@@ -35,7 +35,8 @@ Legend:
35
35
  CON = consistency AMP = change-amplification
36
36
  DEP = deps-health DOC = doc-drift
37
37
  SIG = ai-signal-clarity AGT = agent-grounding
38
- TST = testability = YOU ARE HERE
38
+ TST = testability CTR = contract-enforcement
39
+ ★ = YOU ARE HERE
39
40
  ```
40
41
 
41
42
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/context-analyzer",
3
- "version": "0.22.0",
3
+ "version": "0.22.1",
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",
@@ -49,7 +49,7 @@
49
49
  "commander": "^14.0.0",
50
50
  "chalk": "^5.3.0",
51
51
  "prompts": "^2.4.2",
52
- "@aiready/core": "0.24.0"
52
+ "@aiready/core": "0.24.1"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/node": "^24.0.0",