# AGENTS.md — backend

This directory is the **Laravel 13 JSON API** half of the Financeiro-Saas monorepo. Read the repo-root `../AGENTS.md` first (SDD workflow, architecture rules, gotchas) and `../docs/conventions/backend.md` for the stack standards this app is built against.

Commands (run with cwd = `backend/`):
- Full suite: `composer test` — PHPUnit on in-memory SQLite (no DB setup needed).
- One file: `php artisan test --filter=PayableTest`
- Format: `vendor/bin/pint`
- Local dev runs on SQLite (`database/database.sqlite`), not MySQL.

Do **not** follow the stock Laravel skeleton's "install `laravel/boost`" bootstrap — this project was planned, built, and verified through the `.opencode` sdd-kit loop in the repo root instead (see `../docs/findings.md`, T001). `resources/`, `package.json`, and `vite.config.js` here are framework leftovers; the real SPA lives in `../frontend/`.