@aiready/context-analyzer 0.4.1 → 0.4.2

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.4.1 build /Users/pengcao/projects/aiready/packages/context-analyzer
3
+ > @aiready/context-analyzer@0.4.2 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/index.js 20.26 KB
13
- CJS dist/cli.js 35.91 KB
14
- CJS ⚡️ Build success in 58ms
12
+ ESM dist/cli.mjs 15.74 KB
15
13
  ESM dist/index.mjs 164.00 B
16
14
  ESM dist/chunk-HDFXSEFW.mjs 19.11 KB
17
- ESM dist/cli.mjs 15.74 KB
18
- ESM ⚡️ Build success in 57ms
15
+ ESM ⚡️ Build success in 33ms
16
+ CJS dist/cli.js 35.91 KB
17
+ CJS dist/index.js 20.26 KB
18
+ CJS ⚡️ Build success in 33ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 848ms
20
+ DTS ⚡️ Build success in 646ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 2.37 KB
23
23
  DTS dist/cli.d.mts 20.00 B
package/README.md CHANGED
@@ -171,8 +171,8 @@ Create an `aiready.json` or `aiready.config.json` file in your project root:
171
171
 
172
172
  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
173
173
 
174
- 💎 Want historical trends and refactoring plans? → aiready.dev/pro
175
- 💼 Enterprise: CI/CD integration aiready.dev/demo
174
+ 💎 Roadmap: Historical trends and guided refactoring (planned)
175
+ 💼 Roadmap: CI/CD integration and team benchmarks (planned)
176
176
  ```
177
177
 
178
178
  ### Programmatic API
@@ -420,20 +420,15 @@ aiready-patterns src # Duplicate pattern detection
420
420
  ✅ All metrics and recommendations
421
421
  ✅ JSON/HTML export
422
422
 
423
- ### Pro ($49/month)
424
- 📈 Historical trend tracking
425
- 📊 Team benchmarks
426
- 🎯 Automated refactoring plans (5/month)
427
- 🔌 Integration API
423
+ ## 🚧 Project Status
428
424
 
429
- ### Enterprise (Custom Pricing)
430
- 🔄 CI/CD integration
431
- 💰 AI usage correlation (show $ waste)
432
- ⚙️ Custom rules engine
433
- 👥 Team analytics
434
- 🎯 Unlimited refactoring plans
425
+ The SaaS and hosted features are not live yet. Today, this package ships as a CLI/tool-only module focused on local analysis. Future SaaS features will include:
435
426
 
436
- **Want to track improvements over time?** Visit [aiready.dev](https://aiready.dev)
427
+ - Historical trend tracking and team benchmarks
428
+ - Automated refactoring plans
429
+ - CI/CD integration and export APIs
430
+
431
+ Follow progress in the monorepo and release notes.
437
432
 
438
433
  ## 🤝 Contributing
439
434
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/context-analyzer",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
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",