Overview
Concise links to internal operational READMEs not previously surfaced in site navigation.
These are advanced / maintenance oriented resources. For normal usage start with the standard guides in the nav.
Validation Package¶
Location: validation/
Purpose: Internal modules for documentation command extraction, security checks, and repo audit.
Key README: validation/README.md
Documentation Validation Script¶
Location: scripts/validate_docs.py
Purpose: Parses all Markdown docs, classifies commands by safety, and optionally executes them cross‑platform to ensure documentation accuracy.
Key README: scripts/README.md
Model Submissions Workflow¶
Location: submissions/
Purpose: Holds model solution directories (reference, templates, user submissions) used by the benchmark runner.
Guide: submissions/README.md
Template Instructions: submissions/templates/template/README.md
Repository Audit Tool¶
Location: Root repo_audit_enhanced.py (also wrapped in validation/)
Purpose: Offline readiness scoring (documentation, testing, security, CI, reproducibility).
Usage Examples: See validation README section.
Suggested Maintenance Flow¶
- Run
python scripts/validate_docs.py --jsonbefore releases. - Run
python validation/repo_audit_enhanced.py --strict --min-score 85to enforce baseline health. - Use security validation helpers (
scripts/validate_security.pyif present) to confirm scanning setup.
Related Docs¶
- Developer implementation details: Developer Guide
- Architecture internals: Architecture
- Scoring insights: Scoring Methodology