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
Verify no longer fails when the success command is a non-idempotent
scaffolder (X init / create-next-app / terraform init): the command
ran as both the last setup step and the assertion, so the assertion's
re-run failed on the state setup created. It now runs exactly once, in the
assertion, against a clean state — grounding unchanged (#224, closes #222).
Changed
CITATION.cff credits the current 15 contributors instead of a placeholder
author (#226, closes #225).