Tracking issue for cross-language edges — arguably the most important v2 capability. CLDK's supported languages are exactly the polyglot-enterprise stack (TS frontends, Java services, Python glue/workers), and no tool today links fetch("/api/users") in TypeScript to @GetMapping("/api/users") in Java.
Boundary edges are canonical Edges with structural confidence by construction, which is what keeps cross-language reachability honest.
Depends on: Epic A (canonical schema + URIs), the fluent query core (#155), and the deeper per-language semantics landing in the codeanalyzer-* backends (their domain).
Children
Tracking issue for cross-language edges — arguably the most important v2 capability. CLDK's supported languages are exactly the polyglot-enterprise stack (TS frontends, Java services, Python glue/workers), and no tool today links
fetch("/api/users")in TypeScript to@GetMapping("/api/users")in Java.Boundary edges are canonical
Edges withstructuralconfidence by construction, which is what keeps cross-language reachability honest.Depends on: Epic A (canonical schema + URIs), the fluent query core (#155), and the deeper per-language semantics landing in the
codeanalyzer-*backends (their domain).Children