Mission-Control/VERSION.md

1.9 KiB

Mission Control — Version History

v0.0.3 — 2026-05-11

  • Phase 2: Monitoring database models
  • Add 7 new SQLModel tables for monitoring data collection
  • CostSnapshot: timestamped cost readings from gateway RPC
  • CronJobStatus: cron job state, schedule, failure tracking
  • SessionEvent: session lifecycle events with token counts
  • SubAgentRun: sub-agent execution records
  • SystemHealthMetric: CPU, RAM, swap, disk, gateway status
  • AlertRule: configurable alert thresholds with cooldown
  • AlertEvent: triggered alert instances with acknowledgment
  • Security: ON DELETE CASCADE on all FK constraints, SET NULL on acknowledged_by
  • Performance: composite indexes on (org_id, created_at) and (org_id, gateway_id)
  • Two Alembic migrations: table creation + CASCADE/index follow-up
  • Frontend port changed to 3037

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