Graphorin API reference v0.5.0
Graphorin API reference / @graphorin/cli / / runMemoryReview
Function: runMemoryReview()
ts
function runMemoryReview(options?): Promise<MemoryReviewResult>;Defined in: packages/cli/src/commands/memory.ts:724
graphorin memory review — list the facts / episodes / insights / induced procedures the consolidator left in quarantine (read-only), or promote a reviewed item out of quarantine with --promote <id>. The promote path runs through the tier validate(...), so an injection-flagged memory is refused unless --force is supplied after review (MCON-2).
Parameters
| Parameter | Type |
|---|---|
options | MemoryReviewOptions |
Returns
Promise<MemoryReviewResult>