Parameters
ID of the source entity (the “subject”). Example: in “AuthService depends_on Database”, AuthService is the source.
ID of the target entity (the “object”). Example: in “AuthService depends_on Database”, Database is the target.
Relationship type. Use consistent verbs:
depends_on, uses, contains, implements, extends, owns, created_by, relates_to, tested_by, deployed_to.Additional context about the relationship. Embedded for semantic search. Example:
"Connects via connection pool with max 10 connections.".When this relationship became valid (ISO 8601). Useful for tracking evolving architecture.
Storage scope.
| Value | Description |
|---|---|
project | Stored under the current project (default) |
global | Shared across all projects |