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
fix: strip redundant ./ prefixes from source path in header comment (#106)
compile_all_pipelines joins Path(".") with the source path read from a
previously generated header. Each recompilation prepended another "./",
causing paths like ././././agents/release-readiness.md.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments