link_decision
Connect decisions to codebase elements like services, files, or contracts using typed relationships such as motivates, constrains, documents, or implements.
Instructions
Link an existing decision to a service, file, symbol, contract, or domain with a typed relationship (motivates, constrains, documents, implements).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decision_id | Yes | ID of the decision to link from | |
| entity_type | Yes | Type of entity being linked | |
| entity_id | Yes | ID of the entity | |
| link_kind | Yes | "motivates" = decision prompted this entity to exist, "constrains" = decision limits how this entity may evolve, "documents" = decision explains this entity, "implements" = entity is the concrete realization of the decision |