Graphorin API reference v0.5.0
Graphorin API reference / @graphorin/cli / / MemoryReviewOptions
Interface: MemoryReviewOptions
Defined in: packages/cli/src/commands/memory.ts:697
Stable
Extends
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
config? | readonly | string | - | MemoryCommonOptions.config | packages/cli/src/commands/memory.ts:35 |
force? | readonly | boolean | Override the injection-refusal gate (operator action, after review). | - | packages/cli/src/commands/memory.ts:705 |
json? | readonly | boolean | Emit a structured JSON document instead of human-readable text. | MemoryCommonOptions.json | packages/cli/src/internal/output.ts:71 |
jsonPrint? | readonly | JsonSink | Test seam — capture JSON documents instead of writing to stdout. | MemoryCommonOptions.jsonPrint | packages/cli/src/internal/output.ts:77 |
limit? | readonly | number | Cap on the rows listed per type. Default 20. | - | packages/cli/src/commands/memory.ts:699 |
nonInteractive? | readonly | boolean | Force --non-interactive semantics (skip prompts; require flags / env). | MemoryCommonOptions.nonInteractive | packages/cli/src/internal/output.ts:73 |
print? | readonly | PrintSink | Test seam — capture human lines instead of writing to stderr. | MemoryCommonOptions.print | packages/cli/src/internal/output.ts:75 |
promote? | readonly | string | Promote this id out of quarantine instead of listing. | - | packages/cli/src/commands/memory.ts:701 |
reason? | readonly | string | Audit reason recorded with the promotion. | - | packages/cli/src/commands/memory.ts:703 |