releaseRelease
The exact hardware, firmware, software, model and target environment.
Documentation preview
RobotAtom represents configuration, evidence, policy and deployment decisions as connected, versioned records. This preview documents the intended interface; production API availability will be published separately.
Core concepts
releaseThe exact hardware, firmware, software, model and target environment.
evidenceA result from simulation, replay, hardware or field evaluation with provenance.
policyThe evidence, thresholds and reviewers required for a deployment scope.
decisionAn accountable approval, hold, block or rejection attached to the release.
Release manifest
A manifest binds the versioned system configuration to an approved baseline and a target deployment environment.
{
"release_id": "REL-2841",
"robot": "atlas-amr",
"version": "2026.07.3-rc2",
"baseline": "2026.06.8",
"changes": {
"model": "nav-4.8.0",
"firmware": ["os1-3.1.0"],
"software": ["planner-8.14.2"]
},
"target": {
"environment": "warehouse-production",
"fleet_scope": 184
}
}Evaluation evidence
An evidence record describes what ran, against which release, under which conditions, with what result and where the supporting artifact remains available.
sourceSimulation, replay, hardware-in-the-loop or field testsuiteVersioned evaluation suite and scenario selectionconditionsHardware, environment and runtime parametersmetricsMeasured output, unit and acceptance thresholdprovenanceRunner, timestamp, commit and artifact referencelimitationsKnown exclusions and non-covered operating conditionsDeployment decision
A decision evaluates the release and its evidence against a policy scoped to a fleet, site or operating environment.
{
"release_id": "REL-2841",
"gate": "warehouse-production",
"decision": "blocked",
"reasons": [
"2 replay regressions require disposition"
],
"evidence_coverage": 0.94
}Integration model
CreateCI registers a release candidate and its manifest.
AttachEvaluation systems report evidence and artifact references.
EvaluateRobotAtom applies policy and exposes required dispositions.
DecideAn authorised reviewer approves or blocks promotion.
ObserveFleet events remain traceable to the deployed release.
Share one existing release pipeline and the systems that produce its evidence.
Request an integration review