- Add CLAUDE.md with project-specific instructions - Add .trae/rules/ and AGENT-CAPABILITIES.md - Add .windsurf/rules/ and AGENT-CAPABILITIES.md - Add .gemini/antigravity/README.md - Stack: NestJS 11.1.8, React 19.0.0, PostgreSQL 15+ - Type: PROVIDER (propagates to erp-core) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
97 lines
1.8 KiB
Markdown
97 lines
1.8 KiB
Markdown
# Gemini Agent Configuration - Template SaaS
|
|
|
|
**Proyecto:** template-saas
|
|
**Tipo:** PROVIDER
|
|
**Sistema:** SIMCO v4.0.0 + NEXUS v4.0
|
|
|
|
---
|
|
|
|
## Herencia
|
|
|
|
Este proyecto hereda configuraciones de:
|
|
- `workspace-v2/.gemini/antigravity/`
|
|
- `workspace-v2/orchestration/agents/configs/SHARED-PLATFORM-CONFIG.yml`
|
|
- `workspace-v2/orchestration/agents/configs/SHARED-PROJECT-REGISTRY.yml`
|
|
|
|
---
|
|
|
|
## Identificación del Proyecto
|
|
|
|
```yaml
|
|
aliases: ["template-saas", "template", "saas"]
|
|
root: "projects/template-saas/"
|
|
type: "PROVIDER"
|
|
nivel_nexus: "L2"
|
|
```
|
|
|
|
---
|
|
|
|
## Stack Tecnológico
|
|
|
|
| Componente | Tecnología |
|
|
|------------|------------|
|
|
| Backend | NestJS 11.1.8 |
|
|
| Frontend | React 19.0.0 |
|
|
| Database | PostgreSQL 15+ |
|
|
| ORM | TypeORM 0.3.22 |
|
|
| Cache | Redis |
|
|
|
|
---
|
|
|
|
## Credenciales BD
|
|
|
|
```yaml
|
|
db_name: template_saas_dev
|
|
db_user: template_saas_user
|
|
db_pass: saas_dev_2026
|
|
db_port: 5432
|
|
```
|
|
|
|
---
|
|
|
|
## Boot Sequence
|
|
|
|
Al trabajar en este proyecto:
|
|
|
|
1. Cargar `workspace-v2/CLAUDE.md`
|
|
2. Cargar `projects/template-saas/CLAUDE.md`
|
|
3. Cargar `orchestration/agents/configs/SHARED-PLATFORM-CONFIG.yml`
|
|
4. Cargar contexto específico según tarea
|
|
|
|
---
|
|
|
|
## Módulos Disponibles (19)
|
|
|
|
```
|
|
auth, tenants, users, billing, plans, ai, notifications,
|
|
email, whatsapp, audit, feature-flags, webhooks, storage,
|
|
analytics, reports, health, onboarding, rbac, superadmin
|
|
```
|
|
|
|
---
|
|
|
|
## Paths de Trabajo
|
|
|
|
```
|
|
Backend: projects/template-saas/backend/src/
|
|
Frontend: projects/template-saas/frontend/src/
|
|
DDL: projects/template-saas/database/ddl/
|
|
Docs: projects/template-saas/docs/
|
|
```
|
|
|
|
---
|
|
|
|
## Propagación
|
|
|
|
Como PROVIDER, evaluar propagación a:
|
|
- erp-core (INTERMEDIATE)
|
|
- Verticales ERP (via erp-core)
|
|
|
|
---
|
|
|
|
## Referencias
|
|
|
|
- CLAUDE.md: `projects/template-saas/CLAUDE.md`
|
|
- Inventarios: `projects/template-saas/orchestration/inventarios/`
|
|
- Docs: `projects/template-saas/docs/`
|