coherra_repair_safe
Batch-apply safe memory repairs from the last audit: archive stale facts, merge duplicates, and skip contradictions for explicit human resolution.
Instructions
Batch-apply all safe repairs from the last audit.
Auto-applies:
stale → archive (entity is old, remove it)
duplicate → merge (keep higher-confidence copy, archive the other)
Contradictions are NEVER auto-resolved — they require explicit human choice via coherra_repair with keep_a / keep_b / merge_manual.
Returns: {ok, fixed_count, skipped_contradictions, results: [...]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||