{ "schema_version": 1, "rules": [ { "glob": "autoresearch/*/", "lifetime": "temporary", "retain_recent": 3, "max_age_days": 30, "confirmed_by": "human", "confirmed_on": "2026-07-15", "source": "calibration pass #1 (lifecycle-aware-doc-hygiene)", "note": "Autoresearch run directories are disposable run output; keep the 3 newest, age out the rest." }, { "glob": "docs/orchestration-audit/factsheets/*.md", "lifetime": "temporary", "retain_recent": 10, "max_age_days": 90, "confirmed_by": "human", "confirmed_on": "2026-07-15", "source": "calibration pass #1 (lifecycle-aware-doc-hygiene)", "note": "Regenerable precompute for the orchestration IRL audit; the audit skill rebuilds them on each run." }, { "glob": "plugins/*/.pytest_cache/", "lifetime": "temporary", "retain_recent": 0, "max_age_days": 7, "confirmed_by": "human", "confirmed_on": "2026-07-15", "source": "calibration pass #1 (lifecycle-aware-doc-hygiene)", "note": "Regenerable pytest cache. Judge noted a .gitignore entry may be preferable long-term." }, { "glob": "plugins/*/HANDOFF-*.md", "lifetime": "delete-once-served", "served_when": "The handoff it describes has been picked up and its follow-on work completed in a later session.", "confirmed_by": "human", "confirmed_on": "2026-07-15", "source": "calibration pass #1 (lifecycle-aware-doc-hygiene)", "note": "Classifier-judged served_when — always confirm-tier by ADR-0039; never auto-deleted." } ] }