Commit Graph

3 Commits

Author SHA1 Message Date
david b4d19f680a fix: ensure script executability on every pull
Validate and Test / validate-patches (push) Failing after 13s
git checkout/clone can lose +x bits. Move chmod to always
run in post-merge hook, not just when scripts/ changes.
2026-06-24 14:54:28 -07:00
david 014682e509 feat: auto-flash MCU sketch on post-merge if sketch/ changes
Validate and Test / validate-patches (push) Failing after 12s
2026-06-24 04:24:51 -07:00
david 0382450f8b feat: add git hooks for pre-push validation and post-merge auto-deploy
Validate and Test / validate-patches (push) Failing after 12s
- .githooks/pre-push: validate Pd patches via python3 pd-validator
- .githooks/post-merge: auto-restart services when systemd/scripts change
- install.sh: configure core.hooksPath at install time
- justfile deploy: set hooksPath after git pull
2026-06-24 03:19:51 -07:00