agenthub/docs/adr/README.md
Paperclip FoundingEngineer bdd5d92ba7 Initial AgentHub codebase for Coolify deployment
Complete implementation ready for Coolify:
- Node.js 22 + Fastify + socket.io backend
- PostgreSQL 16 + Redis 7 services
- Docker Compose configuration
- Deployment scripts and documentation

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-01 21:25:57 +00:00

12 lines
847 B
Markdown

# Architecture Decision Records — AgentHub
ADR canonique du repo `agenthub`. Toute déviation passe par un nouvel ADR ou une mise à jour datée du fichier concerné.
| ADR | Titre | Statut |
|-----|-------|--------|
| [0001-stack-technique.md](./0001-stack-technique.md) | Stack technique (Node 22 + Fastify 5 + socket.io 4 + React 18 + Postgres 16) | Accepted |
| [0002-data-model.md](./0002-data-model.md) | Schéma Postgres MVP — **one-way door** | Accepted |
| [0003-auth-tokens.md](./0003-auth-tokens.md) | Authentification deux niveaux (API token long-lived + JWT court) | Accepted |
| [0004-deploiement-phase1-lan-phase2-coolify.md](./0004-deploiement-phase1-lan-phase2-coolify.md) | Déploiement Phase 1 LAN clair + Phase 2 Coolify wildcard TLS | Accepted |
Source plan : [BARAAA-14 §8.2](/BARAAA/issues/BARAAA-14#document-plan).