Core Rules
- Do not hard-delete by default.
- Classify first, review second, quarantine third.
- Always include reversible restore hints.
Actions
keep: retain in active tree.
quarantine: move to tasks/quarantine/repo-audit/<timestamp>/....
delete-later: candidate for deletion after review window and ownership sign-off.
Manifest Contract
Cleanup manifests use:
operations/config/workspace/schemas/cleanup-manifest.schema.json
Required per-entry fields:
path
reason
confidence
action
restore_hint
review_owner
Usage
Classify only (default):
node operations/scripts/remediators/content/repair/quarantine-manager.js --output-dir workspace/reports/repo-ops
Apply quarantine moves:
node operations/scripts/remediators/content/repair/quarantine-manager.js --output-dir workspace/reports/repo-ops --apply
Last modified on April 7, 2026