cto-ai-cli 8.0.0 → 8.0.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -47,12 +47,12 @@ This runs a self-contained presentation that shows: project analysis, semantic m
47
47
  | **F1** | **55%** |
48
48
  | **Noise rate** | **11.3%** |
49
49
 
50
- **Real production repos** (Mercado Libre Java monoliths):
50
+ **Real production repos** (Java monoliths):
51
51
 
52
52
  | Repo | Files | Without CTO | With CTO v8.0 |
53
53
  |---|---|---|---|
54
- | fury_supply-seller-info | 219 | 212 files (97%) | **166 chunks from 59 files** |
55
- | sell-sizechart-middleend | 1,719 | 230 files | **72 chunks from 37 files** |
54
+ | seller-info-service | 219 | 212 files (97%) | **166 chunks from 59 files** |
55
+ | sizechart-middleend | 1,719 | 230 files | **72 chunks from 37 files** |
56
56
  | charts-backend | 1,261 | 685 files (54%) | **142 chunks from 16 files** |
57
57
 
58
58
  **Internal benchmark** (8 tasks, own codebase):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cto-ai-cli",
3
- "version": "8.0.0",
3
+ "version": "8.0.1",
4
4
  "description": "AI context selection done right. Picks the right files, sanitizes secrets, learns from your feedback. --context, --audit, --accept/--reject.",
5
5
  "type": "module",
6
6
  "bin": {