Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/cli / / MemoryReviewResult
Interface: MemoryReviewResult
Defined in: packages/cli/src/commands/memory.ts:825
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
episodes | readonly | readonly MemoryReviewItem[] | - | packages/cli/src/commands/memory.ts:835 |
error? | readonly | { code: string; message: string; } | Set when a --promote <id> request failed. Carried on the payload so --json consumers receive a structured failure on stdout instead of an empty document; the process exit code is the machine signal. | packages/cli/src/commands/memory.ts:833 |
error.code | readonly | string | - | packages/cli/src/commands/memory.ts:833 |
error.message | readonly | string | - | packages/cli/src/commands/memory.ts:833 |
facts | readonly | readonly MemoryReviewItem[] | - | packages/cli/src/commands/memory.ts:834 |
insights | readonly | readonly MemoryReviewItem[] | - | packages/cli/src/commands/memory.ts:836 |
procedures | readonly | readonly MemoryReviewItem[] | - | packages/cli/src/commands/memory.ts:837 |
promoted? | readonly | { id: string; type: string; } | Set when --promote <id> succeeded. | packages/cli/src/commands/memory.ts:827 |
promoted.id | readonly | string | - | packages/cli/src/commands/memory.ts:827 |
promoted.type | readonly | string | - | packages/cli/src/commands/memory.ts:827 |