Summary
DEVELOPMENT.md documents a pre-push git hook that runs pnpm test:coverage on every git push. The hook file does not exist — .husky/ contains only pre-commit.
Evidence
DEVELOPMENT.md: documents pre-push hook running full test coverage
.husky/ on disk: only pre-commit exists, no pre-push
Impact
Contributors who rely on this documented safety net to catch test failures before pushing will not get it. The gap is invisible until someone pushes a breaking change.
Acceptance criteria
Filed by Quality Keeper drift-audit.
Summary
DEVELOPMENT.mddocuments apre-pushgit hook that runspnpm test:coverageon everygit push. The hook file does not exist —.husky/contains onlypre-commit.Evidence
DEVELOPMENT.md: documentspre-pushhook running full test coverage.husky/on disk: onlypre-commitexists, nopre-pushImpact
Contributors who rely on this documented safety net to catch test failures before pushing will not get it. The gap is invisible until someone pushes a breaking change.
Acceptance criteria
.husky/pre-pushhook, or remove the reference from DEVELOPMENT.mdFiled by Quality Keeper drift-audit.