assure-os.demo.scaleright.ai
Private umbrella for ServiceAssure and the surrounding product portfolio.
NOT_MET; the build
is unsigned-lab; no customer acceptance has been recorded and no live cloud
qualification has been run. Everything published here describes what the code does today,
including what it refuses and what has not been tested. See
release status for the per-suite detail.
ServiceAssure is a reliability platform for mixed estates — Linux services, Docker containers and Kubernetes workloads — that observes targets, correlates incidents, proposes typed remediation plans, requires exact human approval, executes through narrow typed adapters, and then verifies the result through an independent read-back.
AssureOS is the private umbrella holding ServiceAssure alongside the rest of the portfolio, plus shared contracts and imported modules. Products stay independently deployable and keep separate ledgers; ServiceAssure R1 does not depend on finishing every portfolio import.
These are not aspirations in a roadmap — they are enforced in code and in database constraints, and the architecture diagrams show where.
grants_execution: false permanently.REAL_OUTCOME_UNKNOWN and blocks further mutation of that target until an
operator reconciles it with real evidence. Nothing replays a business effect
automatically.Blocks, the recovery workflow with its refusal gates, data flow across 19 tables, and supported use cases.
Validation suites, fault scenarios, gates, and what is explicitly disabled or not yet run.
41 numbered requirements (RV-01…RV-41) the implementation is written against —
docs/serviceassure/PRD.md
41 work packages with dependencies, acceptance and evidence —
docs/assureos/backlog.json
Stage gates G1–G5 and their sequencing —
docs/assureos/ROADMAP.md
The written specification these diagrams summarise —
docs/serviceassure/ARCHITECTURE.md
Those four are paths inside the private AssureOS repository, deliberately not published here: this site is served standalone so that private modules and product source are never exposed by the web root. Read them in a checkout.
| Path | What it holds |
|---|---|
products/serviceassure | The reliability product — Go control plane, adapters, CLI and web UI. |
products/operandi | Business workflow product (imported, history preserved). |
products/kinnect | Platform, identity and connector product (imported). |
products/thefrontdoor | Claims, correction and sampling product (imported). |
modules/action-contracts | VBA action grammar and outcome receipts — vocabulary, not authority. |
modules/model-governance | GMF model governance (private, excluded from public export). |
modules/identity, modules/policy | Shared interfaces extracted for reuse. |
contracts/v1 | Versioned JSON schemas and cross-language test vectors. |
evaluation/arc-core | Evaluation harness. |