Commit Graph

3 Commits

Author SHA1 Message Date
ARCHITECT
03ef4696f3 feat: Deploy IA context tables to architect and corp servers
Desplegadas tablas de contexto IA en architect (69.62.126.110) y corp (92.112.181.188).

Cambios:
- Schema completo con 5 tablas: ia_contexts, ia_messages, ia_embeddings, ia_tool_calls, ia_context_metrics
- Vista ia_context_summary para consultas agregadas
- 2 funciones PL/pgSQL y triggers para actualización automática
- 13 índices optimizados para consultas frecuentes
- Script de despliegue automatizado
- Documentación completa del deployment

Tests:
-  architect: Tablas funcionando, triggers activos
-  corp: Tablas funcionando, triggers activos
- ⚠️  deck: Servidor no disponible (pendiente)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-24 00:08:26 +00:00
ARCHITECT
0e09ef9f47 Add deployment report: IA Context tables on architect and corp
Successfully deployed IA context schema on 2 of 3 servers:
- architect (69.62.126.110): Docker PostgreSQL 
- corp (92.112.181.188): Host PostgreSQL 
- deck (72.62.1.113): Pending - SSH unavailable ⚠️

Schema includes:
- 5 tables: ia_contexts, ia_messages, ia_embeddings, ia_tool_calls, ia_context_metrics
- 1 view: ia_context_summary
- 2 functions with triggers for auto-updates
- 14 indexes for performance optimization

Ready for integration with orchestrator system.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-24 00:08:02 +00:00
ARCHITECT
3d243106a7 docs: Add AI Context Deployment Report
Deployed AI context tables across 3 servers (architect, deck, corp).
Complete documentation of schema, functions, triggers and initial data.

- 4 tables per server: ai_context, ai_conversations, ai_learnings, ai_tasks
- 13 indexes for optimal query performance
- 2 functions and 2 triggers for automation
- Initial system configuration data inserted

All deployments completed successfully.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-23 23:53:54 +00:00