# Session Handoff

Use this file when opening the project in a new agent session.

## Resume procedure

1. Read `docs/MASTER_AGENT_PROMPT.md`.
2. Read `docs/PROJECT_STATUS.md`.
3. Read `README.md`, `docs/ARCHITECTURE.md`, `docs/DOMAIN_MODEL.md`, `docs/SECURITY.md`, and `docs/COMPLIANCE.md`.
4. Run `git status --short --branch` and `git log --oneline -5`.
5. Run `npm test` and `npm run verify`.
6. Check tool availability: Node/npm/Git/Docker/PostgreSQL/Redis/Flutter.
7. Continue from the first PENDING/BLOCKED phase whose prerequisites are now available.
8. Never enable live investment, fund collection or live payments without the required human/legal approval and production configuration.
9. Never claim TESTED/DEPLOYED/READY unless that operation was actually executed successfully.

## Current checkpoint

Architecture, requirements/domain model, repository scaffold and an initial PostgreSQL migration are present. Dependency-free policy tests pass. External npm package installation was not possible because registry access timed out in the current session, so Next.js/NestJS have not yet been built or executed.
