docs: update VERSION.md and HISTORY.md for v0.0.2 - base platform running
This commit is contained in:
parent
9aee2e41e8
commit
a32a38f082
15
HISTORY.md
15
HISTORY.md
|
|
@ -1,5 +1,20 @@
|
|||
# Mission Control — Changelog
|
||||
|
||||
## 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
|
||||
|
||||
## v0.0.1
|
||||
|
||||
### Added
|
||||
|
|
|
|||
12
VERSION.md
12
VERSION.md
|
|
@ -1,5 +1,17 @@
|
|||
# Mission Control — Version History
|
||||
|
||||
## v0.0.2 — 2026-05-10
|
||||
- **Phase 1 CRITICAL: Base platform forked and running locally**
|
||||
- Copied base platform (Python/FastAPI backend + Next.js frontend) into src/
|
||||
- Adapted Dockerfile and compose.yml for src/ project layout
|
||||
- Fixed webhook-worker scripts path
|
||||
- Local dev auth mode: local (token-based)
|
||||
- Ports: backend 8080, frontend 3080 (avoiding conflicts with Portainer/open-webui)
|
||||
- All 4 services running: db, redis, backend, frontend, webhook-worker
|
||||
- 97 API endpoints verified operational
|
||||
- Database migrations auto-applied
|
||||
- Git repo initialized on main branch
|
||||
|
||||
## v0.0.1 — 2026-05-10
|
||||
- **Project initialization**
|
||||
- Created project structure (PROJECT.md, STRUCTURE.md, FUTURE.md, HISTORY.md, DEVELOPMENT_LOG.md, VERSION.md)
|
||||
|
|
|
|||
Loading…
Reference in New Issue