Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 326 Bytes

File metadata and controls

13 lines (8 loc) · 326 Bytes

Agent Instructions

Pre-commit hooks

Before committing, always ensure pre-commit hooks are installed. Run once per clone:

./scripts/install-hooks.sh

Or: just install-hooks

If the hooks are already installed, this is a no-op. The hooks run the test suite on every commit and abort the commit on failure.