CacheMedic++ is a research repository for robust KV-cache repair under deterministic corruption protocols.
It contains the manuscript, compact evidence artifacts, runnable configs, schemas, and reproducibility checks in one auditable package.
- Paper source:
paper/cachemedicpp_paper.tex - Paper PDF (direct download):
paper/cachemedicpp_paper.pdf - Evidence artifacts:
evidence/ - Canonical spec index:
docs/product-specs/00_SSOT_INDEX.md - Configs:
configs/ - Schemas:
schemas/ - Integrity/quality checks:
scripts/smoke_repo.sh
paper/manuscript source, tables, figures, appendix, bibliographyevidence/compact run artifacts referenced in the paperdocs/product-specs/single source of truth for protocols and metricsconfigs/experiment, ablation, and sweep configurationsschemas/config and artifact schema contractsempty_dirs_for_codex/src/cachemedicpp/implementation modulesscripts/reproducibility, validation, and smoke checks
Run the full repository gate from root:
bash scripts/smoke_repo.shThis verifies:
- no junk artifacts
- no placeholder tokens
- Markdown link integrity
- paper contract and evidence consistency
- config/schema compatibility
- full manifest integrity (
MANIFEST.sha256)
From paper/:
latexmk -pdf -interaction=nonstopmode -halt-on-error cachemedicpp_paper.texUse the repository metadata in CITATION.cff or this BibTeX entry:
@software{uyar2026cachemedicpp,
author = {Uyar, Ali},
title = {CacheMedic++ Research Repository},
year = {2026},
version = {1.1.0},
publisher = {Zenodo},
doi = {10.5281/zenodo.18669268},
url = {https://doi.org/10.5281/zenodo.18669268}
}- Submission-ready paper package
- Evidence-linked claims in LaTeX
- Manifest-verified repository state