@./.github/copilot-instructions.md
- ALWAYS format everything before saying a task is completed. Run
pnpm format:write(or equivalent) as the final step before committing. - ALWAYS make a new branch for new changes from
main(trunk-based development) BEFORE committing anything. - DO NOT commit directly to
mainif not directly told or approved to do so. - ALWAYS update
.env.examplewhen updating environment variables.
@./.github/instructions/convex.instructions.md