Skip to content
This repository was archived by the owner on Aug 26, 2026. It is now read-only.

v1.0.4

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jun 02:53
· 16 commits to main since this release
b77000a

Patch Changes

  • 4da99ff: Add pre-commit scripts/check-em-dashes.sh wired into lint-staged *.md block. Greps each staged markdown file for U+2014 (em-dash), prints <file>:<lineno>:<content> to stderr per match, and fails the commit with exit 1 when any match is found. Override with git commit --no-verify when intentional (e.g., quoted external text). docs/problems/README-history.md is skipped to preserve the forward-chronology archive of pre-hook prose. Closes P008.