Implemented and validated

Milestone 001 — Setup / Bootstrap

This milestone introduced the official installation bootstrap for Metoriq and the first internal metadata database lifecycle.

Goal

Transform the initial foundation into an installable platform with controlled setup, metadata database initialization, schema versioning, and setup status reporting.

Delivered

  • Initial metadata DbContext and EF Core migration path.
  • Setup service responsible for bootstrap and status.
  • Creation or validation of the internal metadata database.
  • Schema version and setup state records.
  • CLI commands for setup initialization and setup status.
  • API endpoint for setup status.

Still out of scope

This milestone did not introduce real connectors, tenant onboarding, environments, RAW workspace, transformations, flow runtime, authentication, licensing, or a user interface.