S Srenix

Roadmap

What's shipped, what's next.

Shipped releases below are generated straight from the two repos' CHANGELOGs (last synced 2026-06-26) — OSS is at v0.1.0-alpha.1, the Enterprise Srenix Enterprise binary at v0.2.0-alpha.1. The open-items list is hand-curated and verified against repo state on the same date.

Pre-alpha re-baseline. The project re-baselined to 0.x-alpha (pre-launch). OSS is at v0.1.0-alpha.1; Enterprise Srenix Enterprise is at v0.2.0-alpha.1 (adds RAG-live, deep-RCA, tier chaining). Earlier versions (OSS ≤ v1.26.3, paid ≤ v1.22.4) were internal pre-alpha iterations and are marked pre-release — nothing has shipped GA yet.

Current release

The current shipped release per track. Every feature from the prior iterations is rolled into it. Every entry is parsed from the repo CHANGELOG at build time — nothing here is hand-copied.

Open source — agentic-sre

OSS

v0.1.0-alpha.1

Current · pre-alpha
  • Version re-baseline. This project is pre-launch; releases through v1.26.3

Srenix Enterprise

Paid

v0.2.0-alpha.1

Current · pre-alpha
  • Added: Firecrawl-grounded deep-RCA LLM investigator: performs structured root-cause analysis using live public web research (read-only cluster tools + web research via an LLM-synthesized, client-redacted query). Flags:…
  • Added: Deep-RCA artifact persisted to srenix_investigations Qdrant collection; cross-cycle retrieval injects prior root-cause context into the T1 proposer.
  • Added: Root-cause forwarded into every AI tier (T0–T3) via a <root_cause> prompt block so all tiers reason from the same root cause; T1 also receives T0 enrichment in the same block.
  • Added: Ticket-closure outcome recorded to RAG/audit store (verdict=cleared, delivery=ticket-closed) so future short-circuit lookups benefit from resolved findings.
  • Changed: --rag-short-circuit now defaults ON (previously default off). Inert without --memory-store-url.
  • Changed: OSS dependency remains pinned to v1.26.3 (no bump — the new code uses only existing OSS symbols).

v0.1.0-alpha.1

Current · pre-alpha
  • Added: one-click Silence (SC: the Srenix Enterprise half)
  • Changed: OSS dependency pinned to v1.26.3 (adds pkgai.SilenceTokenClaims + SignSilenceToken/VerifySilenceToken + MintSilenceLinks, the approval-server silences create RBAC, and the /silence Ingress path).

Pre-alpha iteration history

Releases numbered 1.x before the 2026-06-18 re-baseline. These were internal pre-alpha iterations mis-numbered as 1.x; their work is folded into v0.1.0-alpha.1 above. Kept here for transparency — these are not the current version. Generated from the CHANGELOGs.

Open source — agentic-sre 4 legacy 1.x

v1.26.3 (pre-rebaseline)

  • Added: one-click Silence links on the LIVE watcher "needs human" Slack path (OSS foundation)

v1.26.2 (pre-rebaseline)

  • Fixed: human-approved (token-based) executions no longer fail with "ai proposal lacks rollback info" (OF1)

v1.26.1 (pre-rebaseline)

  • Fixed: watcher standby pods now serve /healthz; rolling upgrades no longer deadlock (O11, production 1.26.0 upgrade incident)

v1.26.0 (pre-rebaseline)

  • Added: CI: CHANGELOG ↔ git-tag parity gate (scripts/changelog-tag-check.sh)
  • Added: cloud-probe message join keys for Srenix Enterprise's cross-resource RCA matchers
  • Added: hash-chained audit-trail primitive in OSS pkg/audit (closes the features/policy source-citation gap)
  • Added: append-only protected-namespace extension (SRENIX_PROTECTED_NAMESPACES_EXTRA)
  • Added: toggles for the 6 base probes + 7 core analyzers (docs said "each probe independently togglable"; now it's true)
  • Added: chart: deploy the read-only hosted dashboard (P6.6)
Srenix Enterprise 4 legacy 1.x

v1.22.4 (pre-rebaseline)

  • Added: one-click Silence (SC: the Srenix Enterprise half)
  • Changed: OSS dependency bumped to v1.26.3 (adds pkgai.SilenceTokenClaims + SignSilenceToken/VerifySilenceToken + MintSilenceLinks, the approval-server silences create RBAC, and the /silence Ingress path).

v1.22.3 (pre-rebaseline)

  • Fixed: human-approved executions spuriously failing on missing rollback (OF1/CF1)
  • Changed: OSS dependency → v1.26.2

v1.22.2 (pre-rebaseline)

  • Fixed: goreleaser extra_files missing federation/ + ticketing/ (v1.22.1 image context incomplete)

v1.22.1 (pre-rebaseline)

  • Fixed: Dockerfile missing federation/ and ticketing/ (v1.22.0 image unbuildable)
  • Added: Dockerfile COPY-allowlist gate

Open items

Living list of pending work as of 2026-06-26, each verified against repo state before listing. Engineering items reference the in-flight claims-fulfillment plan (P6.x); items on the product/marketing track don't block shipped capability.

Item Why it's still open When
Cosign-signed container images + Srenix Enterprise artifacts The SBOM (CycloneDX) + cosign signing pipeline shipped (P6.2) and OSS binary checksums are cosign-signed and Rekor-logged in the v0.1.0-alpha.1 line, but container-image and Srenix Enterprise artifact signing are still pending CI billing restoration P6.2 — checksum signing live; image signing pending
Hosted playground The "Try it now" path currently lands on quick-start; the live playground route is a coming-soon stub P6.8 — in flight
OLM / OperatorHub publish Operator bundle manifests + bundle-smoke CI gate exist; the bundle has not been published to OperatorHub Next operator milestone
M7 phase 2 — per-probe dispatch The GVRWatcher interface shipped (v0.1.0-alpha.1 line), but the watcher still runs every probe on every trigger (static watchedGVRs loop) Q3 2026
M7 phase 3 — controller-runtime reconciler per probe ~10-day effort + separate design doc Q4 2026
Anonymized run-log opt-in collection GTM day 14–90 milestone (no engineering blocker) Product/marketing track
Multi-tenant SaaS variant One binary serving N customer clusters; not yet designed, needs an RFC Post first 3 paying customers
Deep-RCA Firecrawl egress domain allowlist (operator-configurable) Current implementation uses default Firecrawl endpoint; operator-specified domain allowlist is a hardening follow-up Next hardening sprint

Full design docs live in the OSS repo at docs/design/. The consolidated forward-planning doc is at docs/superpowers/plans/2026-06-09-srenix-consolidated-roadmap.md.