25 lines
1.1 KiB
Markdown
25 lines
1.1 KiB
Markdown
# 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)
|
|
- Cloned source repos: openclaw-mission-control, openclaw-dashboard, openclaw-pixel-agents-dashboard
|
|
- Architecture plan documented (4 phases: foundation, tracking, visualization, integration)
|
|
|
|
---
|
|
|
|
*Version format: MAJOR.MINOR.PATCH*
|
|
*New feature/page = minor bump, perf/refactor/fix = patch bump*
|
|
*Bishop owns version bumps after verification* |