Commit Graph

10 Commits

Author SHA1 Message Date
Claudio Ortolina aeca27d83d Use partitioned tests in precommit 2026-05-27 23:35:11 +03:00
Claudio Ortolina c7f194cf6c Do not autoformat AGENTS.md as it contains generated blocks 2026-05-19 08:06:39 +01:00
Claudio Ortolina e763c54787 ML-187: fall back to all checks when run outside git hook 2026-05-18 16:11:24 +01:00
Claudio Ortolina 974ef45c29 ML-187: restructure pre-commit checks to run conditionally
Gate each check behind staged file pattern matching so a docs
or backlog change no longer triggers the full test suite. Add
presto pytest and Docker image validation guards. Fall back to
running all checks when invoked directly (not via git commit).
2026-05-18 16:09:34 +01:00
Claudio Ortolina c87e725b05 Add prettier checks to precommit 2026-05-05 10:46:09 +01:00
Claudio Ortolina 0b1f839091 Remove all remnants of claude 2026-05-05 10:36:50 +01:00
Claudio Ortolina 4a8af7be39 Move lint, precommit, shellcheck from mix aliases to mise scripts
Mix aliases should only compose mix tasks. Shell tool orchestration
(shellcheck, fd) belongs in mise scripts. This removes the mix cmd
escape hatch and makes the boundary clear: mix.exs for pure mix
composition, scripts/ for cross-toolchain orchestration.
2026-04-12 12:30:59 +01:00
Claudio Ortolina 80558e8143 Fix resolving of bash helpers 2025-10-07 17:22:11 +03:00
Claudio Ortolina c513c43a52 Ensure working directory in scripts
So that they can be run standalone and not just through Mise
2025-10-07 10:30:38 +03:00
Claudio Ortolina acff351577 Move mise task scripts under /scripts 2025-10-06 22:46:59 +03:00