2026-05-10 11:14:55 -05:00
|
|
|
# Mission Control — Changelog
|
|
|
|
|
|
2026-05-10 11:15:30 -05:00
|
|
|
## v0.0.2
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- **Base platform forked and running** — Python/FastAPI backend + Next.js frontend copied into src/
|
|
|
|
|
- **Docker Compose dev environment** — compose.yml, .env, .dockerignore created
|
|
|
|
|
- **Dockerfile adapted** — Fixed build context for src/ layout, fixed scripts paths for webhook worker
|
|
|
|
|
- **All services operational** — db (Postgres 16), redis, backend (uvicorn :8000), frontend (Next.js :3000), webhook-worker
|
|
|
|
|
- **97 API endpoints verified** — Full OpenAPI surface confirmed at /docs
|
|
|
|
|
- **Git repo initialized** — main branch, initial commit 9aee2e4
|
|
|
|
|
|
|
|
|
|
### Infrastructure
|
|
|
|
|
- Ports mapped: backend → 8080, frontend → 3080 (host), avoiding Portainer/open-webui conflicts
|
|
|
|
|
- Auth mode: local (token-based, LOCAL_AUTH_TOKEN in .env)
|
|
|
|
|
- DB auto-migrate enabled
|
|
|
|
|
|
2026-05-10 11:14:55 -05:00
|
|
|
## v0.0.1
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- **Project initialization** — STRUCTURE.md, PROJECT.md, FUTURE.md, HISTORY.md, DEVELOPMENT_LOG.md, VERSION.md
|
|
|
|
|
- **Source repos cloned** — openclaw-mission-control (base), openclaw-dashboard (tracking), openclaw-pixel-agents-dashboard (visualization)
|
|
|
|
|
- **Architecture plan** — Full 4-phase implementation plan documented in PROJECT.md
|