Some checks failed
CI/CD Pipeline / Backend CI (push) Has been cancelled
CI/CD Pipeline / Frontend CI (push) Has been cancelled
CI/CD Pipeline / WhatsApp Service CI (push) Has been cancelled
CI/CD Pipeline / Mobile CI (push) Has been cancelled
CI/CD Pipeline / Docker Build (./apps/backend, ./apps/backend/Dockerfile, backend) (push) Has been cancelled
CI/CD Pipeline / Docker Build (./apps/frontend, ./apps/frontend/Dockerfile, frontend) (push) Has been cancelled
CI/CD Pipeline / Docker Build (./apps/whatsapp-service, ./apps/whatsapp-service/Dockerfile, whatsapp-service) (push) Has been cancelled
CI/CD Pipeline / Deploy to Production (push) Has been cancelled
- 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 10.3.0 + React 19.2.0 + React Native (Expo) - Type: CONSUMER (receives from template-saas) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
80 lines
1.7 KiB
Markdown
80 lines
1.7 KiB
Markdown
# Agent Capabilities - Trae IDE (MiChangarrito)
|
|
|
|
**Proyecto:** michangarrito
|
|
**Versión:** 1.0.0
|
|
**Sistema:** SIMCO v4.3.0
|
|
|
|
---
|
|
|
|
## Herencia
|
|
|
|
Este archivo extiende:
|
|
- `workspace-v2/.trae/rules.md`
|
|
- `workspace-v2/orchestration/agents/configs/SHARED-PLATFORM-CONFIG.yml`
|
|
|
|
---
|
|
|
|
## Capacidades en este Proyecto
|
|
|
|
### Operaciones Permitidas
|
|
|
|
| Operación | Status | Notas |
|
|
|-----------|--------|-------|
|
|
| Crear módulos backend | ✅ | NestJS en apps/backend/ |
|
|
| Crear componentes frontend | ✅ | React en apps/frontend/ |
|
|
| Crear componentes mobile | ✅ | React Native en apps/mobile/ |
|
|
| Modificar WhatsApp service | ✅ | Con validación de templates |
|
|
| Modificar MCP server | ✅ | 15 herramientas LLM |
|
|
| Modificar DDL | ✅ | 11 schemas en apps/database/ |
|
|
| Escribir tests | ✅ | Jest |
|
|
| Git operations | ✅ | Commit, push, pull |
|
|
|
|
### Limitaciones Específicas
|
|
|
|
1. **NO acceder** a datos de otros tenants
|
|
2. **NO usar** API keys de producción
|
|
3. **NO enviar** mensajes WhatsApp sin template aprobado
|
|
4. **SIEMPRE** verificar que funciona en web Y mobile
|
|
|
|
---
|
|
|
|
## Validaciones Requeridas
|
|
|
|
Antes de marcar tarea como completada:
|
|
|
|
```bash
|
|
# Backend
|
|
cd apps/backend
|
|
npm run build
|
|
npm run lint
|
|
npm run test
|
|
|
|
# Frontend Web
|
|
cd apps/frontend
|
|
npm run build
|
|
npm run lint
|
|
|
|
# Mobile
|
|
cd apps/mobile
|
|
npx expo doctor
|
|
```
|
|
|
|
---
|
|
|
|
## Contexto del Proyecto
|
|
|
|
- **23 módulos** backend activos
|
|
- **6 apps** en monorepo
|
|
- **11 schemas** de base de datos
|
|
- **15 herramientas** LLM en MCP server
|
|
- **Tipo** CONSUMER (hereda de template-saas)
|
|
- **Estado** MVP 95% completado
|
|
|
|
---
|
|
|
|
## Quick Reference
|
|
|
|
- CLAUDE.md: `projects/michangarrito/CLAUDE.md`
|
|
- Rules: `projects/michangarrito/.trae/rules/project_rules.md`
|
|
- Docs: `projects/michangarrito/docs/`
|