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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Scaffolder now arms the authoritative gate. scaffold.sh prints a branch-protection command
(gh api ... /branches/<branch>/protection) personalized from the target's origin remote and
default branch, and an opt-in --protect flag applies it (needs gh + a repo-admin token; honors --dry-run, confirms on a TTY). It also warns when the generated verify.yml is the generic
placeholder, so you do not require a status check that verifies nothing.
scripts/verify.sh covers the new scaffolder output (branch-protection guidance; --protect
respects --dry-run).