Purpose
Characterize whether RuntimeManager.apply preserves RAE-owned plan, result, and live-state invariants when a backend returns an inconsistent portable result.
RAE owns the published contracts and validation of data admitted into RAE runtime state. Backend implementation correctness, capability certification, infrastructure realization, and operational testing remain the backend implementer or operator's responsibility.
Scope
Use one valid target and manifest, then perturb only the ApplyResult returned through the public runtime boundary. Record the current handling of:
- returning the predecessor snapshot while reporting successful changes;
- adding an unplanned portable snapshot address;
- changing a plan-owned resource type;
- omitting changed-address accounting for a snapshot transition; and
- returning provisioning entries under another runtime domain.
The unplanned-address case is characterization only until the contracts define whether backend-derived portable resources are prohibited or require an explicit namespace and provenance.
Out of scope
- certifying third-party backend implementations;
- proving that backend manifests are truthful beyond RAE-owned schema and internal-consistency checks;
- verifying physical infrastructure or backend-native side effects;
- containing a malicious backend;
- providing a comprehensive backend acceptance suite; and
- changing the public conformance runner.
Acceptance criteria
- Exercise the behavior through
RuntimeManager.apply.
- Include an unmodified reference-backend control using the same scenario and target construction.
- Attribute an existing rejection to a specific diagnostic address and message, not only a shared diagnostic code.
- Record admitted inconsistencies as strict expected failures limited to assertion failures so unrelated exceptions remain visible.
- Describe results as runtime-boundary behavior, not backend honesty or conformance certification.
- Leave enforcement changes and contract decisions to separately scoped implementation work.
Architecture boundary
- ADR-004 assigns planning against declared capabilities and structured handling of invalid backend results to the RAE runtime.
- ADR-036 assigns backend invocation and result validation at the execution boundary to
raes_runtime.
- ADR-009 keeps published contracts, fixtures, and profiles authoritative while backend implementations remain non-normative.
- ADR-063 keeps the repository-owned reference backend non-normative and separate from conformance authority.
Evidence status
This issue produces bounded runtime-boundary characterization. It does not demonstrate backend implementation correctness, manifest truthfulness, or substrate realization.
Purpose
Characterize whether
RuntimeManager.applypreserves RAE-owned plan, result, and live-state invariants when a backend returns an inconsistent portable result.RAE owns the published contracts and validation of data admitted into RAE runtime state. Backend implementation correctness, capability certification, infrastructure realization, and operational testing remain the backend implementer or operator's responsibility.
Scope
Use one valid target and manifest, then perturb only the
ApplyResultreturned through the public runtime boundary. Record the current handling of:The unplanned-address case is characterization only until the contracts define whether backend-derived portable resources are prohibited or require an explicit namespace and provenance.
Out of scope
Acceptance criteria
RuntimeManager.apply.Architecture boundary
raes_runtime.Evidence status
This issue produces bounded runtime-boundary characterization. It does not demonstrate backend implementation correctness, manifest truthfulness, or substrate realization.