concept_manage
Prune, consolidate, or re-grade system-generated concepts. Remove outdated ones, merge similar with evidence carry-over, or adjust confidence levels to maintain accurate knowledge.
Instructions
Prune, consolidate, or re-grade concepts — the curator's eviction path.
Concepts are ALL system-generated (there is no foreground/pinned concept
class the way lessons/skills have one), so unlike lesson_remove this tool
needs no force escape hatch: every concept is fair game for curation. The
guard is simply that the target id must exist.
action='remove' — delete one concept (the curator's PRUNE_CONCEPT).
action='consolidate' — keep concept_id, fold each id in merge_ids
(comma-separated) into it — their triangulation
notes carry over, confidence rises to the max,
last_evidence_at is bumped — then delete the
merged-away rows (CONSOLIDATE_CONCEPT).
action='set_confidence' — re-grade concept_id to confidence
∈ {low, medium, high} (a confidence review).
reason is recorded on the event trail for the human audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| reason | No | ||
| merge_ids | No | ||
| concept_id | Yes | ||
| confidence | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |