cortex_add_relationship
Create a relationship between two entities (feature, file, test, issue, decision) by specifying source and target types, IDs, and the relationship type.
Instructions
Create a relationship between two entities (feature, file, test, issue, decision).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_type | Yes | Source entity type: feature, file, test, issue, decision | |
| source_id | Yes | Source entity ID | |
| target_type | Yes | Target entity type: feature, file, test, issue, decision | |
| target_id | Yes | Target entity ID | |
| relationship | Yes | Relationship type: creates, tests, affects, blocks, resolves |