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.
Fixed
Modules: init0.1.29 — patch bump so dev → main PRs satisfy --enforce-version-bump
against origin/main when main already had 0.1.28 (adding integrity.signature alone is not
enough; the module version must increase when the manifest is in the diff).
Changed
CI / modules: pr-orchestrator.yml verifies bundled modules without--require-signature
(checksum + --enforce-version-bump + --payload-from-filesystem), so PR heads and non-main
contexts are not blocked by missing signatures during implementation. sign-modules.ymlauto-signs --changed-only manifests on push to dev or main for non-bot actors (requires SPECFACT_MODULE_PRIVATE_SIGN_KEY), runs strict--require-signature verification in the same job,
then commits and pushes chore(modules): auto-sign bundled manifests [skip ci] when needed; pushes from github-actions[bot] skip signing and only run strict verify. Reproducibility resets to origin/<branch> after verify so it targets the post-auto-sign tip.