You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.