Implement regimens
This commit is contained in:
parent
1f66fab30f
commit
9f416903ef
66 changed files with 9130 additions and 189 deletions
|
|
@ -98,6 +98,7 @@ Services throw `AppError` subclasses (`NotFoundError`, `ConflictError`, `Forbidd
|
|||
5. **`.lean().exec()`** on all Mongoose read queries
|
||||
6. **`householdId` filter** on every domain query — this is the multi-tenancy boundary
|
||||
7. **No emojis** — never use emoji characters in source code, UI text, console output, or documentation
|
||||
8. **`npx` is banned** — never run `npx` for any reason. Use `npm run <script>` for all test, lint, build, and tool invocations. No exceptions.
|
||||
|
||||
## Testing
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue