v2-exece-docs
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
# IGNY8 Phase 0: GitHub Repository Consolidation
|
||||
## Document 00A: Complete GitHub Repo Consolidation Strategy
|
||||
|
||||
**Document Version:** 1.0
|
||||
**Document Version:** 1.1
|
||||
**Last Updated:** 2026-03-23
|
||||
**Status:** In Development
|
||||
**Phase:** Phase 0 - Infrastructure Setup
|
||||
**Priority:** High (blocking all other development)
|
||||
**Source of Truth:** Codebase at `/data/app/igny8/`
|
||||
|
||||
---
|
||||
|
||||
@@ -35,15 +36,17 @@
|
||||
- `igny8-app` contains Django/React application code
|
||||
- Both typically cloned/mounted in development containers
|
||||
|
||||
### 1.2 Current Stack Versions
|
||||
### 1.2 Current Stack Versions (Verified from codebase)
|
||||
|
||||
```
|
||||
Backend: Django 5.1
|
||||
Frontend: React 19
|
||||
Database: PostgreSQL 16
|
||||
Cache: Redis 7
|
||||
Proxy: Caddy 2
|
||||
Task Queue: Celery 5.4
|
||||
Backend: Django >=5.2.7 (requirements.txt), Python 3.11-slim (Dockerfile)
|
||||
Frontend: React ^19.0.0, TypeScript ~5.7.2, Vite ^6.1.0, Node 18-alpine (Dockerfile.dev)
|
||||
Database: PostgreSQL (external container, version set by infra stack)
|
||||
Cache: Redis (external container, version set by infra stack)
|
||||
Proxy: Caddy 2 (external container)
|
||||
Task Queue: Celery >=5.3.0 (requirements.txt)
|
||||
State: Zustand ^5.0.8
|
||||
CSS: Tailwind ^4.0.8
|
||||
Orchestration: Docker Compose
|
||||
External Network: igny8_net
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user