resolve_lineage
Resolve the full derivation chain of an artifact by tracing its lineage from origins through transformations, with multi-hop traversal and automated cycle detection to prevent infinite loops.
Instructions
Resolve the full derivation chain for an artifact. Multi-hop with cycle detection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| derivativeId | Yes | ID of the derivative to trace | |
| maxDepth | No | Max chain depth (default: 10) |