Skip to content

Commit 5d95356

Browse files
chore: consolidate docs into docs/, remove dead code
- docs/: moved BUILD_REPORT.md (from data/) and IMPROVEMENT_LOG.md + collection.md (from collection/); joins model_evaluation.md and silent_fix_detection.md. - Removed validated-negative / dead-end scripts (findings preserved in docs): detect_silent_fixes.py (regex classifier), train_silent_fix_classifier.py (TF-IDF), enrich_linked_issues.py (linked-issue dead end). - Updated all path references (README, docs, code). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent b597597 commit 5d95356

9 files changed

Lines changed: 33 additions & 698 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ pulls (NVD / OSV / RustSec / govulncheck), and an LLM STRIDE+CWE classifier. See
9696

9797
## Build report
9898

99-
[`data/BUILD_REPORT.md`](data/BUILD_REPORT.md) records the before/after of every
99+
[`docs/BUILD_REPORT.md`](docs/BUILD_REPORT.md) records the before/after of every
100100
build stage for the current snapshot.
101101

102102
## License

collection/README.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

collection/detect_silent_fixes.py

Lines changed: 0 additions & 229 deletions
This file was deleted.

0 commit comments

Comments
 (0)