finances/docs/STANDARDS.md
Natalie d8ae381847 feat: stub extraction of finances to dedicated app (Nest+PWA+MCP+DB) modeled on prospector
- Full skeleton: backend modules (financials per LP contract + shape), auth/health, web PWA tabs (dashboard/income/etc), mcp stub, migrations, docs (FINANCES.md + detailed MIGRATION_FROM_LP.md), CLAUDE, STANDARDS, run/scripts.
- Design embodied: scope from lp.live entities/financials + surfaces/my/financials* + my/backend schema + frontend Financials* pages/tabs + docs/quinn-my/financials.md
- Follows prospector extraction precedent exactly for future cutover/proxies from lp.live
- Verified: structure ls, partial tsc (dep errors only), files read
2026-06-29 16:13:15 -04:00

486 B

Engineering Standards — Quinn Finances

Inherits from @applications/prospector/docs/STANDARDS.md (feature-sliced, pure/IO, no any, co-located tests, filesystem docs, file caps, no stubs in prod).

Use src/financials/ as the reference module (like markets/ there).

Add/refresh module README.md on material change.

Verification: npm test && typecheck && build (backend + web) before commits.

See prospector STANDARDS for full rules; adapt names (FINANCES_ envs, /finances routes).