- 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: Express.js 5.0.1 + React 18.2.0 + Python/FastAPI (hybrid) - Type: STANDALONE (no propagation) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
131 lines
2.7 KiB
Markdown
131 lines
2.7 KiB
Markdown
# Gemini Agent Configuration - Trading Platform
|
|
|
|
**Proyecto:** trading-platform
|
|
**Tipo:** STANDALONE
|
|
**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: ["trading-platform", "trading", "oqi"]
|
|
root: "projects/trading-platform/"
|
|
type: "STANDALONE"
|
|
nivel_nexus: "L2"
|
|
arquitectura: "hybrid"
|
|
```
|
|
|
|
---
|
|
|
|
## Stack Tecnológico
|
|
|
|
### TypeScript Stack
|
|
| Componente | Tecnología |
|
|
|------------|------------|
|
|
| Backend | Express.js 5.0.1 |
|
|
| Frontend | React 18.2.0 |
|
|
| Build | Vite 6.2.0 |
|
|
|
|
### Python Stack
|
|
| Componente | Tecnología |
|
|
|------------|------------|
|
|
| ML Engine | FastAPI |
|
|
| Data Service | Python 3.11 |
|
|
| ML Libraries | TensorFlow, scikit-learn |
|
|
|
|
---
|
|
|
|
## Credenciales BD
|
|
|
|
```yaml
|
|
db_name: trading_platform
|
|
db_user: trading_user
|
|
db_pass: trading_dev_2026
|
|
db_port: 5432
|
|
schemas:
|
|
- core
|
|
- trading
|
|
- ml
|
|
- portfolio
|
|
```
|
|
|
|
---
|
|
|
|
## Boot Sequence
|
|
|
|
Al trabajar en este proyecto:
|
|
|
|
1. Cargar `workspace-v2/CLAUDE.md`
|
|
2. Cargar `projects/trading-platform/CLAUDE.md`
|
|
3. Cargar `orchestration/agents/configs/SHARED-PLATFORM-CONFIG.yml`
|
|
4. Identificar stack (TypeScript vs Python)
|
|
5. Cargar contexto específico según tarea
|
|
|
|
---
|
|
|
|
## Servicios y Puertos
|
|
|
|
| Servicio | Puerto | Stack |
|
|
|----------|--------|-------|
|
|
| Backend API | 3080 | TypeScript |
|
|
| Frontend | 3000 | TypeScript |
|
|
| ML Engine | 3083 | Python |
|
|
| Trading Agents | 3086 | Python |
|
|
| LLM Agent | 3085 | Python |
|
|
| MCP Auth | 3095 | TypeScript |
|
|
| MCP Wallet | 3090 | TypeScript |
|
|
|
|
---
|
|
|
|
## Epics en Desarrollo (9)
|
|
|
|
| ID | Nombre | Progreso |
|
|
|----|--------|----------|
|
|
| OQI-001 | fundamentos-auth | 70% |
|
|
| OQI-002 | educativo | 30% |
|
|
| OQI-003 | trading-charts | 40% |
|
|
| OQI-004 | cuentas-inversion | 35% |
|
|
| OQI-005 | pagos-stripe | 50% |
|
|
| OQI-006 | senales-ml | 60% |
|
|
| OQI-007 | llm-strategy-agent | 25% |
|
|
| OQI-008 | portfolio-manager | 20% |
|
|
| OQI-009 | mt4-gateway | 15% |
|
|
|
|
---
|
|
|
|
## Paths de Trabajo
|
|
|
|
```
|
|
Backend: projects/trading-platform/apps/backend/src/
|
|
Frontend: projects/trading-platform/apps/frontend/src/
|
|
ML Engine: projects/trading-platform/apps/ml-engine/
|
|
Database: projects/trading-platform/apps/database/
|
|
MCPs: projects/trading-platform/mcp-*/
|
|
Docs: projects/trading-platform/docs/
|
|
```
|
|
|
|
---
|
|
|
|
## Propagación
|
|
|
|
Como STANDALONE, NO propaga a otros proyectos.
|
|
Completamente independiente.
|
|
|
|
---
|
|
|
|
## Referencias
|
|
|
|
- CLAUDE.md: `projects/trading-platform/CLAUDE.md`
|
|
- Directivas: `projects/trading-platform/orchestration/directivas/`
|
|
- Inventarios: `projects/trading-platform/orchestration/inventarios/`
|