Files
dwellops-platform/AGENTS.md
2026-03-10 21:30:52 -03:00

552 B

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/. The agent should follow those rules when making changes.