⚑ Google Antigravityβ€’Node.js + PostgreSQL + Prisma

Google Antigravity Multi-Tenant Operating Guidelines

Universal multi-agent operating guidelines for subagent delegation, sandboxed CLI execution, and strict tenant boundary isolation.

πŸ“„ AGENTS.md
# AGENTS.md β€” Multi-Agent Operating Guidelines for Enterprise SaaS

> Generated via Vibe Coding Codex Harness Generator (https://vibecodingcodex.com)

## 1. Multi-Tenant Security Isolation
- Every database schema table MUST include a mandatory `tenantId` string column.
- Extract tenant headers in middleware and inject them into all query filters to prevent cross-tenant data leaks.

## 2. Agent Delegation Rules
- Delegate deep file searching and codebase surveys to background research subagents.
- Subagents must report results back to the primary orchestrator upon completion without polling loops.

## 3. Verification & Test Protocol
- Run `npx prisma validate` and `npm test` before declaring feature completion.