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
a hook that references an uninstalled tool now fails instead of skipping it. Set SKIP_=1 or remove the tool from forge.toml to restore the previous pass-through behavior.
Features
detect down containers in preflight (+ pin release to 2.1.0) (69e505f)
detect down containers in preflight with a clear error (b78861a)
fail the hook when a configured tool binary is missing (2d44d80)
Bug Fixes
honor run options on pre-push and only stage outputs on success (1e351ca)
remove when from config schema to match decoder (36a6277)
runner correctness bugs, cleanup, tests, and architecture docs (8bed5cf)
Performance Improvements
memoize container-running checks within a run (b18b901)