Initial commit

This commit is contained in:
2026-03-10 21:30:52 -03:00
commit 72a4f0be26
145 changed files with 14881 additions and 0 deletions

16
AGENTS.md Normal file
View File

@@ -0,0 +1,16 @@
# Agent instructions
This repo is a **TypeScript-first monorepo** for a modern HOA management platform.
## Stack
- **Package manager:** pnpm (workspaces)
- **Frontend:** Next.js (`apps/web`)
- **Backend:** Fastify (`apps/api`)
- **Database:** Postgres with Prisma
- **Validation:** Zod
- **Testing:** Vitest (unit/integration), Playwright (e2e), Testing Library (UI)
## Rules and standards
Detailed coding standards, conventions, and behavior rules are in [.cursor/rules/](.cursor/rules/). The agent should follow those rules when making changes.