memoryguard_extract_memories
Extract memory candidates from a source file for read-only review, with risk levels and previews to evaluate before accepting them into shared memory.
Instructions
Extract memory segments from a source file under an authorized source root (read-only preview). Returns candidate list with kind, risk_level, and preview. Does NOT write to shared memory. Use memoryguard_accept_candidates to write accepted candidates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | No | workspace path (default: .) | |
| source_path | Yes | absolute or workspace-relative path to a source file under an authorized source root |