chore: add install-hooks + pre-commit recipes #67
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/pre-commit-hook"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
just install-hookswrites a stub at .git/hooks/pre-commit that execsjust pre-commit. The new recipe depends on the existingcheck+testrecipes, both of which already shell out to./dev/cargo(Docker-based cargo wrapper using rust:1.88-slim-bookworm with persistent cargo + target volumes), so the pre-commit checks reuse the same dockerised toolchain that the rest of the dev workflow uses.check.ymlis left untouched - it already exists and currently references--features server, which does not match the workspace'sstandalone/saasfeatures and may need a separate cleanup PR. The localjust checkrecipe is the source of truth for what the pre-commit hook validates.See governance/PRE_COMMIT.md for the org-wide standard.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com