shadowgraph_purge_preview
Preview a project purge by counting what would be removed, without making any changes. Use before purging to confirm scope and avoid unintended deletions.
Instructions
Count what a purge of one project would remove, without changing anything. Run this before shadowgraph_purge; it takes the same project name and reports the same counts. Reads only: no storage, journal, or signal change, and no file is written.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project name to preview, matched exactly. Required and non-empty. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| facts | Yes | Facts in the project. | |
| events | Yes | Compatibility events for the project. | |
| journal | Yes | Journal entries recorded for the project. | |
| project | Yes | The project that was previewed. | |
| records | Yes | Decisions, attempts, and memories in the project. | |
| relations | Yes | Relationships touching the project. |