# Project Context
HV Pulse is a warehouse management backend. It has a back

# Conventions
- Controllers go in app/Http/Controllers
- Always use DB transactions for multi-table writes
- PSR-12 coding standard

# Commands
- `php artisan test` to run tests
- `npm run dev` for frontend

# Do not
- Do not modify migration files that are already committed
- Do not use raw SQL unless strictly necessary