Files
pygienium/.githooks
Michael Freno 4e56b46dc9
All checks were successful
port-to-omp / port (push) Successful in 5s
fix: missing sawMessage init in accumulator literal; add pre-commit port typecheck hook
The CI port job's tsc --noEmit caught SessionEventAccumulator literals not
initializing the new sawMessage field (tests don't typecheck, so bun test
was green). Add a committed .githooks/pre-commit that mirrors the CI port
job — regenerate the port into a temp dir and tsc --noEmit it — so this
class of error fails at commit time, not in CI.
2026-08-11 12:26:00 -04:00
..