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
feat: auto-detect source from header in check command (#108)
The check command now takes only the pipeline YAML path and discovers
the source markdown file from the @ado-aw header. This eliminates a
path mismatch bug where local compilation embeds a relative source
path in the header but the pipeline check step passed an absolute
path, causing the integrity check to always
fail at runtime.
BREAKING CHANGE: \check <source> <pipeline>\ is now \check <pipeline>\.
Update any scripts or pipeline templates that call the old two-arg form.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments