ZeeshanSaud/CodeTruthAgent-V3-Module1-Evaluation
Source Code https://github.com/Zeeshan78699/CodeTruthAgent — tag v3.0.0-module1 CodeTruth Agent V3 — Module 1 Evaluation Validation results for Module 1: Repository Cognition Engine — a deterministic, rule-based engine that scans a software repository and determines its application type, primary framework, technology stack, and file inventory. What's in this dataset FULL_DOMAIN_SUMMARY.md — summary table of all 69 validated repositories… See the full description on the dataset page: https://huggingface.co/datasets/ZeeshanSaud/CodeTruthAgent-V3-Module1-Evaluation.
0248
1# Repository Scan Report — spaCy
2
3**Generated by:** CodeTruth Agent V3 — Module 1 — Universal Repository Discovery Engine
4**Scanned At:** 2026-06-12 11:20:29 UTC
5**Scan Status:** `COMPLETE`
6
7---
8
9## Repository Identity
10
11| Field | Value |
12|---|---|
13| Name | spaCy |
14| Path | `C:\repos\v3\spaCy` |
15| Purpose | spaCy — Nlp Tool (spaCy) — 874 Python files |
16| Application Type | **Nlp Tool** |
17| Primary Framework | spaCy |
18| Secondary Frameworks | Pytest, Pydantic, Requests |
19
20## Confidence
21
22| Score | Value |
23|---|---|
24| Discovery Score | 100% |
25| Classification Score | 100% |
26| Overall | 100% |
27
28## Repository Scale
29
30| Metric | Count |
31|---|---|
32| Total Files Scanned | 1366 |
33| Python Files | 874 |
34| Test Directories | 1 |
35| Entry Points | 5 |
36| Config Files | 13 |
37| Doc Files | 10 |
38
39## Discovered Assets
40
41### Languages (Executable Source Code)
42
43- C
44- Cython
45- Docker
46- HTML
47- JavaScript
48- Python
49- SASS
50- Shell
51- TOML
52- TypeScript
53- YAML
54
55### File Types (Documents & Data)
56
57- Configuration File
58- JSON
59- MDX
60- Markdown
61- Text
62
63### ML Models & Neural Network Weights
64
65- None detected
66
67## Build Systems
68
69- Make
70- Python Build
71- Setuptools
72- NPM
73
74## Technology Stack
75
76- Python
77- Docker
78- AWS
79- GCP
80
81## Entry Points
82
83- `.\setup.py`
84- `extra\example_data\textcat_example_data\textcatjsonl_to_trainjson.py`
85- `spacy\__main__.py`
86- `spacy\cli\package.py`
87- `spacy\cli\project\run.py`
88
89## Configuration Files
90
91- `.\Makefile`
92- `.\netlify.toml`
93- `.\pyproject.toml`
94- `.\requirements.txt`
95- `.\setup.cfg`
96- `.\setup.py`
97- `website\.eslintrc.json`
98- `website\Dockerfile`
99- `website\netlify.toml`
100- `website\package-lock.json`
101- `website\package.json`
102- `website\tsconfig.json`
103- `website\setup\requirements.txt`
104
105## Documentation
106
107- `.\CONTRIBUTING.md`
108- `.\LICENSE`
109- `.\README.md`
110- `examples\README.md`
111- `examples\training\README.md`
112- `extra\DEVELOPER_DOCS\README.md`
113- `extra\example_data\ner_example_data\README.md`
114- `extra\example_data\textcat_example_data\README.md`
115- `spacy\tests\README.md`
116- `website\README.md`
117
118## Test Directories
119
120- `spacy\tests`
121
122## Warnings & Diagnostics
123
1241. 9 file extension(s) not in language registry: .cff, .hh, .in, .iob, .jinja. These files were counted but language not identified. Add to LANGUAGE_EXTENSIONS in framework_signatures.py.
125
126**Unknown Extensions** (9 not yet in registry):
127- `.cff` — add to `LANGUAGE_EXTENSIONS` for future support
128- `.hh` — add to `LANGUAGE_EXTENSIONS` for future support
129- `.in` — add to `LANGUAGE_EXTENSIONS` for future support
130- `.iob` — add to `LANGUAGE_EXTENSIONS` for future support
131- `.jinja` — add to `LANGUAGE_EXTENSIONS` for future support
132- `.jsonl` — add to `LANGUAGE_EXTENSIONS` for future support
133- `.pyi` — add to `LANGUAGE_EXTENSIONS` for future support
134- `.typed` — add to `LANGUAGE_EXTENSIONS` for future support
135- `.webmanifest` — add to `LANGUAGE_EXTENSIONS` for future support
136
137## Governance Gate — V3-003
138
139✅ **APPROVED** — Repository understanding complete. Pipeline may proceed.
140
141---
142
143*Generated by [CodeTruth Agent V3](https://github.com/Zeeshan78699/CodeTruthAgent)*
144*Module 1 — Universal Repository Discovery Engine*
145*Scan timestamp: 2026-06-12T11:20:29.251977+00:00*