Repository workflow
When to use
- •Starting any change in this repo
- •Planning a multi-file change
- •Updating documentation or TODO items
Steps
- •Check canonical sources for rules before implementing.
- •Avoid duplicating validation or business rules.
- •Keep schema systems in sync when profile types change.
- •Remove completed items from TODO.md.
- •Update user-facing docs when behavior changes.
Checks and tests
- •Run
npm run typecheckbefore finishing. - •Run
npm testfor any code change.
Notes
- •Use ASCII hyphen minus in comments and docs.
- •Do not recommend HSTS headers in this repo.