shadowgraph_validate
Reports graph integrity issues by severity without altering stored data. Provides read-only diagnostics, naming legacy data and flagging newer-schema records instead of guessing or downgrading.
Instructions
Report graph integrity diagnostics by severity, without modifying storage. shadowgraph_repair_plan shows what a fix would involve, shadowgraph_rebuild tests whether the journal reproduces the data. Reads only. Legacy data is named rather than guess-repaired, and newer-schema data is reported, not downgraded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| valid | Yes | False when any error or unsupported issue is present. | |
| counts | Yes | Issue counts per severity. | |
| issues | Yes | Every diagnostic found, each with a stable code and severity. |