> ## Documentation Index
> Fetch the complete documentation index at: https://ade-ac1c6011-ade-mobile-chat-stability-54bd7ef0.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Proof configuration

> Storage, retention, and troubleshooting for proof artifacts.

## Storage

Proof files live under the project's `.ade/` directory:

```text theme={null}
.ade/artifacts/computer-use/
  <artifact-id>.png
  <artifact-id>.mp4
  <artifact-id>.zip
```

Metadata such as owner links, review state, notes, and file type lives in ADE's local database.

## Retention

ADE keeps proof artifacts until you dismiss or delete them. This preserves review evidence after a PR or task is complete.

Clean up old proof from the UI when artifacts are no longer useful. Avoid deleting files directly from `.ade/artifacts/`, because that leaves database records pointing at missing files.

## Troubleshooting

<AccordionGroup>
  <Accordion title="Screenshots are blank" icon="image">
    Grant Screen Recording permission to ADE in macOS System Settings, then quit and relaunch ADE.
  </Accordion>

  <Accordion title="Capture is unavailable" icon="circle-question">
    Run `ade proof status --text` and confirm the local capture tools are available.
  </Accordion>

  <Accordion title="A proof is not attached to a PR" icon="code-pull-request">
    Open the proof, check its owners, and publish or attach it to the PR again.
  </Accordion>

  <Accordion title="Ingest fails" icon="triangle-exclamation">
    Confirm each input has real content through `path`, `uri`, `text`, or `json`.
  </Accordion>
</AccordionGroup>
