docs: update TODO with phase 02 progress

This commit is contained in:
2026-08-27 23:22:55 -03:00
parent d1addb0a31
commit c0f29328bd

View File

@@ -12,9 +12,11 @@
- [ ] nginx (reverse proxy) - [ ] nginx (reverse proxy)
## PHASE 02 — SaaS Core ## PHASE 02 — SaaS Core
- [ ] Monorepo Node.js/TypeScript (workspaces, tsconfig base) - [x] Monorepo Node.js/TypeScript (pnpm workspaces, tsconfig base)
- [ ] `packages/database` (schema, migrations) - [x] Node 22 LTS + pnpm instalados no host
- [ ] `packages/types`, `packages/shared` - [x] `packages/database` (Prisma 7 + driver adapter `pg`, migration inicial)
- [x] `packages/types` (TenantStatus, AgentState), `packages/shared`
- [x] Tabela `tenants` criada via migration (seção 29 do agente.md)
## PHASE 03 — Tenant Isolation ## PHASE 03 — Tenant Isolation
- [ ] Tabela `tenants` + RLS - [ ] Tabela `tenants` + RLS