Files
franalgaba__grimoire/lefthook.yml
T
Fran Algaba f1ee667c8a ship preview/commit value-flow runtime and streamline agent onboarding (#20)
* Add preview/commit execution model, remove stale docs and defihack

* implement preview/commit flow end-to-end and remove spec-coupled naming

* implement value-flow mandate and hook stability

* fixed hook

* fixed tests

* fixed tests

* fixed tests

* fixed tests

* value-flow mandate end-to-end

* session lifecycle normalization

* added new docs and skills

* skill instructions
2026-02-11 00:00:59 +01:00

22 lines
426 B
YAML

# Lefthook configuration for pre-commit hooks
# Install with: bun add -D lefthook && bunx lefthook install
pre-commit:
parallel: true
commands:
lint:
glob: "*.{js,ts,jsx,tsx,json}"
run: bun run lint
stage_fixed: true
typecheck:
run: bun run typecheck
pre-push:
parallel: true
commands:
test:
run: bun test --max-concurrency=1
use_stdin: false
interactive: true