Register account
Register account creates a Supabase Auth user and initializes the matching profile row.
Contract
Section titled “Contract”- Command validates account input.
- Application handler calls the auth port.
- Adapter translates to Supabase Auth and profile tables.
- Tests stay colocated with command, handler, and adapter code.