Diagnose cache graph
diagnose_cache_graphDiagnose Apollo InMemoryCache normalization defects from a serialized cache. Returns findings, proposed patch operations, and step-by-step narration without mutating data.
Instructions
Run the full inspect -> reason -> plan graph over a serialized cache. Returns findings, the proposed patch operations (feed them to patch_cache), and per-step narration. Plans only; never mutates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cache | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| findings | Yes | ||
| narration | Yes | ||
| proposedPatches | Yes |