export_behavioral_graph
Export a JSON behavioral graph showing code elements and their dependency or invocation edges, each tagged with resolution confidence to highlight unambiguous, heuristic, or unresolved relationships.
Instructions
Exports the behavioral graph as JSON. Nodes are classes, methods, constructors, accessors and top-level functions, each tagged with its inferred workflow domain; edges are DependsOn (containment and imports) and Invokes (call targets). Every edge carries a 'resolution' field: 'resolved' means the TypeScript checker identified the target, 'heuristic' means exactly one declaration matched by name, 'structural' means containment or import. Calls whose target is ambiguous produce no edge at all. Returns full counts plus up to 500 nodes and 1000 edges, with a 'truncated' field when the graph is larger.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||