# Project Standards

## Engineering
- Follow Laravel conventions and keep code Blade-first.
- Keep features incremental and testable.
- Avoid unnecessary architectural rewrites.

## Documentation
- Every feature change must update related docs.
- Record decisions with date and rationale.

## Reviews
- Prioritize correctness, security, and regressions.
