> ## Documentation Index
> Fetch the complete documentation index at: https://docs.livepeer.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Cleanup Quarantine Policy

> Conservative cleanup policy for docs infrastructure artefacts, scripts and report outputs.

## Core Rules

1. Do not hard-delete by default.
2. Classify first, review second, quarantine third.
3. 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):

```bash theme={"theme":{"light":"github-light","dark":"dark-plus"}}
node operations/scripts/remediators/content/repair/quarantine-manager.js --output-dir workspace/reports/repo-ops
```

Apply quarantine moves:

```bash theme={"theme":{"light":"github-light","dark":"dark-plus"}}
node operations/scripts/remediators/content/repair/quarantine-manager.js --output-dir workspace/reports/repo-ops --apply
```
