dream
Recomputes a deterministic worklist of memory coverage gaps and stale references, ranked with stable IDs for review. Syncs findings to the database.
Instructions
Return the deterministic memory-maintenance worklist: coverage gaps (load-bearing symbols with no memory) + stale references (a memory citing a path that no longer resolves), ranked, each with a stable id to review. This is the pull surface for a strong agent to burn down the worklist. Recomputes the deterministic findings on each call (like rag-rat dream); it does NOT run the opt-in model verdict/compaction passes — those stay on the CLI/cron rag-rat dream --verify|--compact, and the findings they persist (e.g. memory_divergence) still surface here. Review a finding with dream_review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Also surface the human-reviewed (`accepted` / `dismissed`) findings, not just the open worklist — the `rag-rat dream --all` listing, so a reviewer can see and `reset` them. | |
| limit | No | Max `coverage_gap` findings to compute (the load-bearing-symbol budget); defaults to 20. |