shadowgraph_review
List decisions whose rejected alternatives are due again from reopenWhen rules over stored facts, returning a JSON array of due decisions.
Instructions
List decisions whose rejected alternatives are due again, from reopenWhen rules over stored facts. shadowgraph_review_signals reads persisted ones, shadowgraph_ack_review closes one, shadowgraph_maintain ages first. Persists one signal per newly due decision, deduped by decision and reason; a repeat commits a revision. Returns a bare JSON array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| facts | No | Fact key/value overrides evaluated instead of the stored facts of the same key. Stored facts are used for every key not listed here, so reopen rules still work after a restart. | |
| project | No | Review only this project. Omit to review every project. | |
| changedFacts | No | Fact keys that just changed. Only string-form reopenWhen rules match this list; it is an ephemeral signal, not durable state. |