Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 526 Bytes

File metadata and controls

5 lines (5 loc) · 526 Bytes

Always look at the vision_mvp and docs before starting work. When you finish work update the docs and skills if needed. When making changes that affect published packages, create a changeset (.changeset/.md) describing the change. Use patch/minor/major as appropriate. Before committing, always run e2e, format, lint, and test (pnpm run e2e && pnpm run format && pnpm run lint && pnpm run test). When creating a pull request, always follow .github/PULL_REQUEST_TEMPLATE.md and fill any non-applicable sections with N/A.