debate/backend
Mikkel Georgsen c01b4cbf54 feat(01-05): add build orchestration service
- Implement BuildService for coordinating ISO build lifecycle
- Integrate sandbox and deterministic config for reproducible builds
- Add cache lookup before build execution (same hash = return cached)
- Handle build status transitions: pending -> building -> completed/failed
2026-01-25 20:20:57 +00:00
..
alembic feat(01-03): apply security middleware stack and database health check 2026-01-25 20:20:00 +00:00
app feat(01-05): add build orchestration service 2026-01-25 20:20:57 +00:00
__init__.py feat(01-01): create FastAPI application structure with health endpoint 2026-01-25 20:09:21 +00:00
alembic.ini feat(01-02): configure Alembic and create Build model 2026-01-25 20:11:55 +00:00