consolidate
Clean up your concept graph by merging similar nodes and archiving low-value orphans to keep memory organized.
Instructions
Consolidate the graph: merge near-duplicate concepts (cosine) and archive low-salience orphans to a recoverable _graveyard. Keeps the memory clean; safe to run periodically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| merge | No | Merge near-duplicate nodes (default true). | |
| context | No | Context path. Defaults to active context. | |
| drop_orphans | No | Archive low-salience orphan nodes (default true). | |
| sim_threshold | No | Cosine threshold for merging (default 0.85). |