Deprecate a component
registry_deprecate_componentMark a component as deprecated instead of deleting it, preserving its history and keeping the mapping visible to agents. Optionally specify a replacement component to guide future use.
Instructions
Mark a component as deprecated instead of deleting it. There is no destructive delete operation for components by design — history stays in git and agents can still see what a component used to map to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| reason | No | ||
| replacedBy | No | The id of the component that should be used instead, if any. |