Skip to content

v0.1.15

Choose a tag to compare

@github-actions github-actions released this 01 Jul 04:33

Added

  • Cross-reference linker (okf/linker.py) — resolves imports → dependency edges and function calls → caller/callee edges across all 7 code languages. Each concept now shows Calls, Called By, and Used By in its markdown body.
  • Concept dataclass: imports, calls_raw, calls, called_by fields.
  • Per-language import/call collectors for Python (AST), JavaScript, TypeScript, Go, Java, Rust, Ruby.