Skip to content

Roadmap

The architecture is written as one timeless design and converges in place as the code catches up: a page moves Design to Partial to Built, it is never forked into a separate “future” copy that later gets deleted. So this page is not a shadow architecture. It is the readable index of direction: the epics in flight, the big architectural arc still ahead, and pointers to where each lands in the spine.

Three surfaces carry the time axis, and this page ties them together:

  • Implementation status is the live map of what is built (the per-page badge and the per-slice log).
  • Decision log is the dated history of calls, reversals, and divergences.
  • GitHub epics are the source of truth for scope and sequencing; this page links them and is not a substitute for them. Nothing here is a commitment that a detail ships unchanged; an epic is where the scope is actually argued and approved (no branch before the issue).

The platform half is well past its midpoint. The single binary runs in server / node / migrate modes over a BYO Postgres, and the tiers below are shipped, tested, and live in the console; the per-slice detail (136 entries at this update) is on implementation status.

  • Identity and access, end to end. Password, session-cookie, and API-token auth with expiry, lockout, and password policy; the full principal lifecycle (disable, archive, purge); impersonation with dual-actor audit; principal groups with grant-by-group; grants with scope operators; and the append-only audit trail with its admin read surface.
  • The fleet and its catalogs. The location / system / component trees on the shared scoped-CRUD primitive, system_member multi-membership, system roles with the typed-slot assignment guard, the standard / product / vendor / driver / component_type registries, and location types with allowed_parent_types placement rules.
  • The values cascade. Tags, variables, envelope-encrypted secrets, files over the content-addressed blob store, the settings engine (platform rung), and the unified resolution panel that explains which value won and why.
  • The collection vertical. The node runtime with enrollment and claim, embedded NATS/JetStream with per-node subject isolation, the icmp and tcp probes, the transition-only reachability verdict and its panel, interface and task authoring, and the raw-log lane with node self-logs (ADR-0066).
  • The telemetry ontology. The metric_type / property_type / event_type / command_type registries, the sample lanes (metric, property, event, log_line), current values derived from the series, and the command pillar with computed settlement (ADR-0063).
  • Delivery and the pipeline. make gen emits the OpenAPI document, the cobra CLI, the typed SPA client, the CLI reference, and the generated ERD; goreleaser builds the release matrix and the multi-arch image; the Helm chart deploys production and powers per-PR preview environments.

The work currently scoped, each tracked as a GitHub epic. Outcomes are summarized; the epic is authoritative.

EpicOutcomeLands in
Release 0.1.0 (#825)Ahead: the first public tag. Three lanes ship first: drivers, listeners, and the command wire (#603), the expression engine (#524), and the event rule tier (#819), with the delivery half of telemetry integrity (#430) and the role staffing bugs (#504); the epic lists the pre-tag hygiene and the four open calls.collection, expressions, alarms and actions
Groups as scope and the cross-tier cascade (#10)Ahead: entity-groups as scope anchors and dynamic-membership scope, plus the cross-tier cascade (a location scope reaching its systems and components). Principal groups as grant subjects shipped; group-as-scope has not.identity and access, groups, cascade
Public releases (#57)Ahead: signed and notarized binaries for every major OS/arch and one-line installs (Homebrew / Scoop / winget), so a first-time user runs with no security warning.scaling and deployment
Embedded Postgres run mode (#19)Ahead: an opt-in single-binary mode with a managed embedded Postgres, for edge, demo, and learning installs with zero external database.scaling and deployment

The 2026-07-30 drift-correction program (#428 through #434) has closed except for the telemetry-integrity half of #430, which rides the release. The current workstream is release 0.1.0 (#825). The template layer that follows the collection epic is tracked on #827.

The spine has converged over most of its lower half; what remains Design is concentrated in the automation and read tier. The broad order the remaining work follows, each band pointing at the page that describes the target:

  1. Collection at the edge. Substantially landed: the node runtime, the embedded bus, the icmp/tcp probes, edge parsing, and interface and task authoring all shipped. Still ahead: templates (the reusable device shape) and the richer transports (real snmp / http / ssh drivers, webhook listeners; today ssh and http probe as tcp-connect only).
  2. The data model. Landed except one piece: properties (the canonical-signal registry and the exclusive-arc owner columns), the sample sinks, config and variables resolved down the cascade all shipped. Still ahead: the expression engine the rules and filters share.
  3. Detection and verdict. Events shipped (their registry, sink, and lineage columns), as did commands with settlement, and the verdict half has landed: an alarm impairs a component’s own verdict, an impaired role sinks its system by its impact, and the transitions record when it changed. What remains is what produces an alarm (the event_rule tier), calculations, and what acts on one (alarms and actions, the automation tier).
  4. The machinery underneath. The messaging subject contract, per-node subject isolation, and the durable JetStream telemetry consumer (workers) shipped. Still ahead: the raw/trusted two-lane data plane, time as a primitive, and the CDC bridge on storage.
  5. The read side, in full. Views and the ViewResult renderer, composable dashboards, and the exploration surfaces on the UI, plus the MCP and AI seams over the same gateway.

This arc is a reading order, not a schedule. Each numbered band becomes one or more epics with their own scope and approval before any branch; when a slice in it ships, the relevant spine page moves off Design and, if the build differs from the prose, the difference is logged in decisions. That is how directional intent becomes built architecture without ever maintaining two copies of it.