memoryguard_accept_candidates
Accept extracted memory candidates from a prior preview, writing the selected items into shared memory through governance. Records an accept_extract decision event for audit and rollback.
Instructions
Accept extracted memory candidates through GovernanceEngine and write them to shared memory. Records governed automatic writes plus a DecisionEvent (action=accept_extract). Requires extract_id from a prior extract_memories call and explicit candidate_ids list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | No | workspace path (default: .) | |
| extract_id | Yes | extract_id returned by memoryguard_extract_memories preview | |
| candidate_ids | Yes | list of candidate_id values to accept (cannot be empty) | |
| share_group_id | No | share group ID (default: default) |