consolidate_tool
Finds and merges semantically similar notes into single consolidated summaries so your knowledge base stays organized. Groups notes by similarity, synthesizes clusters, and marks source notes as consolidated.
Instructions
Find and consolidate clusters of semantically similar notes.
Groups notes with cosine similarity >= threshold, then uses Gemini CLI to synthesise each cluster into one abstract note in 20-areas/consolidated/. Source notes are marked status='consolidated' and deprioritised in context.
Default dry_run=True — inspect clusters before committing.
Args: threshold: Cosine similarity threshold for clustering (default 0.85) dry_run: If True, show clusters without consolidating (default True)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |