0.1.0

Foundational scaffolding. The shell renders, auth works, OAP is reachable, and CI is green. No operator-facing data surfaces yet.

  • pnpm monorepo: apps/ui (Vue 3 + Vite), apps/bff (Fastify), shared packages/api-client (typed REST + GraphQL clients), shared packages/design-tokens (CSS custom properties).
  • BFF — Fastify skeleton with horizon.yaml config + hot reload, local auth (argon2 + cookie sessions), RBAC verb gating + JSONL audit log, OAP proxy with cluster fan-out + preflight.
  • UI — AppShell (sidebar, topbar) with design tokens, Pinia auth store with on-401 redirect, login view with route guard + sign-out, stub admin / operate pages.
  • CI — monorepo workspace build + dependency license check via skywalking-eyes.