Command Palette
Search for a command to run...

Roadmap

What's shipping in the current release, what's tracked for the next one, and what's deliberately not on the list yet. Everything below maps to a tracked issue in manchtools/power-manage-server — items without one are aspirations and stay off this page until they have a tracker.

Treat this page as a snapshot. The canonical source for commitment is the server repo's ROADMAP-<release>.md and the milestone tracker; the canonical source for what already shipped is the changelog and git log.

v2026.06 — released as rc2

AreaWhat landed
Event-sourcing coreAll 11 PL/pgSQL projectors migrated to in-process Go listeners. The PL/pgSQL dispatcher table is gone.
mTLSSPIFFE peer-class SANs enforced on every inter-service connection, not just agent ↔ gateway.
Action validationInline param validation at the API boundary — actions reject malformed input before they reach the agent.
AsynqMandatory HMAC envelope on every queued task between control, gateway, and indexer.
Maintenance windowsPer-group windows, evaluated in the device's local timezone.
Action typesUNINSTALL assignment mode wired through the agent; serial action-set execution with abort-on-first-failure; one-shot scheduled dispatch.
HandlersPer-handler files in server/internal/api/; god-handlers split, consistent error mapping.

The 2026.06 rc carries forward into rc-testing during the 2026.07 window — bugs surfaced in rc-testing get patched into the 2026.06 line, not deferred.

v2026.07 — in flight

Tracked in manchtools/power-manage-server#320. The headline was the valkey-search cutover (replacing the RediSearch dependency that doesn't ship in current valkey releases) — the compose stack now runs valkey/valkey-bundle with the valkey-search module. Around it:

AreaIssue(s)
valkey-search cutoverserver#320 (umbrella)
Terminal admin RBAC modelLanded as permissions: TerminalAdminLimited / TerminalAdminFull (passwordless sudoers policies inside sessions) plus device-group-scoped grants (terminal access). Preset terminal-admin roles are still not seeded — build them from the permissions.
2026.06 rc-testing follow-upsBug fixes surfaced during 2026.06 rollout — patched into 2026.06.x, not 2026.07.
Notifications foundation (server#5)First slice of the notification subsystem the REBOOT doc references. Probably not finishing in 2026.07; tracked here so it isn't forgotten.

The full Phase 2 / Phase 3 work from the original 2026.06 plan that didn't land — terminal-admin ADRs, SECURITY.md, the five named ADRs — is being broken down into individual issues during 2026.07 rather than tracked as a phase.

Explicitly deferred (no milestone yet)

These have a tracking issue but no committed release. Each line is what's known about why it's deferred — the issue is the source of truth.

ItemStatus
Group variablesReverted in PR #239 with a written postmortem. Reopening needs: secret-taint infrastructure across every sink (UI, logs, audit, exports), a threat-model ADR, and a rendering-boundary ADR. Indefinitely postponed; not actively worked.
Auditd rule managementHeld until the SIEM / event-forwarding integration story is real; shipping auditd without forwarding produces noise without value.
Dashboards + alertingAdjacent to compliance reporting; held until compliance projections stabilise.
Standalone RevokeCertificate RPCThe underlying machinery shipped: a Valkey-backed per-fingerprint CRL with a fail-closed gateway cache; device deletion and cert renewal both revoke (mTLS). What's still missing is an operator-facing "revoke this cert without deleting the device" RPC.
Live trust-bundle reload (no restart)SetTrustBundle already supports multi-CA at boot; SIGHUP / RPC reload is the missing piece.
Admin-initiated force-renewRPC + audit event. Currently only agent-initiated renewal at 80% lifetime exists.
Active-active control + leader electionToday control is single-writer. Needed before "multiple control servers" stops being a "no" in the FAQ.
CA role separation (agent CA / inter-service CA / HTTPS CA independently rotatable)A single CA root signs everything today. The split would let RotateAgentCA not also touch the gateway's server cert.
power-manage CLI driver for terminal sessionsToday the terminal is web-UI-only. A WebSocket-aware CLI client would let CI / scripts open sessions.
Cryptographic checkpointing of the audit logOff-host hash chains and signed periodic anchors. Stronger tamper-evidence than the database-trigger append-only guard that exists today.
Retention-report toolEstimate the cost of a given retention horizon. Form (CLI / RPC / dashboard widget) undecided.
Multi-region gateway topologyPartially supported via Redis self-registration; needs documented + tested deployment shape.

Not on the roadmap

If you're looking for these and didn't find them above, they're explicitly not planned:

  • Windows / macOS agent. Linux-only. The agent depends on Linux subsystems (systemd, LUKS, journald, /etc/sudoers, package managers); porting is more than a build-target change.
  • Bundled web UI for self-hosting. The hosted UI at app.power-manage.manchtools.com connects to your control server; there's no on-prem UI image. Build one against the Connect-RPC API if you need to.
  • Server-side SIEM uploader. Use host-level tooling shipped via SERVICE actions or poll ListAuditEvents.

Where to follow along

  • Issues + PRs in manchtools/power-manage-server (server tracker).
  • Milestone trackers per release: ROADMAP-<release>.md in the server repo.
  • ADRs: server/docs/adr/ — the directory exists and holds the numbered decision records (CA/action-signing, scope enforcement, key rotation, and more).