Skip to content

v0.1.43

Choose a tag to compare

@github-actions github-actions released this 09 Jul 13:14

Added

  • Source lines embedded in bundles## Source sections in concept files now include the actual source code as a fenced code block (with language syntax hint), not just line number references. Fixes Render dashboard and viz showing "Lines N-M in file.py" as literal text. (okf/generator.py)

Changed

  • _body() accepts optional source_dir param to read and embed source lines during generation.
  • render_concept() and write_bundle() pass source_dir through for source embedding.