deprecate_entry
Mark a project memory entry as deprecated with a reason, optionally linking to a superseding decision or merging unique content into another entry to avoid duplication.
Instructions
Mark an entry as deprecated. For decisions, optionally link to the superseding decision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entry ID to deprecate | |
| reason | Yes | Why this is being deprecated | |
| merge_into | No | Dedup merge: fold this entry's unique content into this same-type target, then deprecate this one with superseded_by=target. Non-destructive — the target is only added to. | |
| project_dir | No | Absolute path to another project whose entry should be deprecated | |
| superseded_by | No | ID of the replacing decision (decisions only) |