Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,52 @@
|
|
| 1 |
---
|
| 2 |
license: gpl-3.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: gpl-3.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# CodeTruth Agent V3 — Module 1 Evaluation
|
| 6 |
+
|
| 7 |
+
Validation results for **Module 1: Repository Cognition Engine** —
|
| 8 |
+
a deterministic, rule-based engine that scans a software repository
|
| 9 |
+
and determines its application type, primary framework, technology
|
| 10 |
+
stack, and file inventory.
|
| 11 |
+
|
| 12 |
+
## What's in this dataset
|
| 13 |
+
|
| 14 |
+
- `FULL_DOMAIN_SUMMARY.md` — summary table of all 69 validated repositories
|
| 15 |
+
- `FULL_DOMAIN_SUMMARY.json` / `.csv` — same data in structured form
|
| 16 |
+
- 69 individual per-repository scan reports (`.md`)
|
| 17 |
+
|
| 18 |
+
## Validation Results
|
| 19 |
+
|
| 20 |
+
```
|
| 21 |
+
69 repositories scanned
|
| 22 |
+
69/69 = 100% discovery score
|
| 23 |
+
69/69 = correct application type
|
| 24 |
+
69/69 = correct primary framework (or correctly "No Framework Detected")
|
| 25 |
+
69/69 = governance gate APPROVED
|
| 26 |
+
0/69 = crashes
|
| 27 |
+
0/69 = skipped
|
| 28 |
+
57/69 = 100% classification score
|
| 29 |
+
12/69 = 75% classification score ("No Framework Detected" — correct
|
| 30 |
+
by design for non-Python system software)
|
| 31 |
+
39 distinct application types covered
|
| 32 |
+
441,660 total files scanned
|
| 33 |
+
35/35 unit tests pass
|
| 34 |
+
```
|
| 35 |
+
|
| 36 |
+
Repository sizes ranged from 35 files (python-sgp4) to 61,850 files
|
| 37 |
+
(Zephyr RTOS), including non-Python repositories (Redis, Nginx, Go,
|
| 38 |
+
Rust, U-Boot).
|
| 39 |
+
|
| 40 |
+
## Notes
|
| 41 |
+
|
| 42 |
+
"No Framework Detected" is a genuine, correct result for repositories
|
| 43 |
+
with no Python package framework dependency — it is not an error or a
|
| 44 |
+
gap.
|
| 45 |
+
|
| 46 |
+
## Source Code
|
| 47 |
+
|
| 48 |
+
github.com/Zeeshan78699/CodeTruthAgent — tag `v3.0.0-module1`
|
| 49 |
+
|
| 50 |
+
## Author
|
| 51 |
+
|
| 52 |
+
Zeeshan Saud — Independent AI Researcher, UAE
|