+10
CRUSH.md
+10
CRUSH.md
···**IMPORTANT**: Do NOT commit changes until the user explicitly asks you to commit. Always wait for user verification that changes are working correctly before making commits.+**CRITICAL**: Always use `process.env.ORIGIN` for generating URLs in emails and links, NOT hardcoded domains.+- `ORIGIN` - The public URL of the application (e.g., `https://thistle.app` or `http://localhost:3000`)+**Never hardcode domain names** like `https://thistle.app` in code - always use `process.env.ORIGIN`.
+2
-3
src/index.ts
+2
-3
src/index.ts
······
+2
-2
src/lib/email-templates.ts
+2
-2
src/lib/email-templates.ts
···