memory_review
Review and manage automatically captured facts. List recent system-captured memories, verify accuracy, reject incorrect ones with a reason, or correct them with edited content.
Instructions
Triage facts that were captured automatically by Bikky (origin.interface='daemon' or legacy source='system'). Only useful when the daemon is running and capturing memories from logs/transcripts; otherwise this returns an empty list. Supports four actions: list (default — show recent daemon/system-captured facts), approve (mark verified), reject (mark superseded with reason), correct (replace with edited content as a new fact).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max facts to return when action=list (default 10). | |
| action | No | What to do. list = show recent system-captured facts (default). approve = confirm a fact is correct (bumps verification count). reject = mark a fact as wrong (requires 'reason'). correct = supersede with an edited version (requires 'corrected_content'). | list |
| reason | No | Required for action=reject. Short reason the fact is wrong. | |
| fact_id | No | Fact ID to act on. Required for approve / reject / correct. | |
| workspace_id | No | [Removed in v0.4.0] No-op. | |
| corrected_content | No | Required for action=correct. The fixed fact text. Stored as a new fact that supersedes the original. | |
| include_legacy_workspace | No | [Removed in v0.4.0] No-op. |