Project
Contributing
Local setup, validation, commit conventions, and pull-request expectations.
See the repository CONTRIBUTING.md for the complete contributor guide. The short version:
mise install
pnpm install --frozen-lockfile
pnpm verifyUse Conventional Commits, create an upstream topic branch, open a pull request,
and merge with a merge commit after automated policy gates pass. Never commit
credentials or generated docs/dist output.
