Skip to content

Add format:check to pre-commit hook; fix Prettier drift (#41)#44

Closed
dbist wants to merge 1 commit into
mainfrom
chore/issue-41-precommit-format-check
Closed

Add format:check to pre-commit hook; fix Prettier drift (#41)#44
dbist wants to merge 1 commit into
mainfrom
chore/issue-41-precommit-format-check

Conversation

@dbist

@dbist dbist commented Jun 22, 2026

Copy link
Copy Markdown
Owner
  • Pre-commit hook now runs both npm run check and npm run format:check
  • The new check immediately caught formatting drift in AGENTS.md (table alignment) and index.html — fixed in the same commit

Closes #41

🤖 Generated with Claude Code

Hook now runs both npm run check and npm run format:check before every
commit. Fixed formatting in AGENTS.md (table alignment) and index.html
that was already out of spec.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@dbist

dbist commented Jun 22, 2026

Copy link
Copy Markdown
Owner Author

Superseded by #49, which rebased this work cleanly onto main after the merge conflicts with #43. The pre-commit hook and Prettier fixes are already in main.

@dbist dbist closed this Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add format:check to pre-commit hook

1 participant