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
Add an optional verify: top-level block to profile and repo configs. Each entry asserts that a dependency or environmental precondition is working, with an optional automated remediation path. Doctor (tracked in #42) can later aggregate all verifies into an overall health report.
Add an optional
verify:top-level block to profile and repo configs. Each entry asserts that a dependency or environmental precondition is working, with an optional automated remediation path. Doctor (tracked in #42) can later aggregate all verifies into an overall health report.Schema
Behavior
tasks:must exit 0 → verify passesonFailis present, run those tasks in order, then re-runtasks:onceAcceptance criteria
verify:on top-levelname: string,tasks: []Task, optionalonFail: []Taskraid initincludes a commented verify example with the "keep it short and simple" guidance from the original ticket