commit
Installation
SKILL.md
Commit Workflow
When committing changes to this repository, follow these steps:
1. Build and typecheck
Run both commands and ensure they pass:
pnpm build && pnpm typecheck
Do not proceed if either fails. Fix all errors first.