# Codebase Mapper — Installation Report

**Generated**: 2026-03-31 11:00:17
**Iteration**: 1 of 3  
**Score**: 97.0%  
**Result**: ✅ PASSED (90% threshold)

---

## Scoring Breakdown

| Category | Score | Weight | Weighted | Status |
|----------|-------|--------|----------|--------|
| Section Completeness | 100.0% | 25% | 25.0 | ✅ 19/19 sections present |
| Vocabulary Accuracy | 100.0% | 20% | 20.0 | ✅ 1/1 entries have valid file references |
| Import Chain Validity | 80.0% | 15% | 12.0 | ⚠️ No chains traced (greenfield or non-Python stack — ok) |
| Secret Safety | 100.0% | 15% | 15.0 | ✅ Checked 20 files — 0 potential leak(s) |
| Section Size Bounds | 100.0% | 10% | 10.0 | ✅ 19 sections, 0 size violations |
| Structural Integrity | 100.0% | 10% | 10.0 | ✅ 0 broken TOC links, 0 structural issues |
| Checksum Functionality | 100.0% | 5% | 5.0 | ✅ checksums.json valid (hash: e3b0c44298fc...) |

**Total: 97.0 / 100**

---

## Issues Found

_No issues found._

---

## Final Verdict

✅ **PASSED (97.0%)** — Map is production-ready.

The project map meets quality standards and is ready to use.
Future sessions will load relevant sections automatically via the developer skill.

---

## How to Use the Project Map

```bash
# Read the map index
cat .claude/project-map/PROJECT_MAP.md

# Force regeneration
python .claude/project-map/generate.py --force

# Re-run grader
python .claude/project-map/grader.py
```

_Report generated by `grader.py` — part of the Codebase Mapper plugin._
