CoolFace
Datasetpublic

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.

sourceHugging Facegpl-3.0updated 3mo agoView on Hugging Face
0likes248downloads
scan_pulp.md112 linesDownload Raw Back to root
1# Repository Scan Report — pulp
2
3**Generated by:** CodeTruth Agent V3 — Module 1 — Universal Repository Discovery Engine  
4**Scanned At:** 2026-06-12 11:20:31 UTC  
5**Scan Status:** `COMPLETE`  
6
7---
8
9## Repository Identity
10
11| Field | Value |
12|---|---|
13| Name | pulp |
14| Path | `C:\repos\v3\pulp` |
15| Purpose | pulp — Optimization Tool (PuLP) — 99 Python files |
16| Application Type | **Optimization Tool** |
17| Primary Framework | PuLP |
18
19## Confidence
20
21| Score | Value |
22|---|---|
23| Discovery Score | 100% |
24| Classification Score | 100% |
25| Overall | 100% |
26
27## Repository Scale
28
29| Metric | Count |
30|---|---|
31| Total Files Scanned | 201 |
32| Python Files | 99 |
33| Test Directories | 1 |
34| Entry Points | 2 |
35| Config Files | 4 |
36| Doc Files | 3 |
37
38## Discovered Assets
39
40### Languages (Executable Source Code)
41
42- Mathematical Program
43- Python
44- Rust
45- Salesforce Apex
46- TOML
47- YAML
48
49### File Types (Documents & Data)
50
51- LaTeX
52- PDF Document
53- ReStructuredText
54- Text
55- Windows Batch Script
56
57### ML Models & Neural Network Weights
58
59- None detected
60
61## Build Systems
62
63- Cargo
64- Python Build
65- Make
66
67## Technology Stack
68
69- Python
70
71## Entry Points
72
73- `scripts\benchmark_mps_write.py`
74- `scripts\capture_mps_goldens.py`
75
76## Configuration Files
77
78- `.\Cargo.lock`
79- `.\Cargo.toml`
80- `.\pyproject.toml`
81- `doc\Makefile`
82
83## Documentation
84
85- `.\AUTHORS`
86- `.\LICENSE`
87- `.\README.rst`
88
89## Test Directories
90
91- `pulp\tests`
92
93## Warnings & Diagnostics
94
951. 5 file extension(s) not in language registry: .bib, .bst, .odp, .pyi, .typed. These files were counted but language not identified. Add to LANGUAGE_EXTENSIONS in framework_signatures.py.
96
97**Unknown Extensions** (5 not yet in registry):
98- `.bib` — add to `LANGUAGE_EXTENSIONS` for future support
99- `.bst` — add to `LANGUAGE_EXTENSIONS` for future support
100- `.odp` — add to `LANGUAGE_EXTENSIONS` for future support
101- `.pyi` — add to `LANGUAGE_EXTENSIONS` for future support
102- `.typed` — add to `LANGUAGE_EXTENSIONS` for future support
103
104## Governance Gate — V3-003
105
106✅ **APPROVED** — Repository understanding complete. Pipeline may proceed.
107
108---
109
110*Generated by [CodeTruth Agent V3](https://github.com/Zeeshan78699/CodeTruthAgent)*  
111*Module 1 — Universal Repository Discovery Engine*  
112*Scan timestamp: 2026-06-12T11:20:31.866271+00:00*