raes 0.25.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1200) hide show
  1. raes-0.25.0/.gitignore +223 -0
  2. raes-0.25.0/PKG-INFO +290 -0
  3. raes-0.25.0/README.md +253 -0
  4. raes-0.25.0/THIRD_PARTY_NOTICES.md +55 -0
  5. raes-0.25.0/_corpus/README.md +120 -0
  6. raes-0.25.0/_corpus/concept-authority/atlas-tactics-source-v1.json +226 -0
  7. raes-0.25.0/_corpus/concept-authority/attack-enterprise-tactics-source-v1.json +140 -0
  8. raes-0.25.0/_corpus/concept-authority/behavioral-relations-v1.json +2355 -0
  9. raes-0.25.0/_corpus/concept-authority/concept-families-v1.json +179 -0
  10. raes-0.25.0/_corpus/concept-authority/controlled-vocabularies-v1.json +1164 -0
  11. raes-0.25.0/_corpus/concept-authority/nist-csf-defensive-categories-source-v1.json +74 -0
  12. raes-0.25.0/_corpus/concept-authority/reference-models-v1.json +335 -0
  13. raes-0.25.0/_corpus/concept-authority/uco-alignment-v1.json +184 -0
  14. raes-0.25.0/_corpus/fixtures/asset-trust/reusable-asset-trust-policy-v1/invalid/authenticity-without-threshold.json +126 -0
  15. raes-0.25.0/_corpus/fixtures/asset-trust/reusable-asset-trust-policy-v1/invalid/duplicate-evidence-class.json +126 -0
  16. raes-0.25.0/_corpus/fixtures/asset-trust/reusable-asset-trust-policy-v1/invalid/missing-family.json +108 -0
  17. raes-0.25.0/_corpus/fixtures/asset-trust/reusable-asset-trust-policy-v1/invalid/missing-integrity.json +120 -0
  18. raes-0.25.0/_corpus/fixtures/asset-trust/reusable-asset-trust-policy-v1/invalid/secret-bearing.json +121 -0
  19. raes-0.25.0/_corpus/fixtures/asset-trust/reusable-asset-trust-policy-v1/invalid/unknown-family.json +132 -0
  20. raes-0.25.0/_corpus/fixtures/asset-trust/reusable-asset-trust-policy-v1/invalid/vocabulary-missing-governance-source.json +114 -0
  21. raes-0.25.0/_corpus/fixtures/asset-trust/reusable-asset-trust-policy-v1/valid/reference.json +180 -0
  22. raes-0.25.0/_corpus/fixtures/associated-artifacts/associated-artifact-manifest-v1/invalid/exact-descriptor-alias.json +42 -0
  23. raes-0.25.0/_corpus/fixtures/associated-artifacts/associated-artifact-manifest-v1/invalid/keyed-id-mismatch.json +28 -0
  24. raes-0.25.0/_corpus/fixtures/associated-artifacts/associated-artifact-manifest-v1/invalid/scope-parent-mismatch.json +28 -0
  25. raes-0.25.0/_corpus/fixtures/associated-artifacts/associated-artifact-manifest-v1/invalid/secret-bearing-uri.json +28 -0
  26. raes-0.25.0/_corpus/fixtures/associated-artifacts/associated-artifact-manifest-v1/invalid/unknown-extra.json +29 -0
  27. raes-0.25.0/_corpus/fixtures/associated-artifacts/associated-artifact-manifest-v1/valid/apparatus-context.json +29 -0
  28. raes-0.25.0/_corpus/fixtures/associated-artifacts/associated-artifact-manifest-v1/valid/authoring-input.json +29 -0
  29. raes-0.25.0/_corpus/fixtures/associated-artifacts/associated-artifact-manifest-v1/valid/run.json +29 -0
  30. raes-0.25.0/_corpus/fixtures/associated-artifacts/associated-artifact-manifest-v1/valid/scenario-snapshot.json +30 -0
  31. raes-0.25.0/_corpus/fixtures/associated-artifacts/associated-artifact-manifest-v1/valid/scenario.json +28 -0
  32. raes-0.25.0/_corpus/fixtures/associated-artifacts/associated-artifact-manifest-v1/valid/study.json +29 -0
  33. raes-0.25.0/_corpus/fixtures/associated-artifacts/associated-artifact-manifest-v1/valid/task.json +29 -0
  34. raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/duplicate-binding-scope.json +26 -0
  35. raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/empty-compatibility.json +27 -0
  36. raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/feature-support-duplicate-feature.json +217 -0
  37. raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/feature-support-missing-disclosure.json +209 -0
  38. raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/feature-support-unguarded-feature-term.json +209 -0
  39. raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/feature-support-unsupported-declared-feature.json +211 -0
  40. raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/hollow-provisioner.json +27 -0
  41. raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/hollow-realization-support.json +28 -0
  42. raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/invalid-binding-family.json +25 -0
  43. raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/malformed-compatibility.json +20 -0
  44. raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/malformed-realization-support.json +26 -0
  45. raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/missing-concept-bindings.json +22 -0
  46. raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/missing-version.json +19 -0
  47. raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/non-backend-contract-version.json +25 -0
  48. raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/non-processor-compatibility-surface.json +28 -0
  49. raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/unknown-workflow-feature.json +24 -0
  50. raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/unknown-workflow-state-predicate.json +24 -0
  51. raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/valid/feature-support-bounded.json +223 -0
  52. raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/valid/stub.json +323 -0
  53. raes-0.25.0/_corpus/fixtures/concept-authority/behavioral-relations-v1/invalid/missing-taxonomy-id.json +8 -0
  54. raes-0.25.0/_corpus/fixtures/concept-authority/behavioral-relations-v1/valid/reference.json +107 -0
  55. raes-0.25.0/_corpus/fixtures/concept-authority/concept-families-v1/invalid/empty-families.json +4 -0
  56. raes-0.25.0/_corpus/fixtures/concept-authority/concept-families-v1/invalid/empty-title.json +12 -0
  57. raes-0.25.0/_corpus/fixtures/concept-authority/concept-families-v1/invalid/missing-authority-reference.json +11 -0
  58. raes-0.25.0/_corpus/fixtures/concept-authority/concept-families-v1/invalid/missing-authority.json +11 -0
  59. raes-0.25.0/_corpus/fixtures/concept-authority/concept-families-v1/invalid/missing-provenance.json +9 -0
  60. raes-0.25.0/_corpus/fixtures/concept-authority/concept-families-v1/invalid/native-missing-extension-scope.json +16 -0
  61. raes-0.25.0/_corpus/fixtures/concept-authority/concept-families-v1/invalid/native-missing-non-ambiguity-constraints.json +14 -0
  62. raes-0.25.0/_corpus/fixtures/concept-authority/concept-families-v1/invalid/native-missing-relation-rules.json +14 -0
  63. raes-0.25.0/_corpus/fixtures/concept-authority/concept-families-v1/invalid/native-with-authority.json +19 -0
  64. raes-0.25.0/_corpus/fixtures/concept-authority/concept-families-v1/valid/reference.json +163 -0
  65. raes-0.25.0/_corpus/fixtures/concept-authority/controlled-vocabularies-v1/invalid/closed-vocabulary-with-extension-pattern.json +18 -0
  66. raes-0.25.0/_corpus/fixtures/concept-authority/controlled-vocabularies-v1/invalid/governed-extension-missing-pattern.json +20 -0
  67. raes-0.25.0/_corpus/fixtures/concept-authority/controlled-vocabularies-v1/invalid/unknown-governed-scope.json +21 -0
  68. raes-0.25.0/_corpus/fixtures/concept-authority/controlled-vocabularies-v1/valid/reference.json +1164 -0
  69. raes-0.25.0/_corpus/fixtures/concept-authority/reference-models-v1/invalid/instance-path-mismatch.json +19 -0
  70. raes-0.25.0/_corpus/fixtures/concept-authority/reference-models-v1/invalid/missing-key-field.json +19 -0
  71. raes-0.25.0/_corpus/fixtures/concept-authority/reference-models-v1/invalid/schema-pointer-not-found.json +19 -0
  72. raes-0.25.0/_corpus/fixtures/concept-authority/reference-models-v1/invalid/unknown-concept-family.json +19 -0
  73. raes-0.25.0/_corpus/fixtures/concept-authority/reference-models-v1/invalid/unknown-contract-id.json +19 -0
  74. raes-0.25.0/_corpus/fixtures/concept-authority/reference-models-v1/valid/reference.json +335 -0
  75. raes-0.25.0/_corpus/fixtures/concept-authority/uco-alignment-v1/invalid/adapted-without-divergence.json +180 -0
  76. raes-0.25.0/_corpus/fixtures/concept-authority/uco-alignment-v1/invalid/empty-divergence.json +182 -0
  77. raes-0.25.0/_corpus/fixtures/concept-authority/uco-alignment-v1/invalid/iri-mismatch.json +184 -0
  78. raes-0.25.0/_corpus/fixtures/concept-authority/uco-alignment-v1/invalid/missing-family.json +152 -0
  79. raes-0.25.0/_corpus/fixtures/concept-authority/uco-alignment-v1/invalid/native-family.json +196 -0
  80. raes-0.25.0/_corpus/fixtures/concept-authority/uco-alignment-v1/invalid/provenance-mismatch.json +186 -0
  81. raes-0.25.0/_corpus/fixtures/concept-authority/uco-alignment-v1/invalid/unknown-family.json +196 -0
  82. raes-0.25.0/_corpus/fixtures/concept-authority/uco-alignment-v1/valid/reference.json +184 -0
  83. raes-0.25.0/_corpus/fixtures/control-plane/evaluation-history-event-stream-v1/invalid/not-a-list.json +3 -0
  84. raes-0.25.0/_corpus/fixtures/control-plane/evaluation-history-event-stream-v1/valid/ready.json +24 -0
  85. raes-0.25.0/_corpus/fixtures/control-plane/evaluation-result-envelope-v1/invalid/missing-status.json +12 -0
  86. raes-0.25.0/_corpus/fixtures/control-plane/evaluation-result-envelope-v1/valid/ready.json +13 -0
  87. raes-0.25.0/_corpus/fixtures/control-plane/operation-receipt-v1/invalid/missing-id.json +7 -0
  88. raes-0.25.0/_corpus/fixtures/control-plane/operation-receipt-v1/valid/accepted.json +8 -0
  89. raes-0.25.0/_corpus/fixtures/control-plane/operation-status-v1/invalid/unknown-extra.json +11 -0
  90. raes-0.25.0/_corpus/fixtures/control-plane/operation-status-v1/valid/succeeded.json +10 -0
  91. raes-0.25.0/_corpus/fixtures/control-plane/participant-behavior-history-event-stream-v1/invalid/unknown-extra.json +45 -0
  92. raes-0.25.0/_corpus/fixtures/control-plane/participant-behavior-history-event-stream-v1/valid/terminal-observation.json +44 -0
  93. raes-0.25.0/_corpus/fixtures/control-plane/participant-context-view-v1/invalid/audience-neutral-scope.json +62 -0
  94. raes-0.25.0/_corpus/fixtures/control-plane/participant-context-view-v1/invalid/empty-derived-from-refs.json +60 -0
  95. raes-0.25.0/_corpus/fixtures/control-plane/participant-context-view-v1/invalid/future-state-source-layer.json +62 -0
  96. raes-0.25.0/_corpus/fixtures/control-plane/participant-context-view-v1/invalid/global-runtime-state-source.json +62 -0
  97. raes-0.25.0/_corpus/fixtures/control-plane/participant-context-view-v1/invalid/missing-bounded-staleness-basis.json +62 -0
  98. raes-0.25.0/_corpus/fixtures/control-plane/participant-context-view-v1/invalid/missing-weakened-comparability-disclosure.json +62 -0
  99. raes-0.25.0/_corpus/fixtures/control-plane/participant-context-view-v1/invalid/sem216-archival-evidence-participant-visible.json +76 -0
  100. raes-0.25.0/_corpus/fixtures/control-plane/participant-context-view-v1/invalid/sem216-backend-observability-as-observation.json +77 -0
  101. raes-0.25.0/_corpus/fixtures/control-plane/participant-context-view-v1/invalid/sem216-hidden-adjudication-in-evaluation-output.json +76 -0
  102. raes-0.25.0/_corpus/fixtures/control-plane/participant-context-view-v1/valid/network-posture-context.json +79 -0
  103. raes-0.25.0/_corpus/fixtures/control-plane/participant-context-view-v1/valid/sem216-mediated-evidence-view.json +77 -0
  104. raes-0.25.0/_corpus/fixtures/control-plane/participant-decision-surface-v1/invalid/presentation-as-outcome.json +87 -0
  105. raes-0.25.0/_corpus/fixtures/control-plane/participant-decision-surface-v1/invalid/undisclosed-form-loss.json +161 -0
  106. raes-0.25.0/_corpus/fixtures/control-plane/participant-decision-surface-v1/valid/human-candidate.json +213 -0
  107. raes-0.25.0/_corpus/fixtures/control-plane/participant-decision-surface-v1/valid/llm-open.json +162 -0
  108. raes-0.25.0/_corpus/fixtures/control-plane/participant-decision-surface-v1/valid/rl-candidate.json +160 -0
  109. raes-0.25.0/_corpus/fixtures/control-plane/participant-decision-surface-v1/valid/script-form.json +174 -0
  110. raes-0.25.0/_corpus/fixtures/control-plane/participant-episode-history-event-stream-v1/invalid/unknown-extra.json +13 -0
  111. raes-0.25.0/_corpus/fixtures/control-plane/participant-episode-history-event-stream-v1/valid/initialized-then-completed.json +22 -0
  112. raes-0.25.0/_corpus/fixtures/control-plane/participant-episode-state-envelope-v1/invalid/unknown-extra.json +14 -0
  113. raes-0.25.0/_corpus/fixtures/control-plane/participant-episode-state-envelope-v1/valid/initialized.json +13 -0
  114. raes-0.25.0/_corpus/fixtures/control-plane/participant-history-view-v1/invalid/behavior-event-restates-scope.json +51 -0
  115. raes-0.25.0/_corpus/fixtures/control-plane/participant-history-view-v1/invalid/episode-event-restates-scope.json +51 -0
  116. raes-0.25.0/_corpus/fixtures/control-plane/participant-history-view-v1/invalid/truncated-without-basis.json +56 -0
  117. raes-0.25.0/_corpus/fixtures/control-plane/participant-history-view-v1/valid/truncated-history.json +50 -0
  118. raes-0.25.0/_corpus/fixtures/control-plane/participant-status-view-v1/invalid/episode-state-restates-scope.json +27 -0
  119. raes-0.25.0/_corpus/fixtures/control-plane/participant-status-view-v1/invalid/missing-source-snapshot-ref.json +27 -0
  120. raes-0.25.0/_corpus/fixtures/control-plane/participant-status-view-v1/valid/running-episode.json +26 -0
  121. raes-0.25.0/_corpus/fixtures/control-plane/proposition-truth-result-v1/invalid/decided-without-evidence.json +17 -0
  122. raes-0.25.0/_corpus/fixtures/control-plane/proposition-truth-result-v1/valid/ambiguous-conflicting.json +40 -0
  123. raes-0.25.0/_corpus/fixtures/control-plane/proposition-truth-result-v1/valid/equivalent-range-b.json +34 -0
  124. raes-0.25.0/_corpus/fixtures/control-plane/proposition-truth-result-v1/valid/negative-observed.json +34 -0
  125. raes-0.25.0/_corpus/fixtures/control-plane/proposition-truth-result-v1/valid/positive-observed.json +34 -0
  126. raes-0.25.0/_corpus/fixtures/control-plane/proposition-truth-result-v1/valid/unsupported.json +19 -0
  127. raes-0.25.0/_corpus/fixtures/control-plane/scheduler-isolation-proof-v1/invalid/incomplete-parallel-proof.json +9 -0
  128. raes-0.25.0/_corpus/fixtures/control-plane/scheduler-isolation-proof-v1/valid/bounded-parallel.json +14 -0
  129. raes-0.25.0/_corpus/fixtures/control-plane/scheduler-isolation-proof-v1/valid/serial.json +7 -0
  130. raes-0.25.0/_corpus/fixtures/control-plane/trial-cleanup-receipt-v1/invalid/unsupported-clean-claim.json +12 -0
  131. raes-0.25.0/_corpus/fixtures/control-plane/trial-cleanup-receipt-v1/invalid/unverified-clean-claim.json +12 -0
  132. raes-0.25.0/_corpus/fixtures/control-plane/trial-cleanup-receipt-v1/valid/abort.json +12 -0
  133. raes-0.25.0/_corpus/fixtures/control-plane/trial-cleanup-receipt-v1/valid/cancellation.json +12 -0
  134. raes-0.25.0/_corpus/fixtures/control-plane/trial-cleanup-receipt-v1/valid/partial-cleanup.json +19 -0
  135. raes-0.25.0/_corpus/fixtures/control-plane/trial-cleanup-receipt-v1/valid/primary-failure-cleanup-succeeded.json +23 -0
  136. raes-0.25.0/_corpus/fixtures/control-plane/trial-cleanup-receipt-v1/valid/success.json +23 -0
  137. raes-0.25.0/_corpus/fixtures/control-plane/trial-cleanup-receipt-v1/valid/timeout.json +12 -0
  138. raes-0.25.0/_corpus/fixtures/control-plane/workflow-history-event-stream-v1/invalid/missing-timestamp.json +10 -0
  139. raes-0.25.0/_corpus/fixtures/control-plane/workflow-history-event-stream-v1/valid/started.json +11 -0
  140. raes-0.25.0/_corpus/fixtures/control-plane/workflow-result-envelope-v1/invalid/pending-with-outcome.json +19 -0
  141. raes-0.25.0/_corpus/fixtures/control-plane/workflow-result-envelope-v1/valid/running.json +19 -0
  142. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-apparatus-context-v1/invalid/empty-components.json +6 -0
  143. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-apparatus-context-v1/invalid/selected-manifest-is-run.json +103 -0
  144. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-apparatus-context-v1/valid/reference.json +161 -0
  145. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-authoring-input-v1/invalid/run-plan-both-allocation-and-count.json +65 -0
  146. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-authoring-input-v1/invalid/run-plan-neither-allocation-nor-count.json +26 -0
  147. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-authoring-input-v1/valid/reference.json +123 -0
  148. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-capture-spec-v1/invalid/missing-capture-requirements.json +22 -0
  149. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-capture-spec-v1/invalid/under-specified-capture-window.json +49 -0
  150. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-capture-spec-v1/valid/reference.json +78 -0
  151. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-derived-measure-v1/invalid/invalid-generated-at.json +45 -0
  152. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-derived-measure-v1/invalid/missing-source-evidence.json +20 -0
  153. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-derived-measure-v1/invalid/non-reported-with-value.json +45 -0
  154. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-derived-measure-v1/invalid/reported-without-value.json +44 -0
  155. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-derived-measure-v1/valid/reference.json +45 -0
  156. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-derived-measure-v1/valid/vulnerability-severity-summary.json +33 -0
  157. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-evidence-record-v1/invalid/content-uri-without-checksum.json +44 -0
  158. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-evidence-record-v1/invalid/empty-source-refs.json +42 -0
  159. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-evidence-record-v1/invalid/invalid-captured-at.json +48 -0
  160. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-evidence-record-v1/invalid/missing-raw-content.json +29 -0
  161. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-evidence-record-v1/invalid/sem216-analysis-output-as-evidence.json +50 -0
  162. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-evidence-record-v1/invalid/sem216-withheld-without-loss-disclosure.json +48 -0
  163. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-evidence-record-v1/invalid/sem224-capture-record-without-requirement-ref.json +47 -0
  164. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-evidence-record-v1/valid/docker-network-endpoint-observation.json +37 -0
  165. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-evidence-record-v1/valid/reference.json +48 -0
  166. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-evidence-record-v1/valid/runtime-health-observation.json +37 -0
  167. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-evidence-record-v1/valid/scanner-vulnerability-observation.json +37 -0
  168. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-run-v1/invalid/augmentation-without-affected-refs.json +263 -0
  169. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-run-v1/invalid/invalidated-without-details.json +183 -0
  170. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-run-v1/invalid/realized-form-authority-mismatch.json +353 -0
  171. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-run-v1/invalid/realized-form-missing-target.json +349 -0
  172. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-run-v1/invalid/realized-form-processor-authority-mismatch.json +353 -0
  173. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-run-v1/invalid/traceability-empty-capture-specs.json +347 -0
  174. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-run-v1/valid/reference.json +353 -0
  175. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-study-v1/invalid/empty-membership.json +14 -0
  176. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-study-v1/valid/reference.json +170 -0
  177. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-task-v1/invalid/scenario-ref-is-run.json +42 -0
  178. raes-0.25.0/_corpus/fixtures/experiment-core/experiment-task-v1/valid/reference.json +119 -0
  179. raes-0.25.0/_corpus/fixtures/exploit-path-analysis/exploit-path-analysis-evidence-v1/invalid/cross-outcome-payload.json +184 -0
  180. raes-0.25.0/_corpus/fixtures/exploit-path-analysis/exploit-path-analysis-evidence-v1/valid/valid-path.json +184 -0
  181. raes-0.25.0/_corpus/fixtures/participant-implementation-manifest/participant-implementation-manifest-v1/invalid/empty-compatibility.json +32 -0
  182. raes-0.25.0/_corpus/fixtures/participant-implementation-manifest/participant-implementation-manifest-v1/invalid/unknown-contract.json +36 -0
  183. raes-0.25.0/_corpus/fixtures/participant-implementation-manifest/participant-implementation-manifest-v1/valid/reference.json +70 -0
  184. raes-0.25.0/_corpus/fixtures/participant-implementation-provenance/participant-implementation-provenance-v1/invalid/duplicate-participant-address.json +50 -0
  185. raes-0.25.0/_corpus/fixtures/participant-implementation-provenance/participant-implementation-provenance-v1/invalid/empty-exposure-policy.json +25 -0
  186. raes-0.25.0/_corpus/fixtures/participant-implementation-provenance/participant-implementation-provenance-v1/valid/reference.json +52 -0
  187. raes-0.25.0/_corpus/fixtures/participant-runtime/participant-control-occurrence-v1/invalid/payload-smuggling.json +61 -0
  188. raes-0.25.0/_corpus/fixtures/participant-runtime/participant-control-occurrence-v1/valid/proposal.json +56 -0
  189. raes-0.25.0/_corpus/fixtures/participant-runtime/participant-joint-action-record-v1/invalid/implicit-last-writer-wins.json +42 -0
  190. raes-0.25.0/_corpus/fixtures/participant-runtime/participant-joint-action-record-v1/valid/serialized-red-blue-shared-state.json +46 -0
  191. raes-0.25.0/_corpus/fixtures/participant-runtime/participant-lifecycle-event-v1/invalid/unknown-phase.json +106 -0
  192. raes-0.25.0/_corpus/fixtures/participant-runtime/participant-lifecycle-event-v1/valid/opaque-llm-execution-attempt.json +83 -0
  193. raes-0.25.0/_corpus/fixtures/participant-runtime/participant-lifecycle-event-v1/valid/opaque-llm-selection.json +81 -0
  194. raes-0.25.0/_corpus/fixtures/participant-runtime/participant-observation-envelope-v1/invalid/missing-visibility-projection.json +121 -0
  195. raes-0.25.0/_corpus/fixtures/participant-runtime/participant-observation-envelope-v1/valid/rl-observation-only.json +99 -0
  196. raes-0.25.0/_corpus/fixtures/participant-runtime/participant-outcome-report-v1/invalid/empty-outcome-sources.json +89 -0
  197. raes-0.25.0/_corpus/fixtures/participant-runtime/participant-outcome-report-v1/invalid/empty-state-relationships.json +71 -0
  198. raes-0.25.0/_corpus/fixtures/participant-runtime/participant-outcome-report-v1/invalid/inline-score-field.json +99 -0
  199. raes-0.25.0/_corpus/fixtures/participant-runtime/participant-outcome-report-v1/valid/exfiltration-outcome.json +86 -0
  200. raes-0.25.0/_corpus/fixtures/participant-runtime/participant-shared-state-record-v1/invalid/unknown-access-kind.json +102 -0
  201. raes-0.25.0/_corpus/fixtures/participant-runtime/participant-shared-state-record-v1/valid/serialized-service-state-commit.json +86 -0
  202. raes-0.25.0/_corpus/fixtures/participant-runtime/participant-time-management-context-v1/invalid/timestamp-only-exact.json +23 -0
  203. raes-0.25.0/_corpus/fixtures/participant-runtime/participant-time-management-context-v1/valid/backend-serialized-logical-clock.json +23 -0
  204. raes-0.25.0/_corpus/fixtures/participant-runtime/runtime-fact-binding-plane-v1/invalid/additional-property.json +9 -0
  205. raes-0.25.0/_corpus/fixtures/participant-runtime/runtime-fact-binding-plane-v1/valid/cross-backend-portable.json +52 -0
  206. raes-0.25.0/_corpus/fixtures/participant-runtime/runtime-fact-binding-plane-v1/valid/failure-dispositions.json +159 -0
  207. raes-0.25.0/_corpus/fixtures/participant-runtime/runtime-fact-binding-plane-v1/valid/observation-to-action.json +96 -0
  208. raes-0.25.0/_corpus/fixtures/participant-runtime/runtime-fact-binding-plane-v1/valid/secret-reference.json +95 -0
  209. raes-0.25.0/_corpus/fixtures/plans/evaluation-plan-v1/invalid/unknown-extra.json +6 -0
  210. raes-0.25.0/_corpus/fixtures/plans/evaluation-plan-v1/valid/minimal.json +5 -0
  211. raes-0.25.0/_corpus/fixtures/plans/orchestration-plan-v1/invalid/unknown-extra.json +6 -0
  212. raes-0.25.0/_corpus/fixtures/plans/orchestration-plan-v1/valid/minimal.json +5 -0
  213. raes-0.25.0/_corpus/fixtures/plans/provisioning-plan-v1/invalid/unknown-extra.json +5 -0
  214. raes-0.25.0/_corpus/fixtures/plans/provisioning-plan-v1/valid/minimal.json +4 -0
  215. raes-0.25.0/_corpus/fixtures/plans/trial-cleanup-plan-v1/invalid/missing-run-id.json +19 -0
  216. raes-0.25.0/_corpus/fixtures/plans/trial-cleanup-plan-v1/valid/fresh-range.json +41 -0
  217. raes-0.25.0/_corpus/fixtures/plans/trial-cleanup-plan-v1/valid/retry-with-reset.json +41 -0
  218. raes-0.25.0/_corpus/fixtures/processor-manifest/processor-manifest-v2/invalid/empty-compatibility.json +16 -0
  219. raes-0.25.0/_corpus/fixtures/processor-manifest/processor-manifest-v2/invalid/hollow-capabilities.json +15 -0
  220. raes-0.25.0/_corpus/fixtures/processor-manifest/processor-manifest-v2/invalid/hollow-realization-support.json +25 -0
  221. raes-0.25.0/_corpus/fixtures/processor-manifest/processor-manifest-v2/invalid/malformed-realization-support.json +24 -0
  222. raes-0.25.0/_corpus/fixtures/processor-manifest/processor-manifest-v2/invalid/missing-concept-bindings.json +11 -0
  223. raes-0.25.0/_corpus/fixtures/processor-manifest/processor-manifest-v2/invalid/non-backend-compatibility-surface.json +20 -0
  224. raes-0.25.0/_corpus/fixtures/processor-manifest/processor-manifest-v2/invalid/non-processor-contract-version.json +15 -0
  225. raes-0.25.0/_corpus/fixtures/processor-manifest/processor-manifest-v2/invalid/unknown-feature.json +19 -0
  226. raes-0.25.0/_corpus/fixtures/processor-manifest/processor-manifest-v2/invalid/unknown-sdl-version.json +15 -0
  227. raes-0.25.0/_corpus/fixtures/processor-manifest/processor-manifest-v2/valid/reference.json +38 -0
  228. raes-0.25.0/_corpus/fixtures/profiles/random-stream-profile-v1/invalid/bad-profile-id-pattern.json +34 -0
  229. raes-0.25.0/_corpus/fixtures/profiles/random-stream-profile-v1/invalid/empty-transforms.json +27 -0
  230. raes-0.25.0/_corpus/fixtures/profiles/random-stream-profile-v1/invalid/missing-generator.json +29 -0
  231. raes-0.25.0/_corpus/fixtures/profiles/random-stream-profile-v1/invalid/transform-key-mismatch.json +34 -0
  232. raes-0.25.0/_corpus/fixtures/profiles/random-stream-profile-v1/invalid/unknown-field.json +35 -0
  233. raes-0.25.0/_corpus/fixtures/profiles/random-stream-profile-v1/valid/blake3-xof-v1.json +34 -0
  234. raes-0.25.0/_corpus/fixtures/profiles/scientific-completeness-assessment-v1/invalid/external-without-binding.json +17 -0
  235. raes-0.25.0/_corpus/fixtures/profiles/scientific-completeness-assessment-v1/valid/minimal.json +23 -0
  236. raes-0.25.0/_corpus/fixtures/profiles/scientific-completeness-taxonomy-v1/invalid/missing-disposition.json +23 -0
  237. raes-0.25.0/_corpus/fixtures/profiles/scientific-completeness-taxonomy-v1/valid/minimal.json +40 -0
  238. raes-0.25.0/_corpus/fixtures/profiles/validation-basis-disclosure-v1/invalid/missing-required-gate.json +18 -0
  239. raes-0.25.0/_corpus/fixtures/profiles/validation-basis-disclosure-v1/invalid/run-missing-ref-version.json +30 -0
  240. raes-0.25.0/_corpus/fixtures/profiles/validation-basis-disclosure-v1/invalid/scenario-snapshot-missing-digest.json +23 -0
  241. raes-0.25.0/_corpus/fixtures/profiles/validation-basis-disclosure-v1/invalid/unknown-profile.json +19 -0
  242. raes-0.25.0/_corpus/fixtures/profiles/validation-basis-disclosure-v1/valid/evidence-backed-run.json +31 -0
  243. raes-0.25.0/_corpus/fixtures/profiles/validation-basis-disclosure-v1/valid/scenario-snapshot.json +24 -0
  244. raes-0.25.0/_corpus/fixtures/profiles/validation-basis-disclosure-v1/valid/structural-scenario.json +19 -0
  245. raes-0.25.0/_corpus/fixtures/profiles/validation-profile-catalog-v1/invalid/dangling-reference.json +55 -0
  246. raes-0.25.0/_corpus/fixtures/profiles/validation-profile-catalog-v1/valid/minimal.json +55 -0
  247. raes-0.25.0/_corpus/fixtures/provenance/sdl-lineage-ledger-v1/invalid/unpinned-git-source.json +28 -0
  248. raes-0.25.0/_corpus/fixtures/provenance/sdl-lineage-ledger-v1/valid/minimal.json +61 -0
  249. raes-0.25.0/_corpus/fixtures/random-stream-vectors/blake3-xof-v1/basic-address-and-block.json +26 -0
  250. raes-0.25.0/_corpus/fixtures/random-stream-vectors/blake3-xof-v1/bounded-integer-basic-draw.json +37 -0
  251. raes-0.25.0/_corpus/fixtures/random-stream-vectors/blake3-xof-v1/bounded-integer-boundary-single-value.json +37 -0
  252. raes-0.25.0/_corpus/fixtures/random-stream-vectors/blake3-xof-v1/bounded-integer-exhaustion.json +33 -0
  253. raes-0.25.0/_corpus/fixtures/random-stream-vectors/blake3-xof-v1/bounded-integer-rejection-then-accept.json +37 -0
  254. raes-0.25.0/_corpus/fixtures/random-stream-vectors/blake3-xof-v1/zero-heavy-seed-and-address.json +22 -0
  255. raes-0.25.0/_corpus/fixtures/realization-envelope/realization-envelope-v1/invalid/missing-digest.json +127 -0
  256. raes-0.25.0/_corpus/fixtures/realization-envelope/realization-envelope-v1/valid/generic.json +41 -0
  257. raes-0.25.0/_corpus/fixtures/satisfiability/scenario-satisfiability-evidence-v1/invalid/cross-outcome-payload.json +50 -0
  258. raes-0.25.0/_corpus/fixtures/satisfiability/scenario-satisfiability-evidence-v1/valid/unsupported-target.json +76 -0
  259. raes-0.25.0/_corpus/fixtures/sdl/instantiated-scenario-snapshot-v1/invalid/wrong-profile.json +13 -0
  260. raes-0.25.0/_corpus/fixtures/sdl/instantiated-scenario-snapshot-v1/valid/minimal.json +13 -0
  261. raes-0.25.0/_corpus/fixtures/sdl/instantiated-scenario-v1/invalid/imports-empty.json +11 -0
  262. raes-0.25.0/_corpus/fixtures/sdl/instantiated-scenario-v1/invalid/missing-provenance.json +3 -0
  263. raes-0.25.0/_corpus/fixtures/sdl/instantiated-scenario-v1/invalid/module-null.json +11 -0
  264. raes-0.25.0/_corpus/fixtures/sdl/instantiated-scenario-v1/invalid/unresolved-variable.json +11 -0
  265. raes-0.25.0/_corpus/fixtures/sdl/instantiated-scenario-v1/invalid/variables-empty.json +11 -0
  266. raes-0.25.0/_corpus/fixtures/sdl/instantiated-scenario-v1/valid/minimal.json +11 -0
  267. raes-0.25.0/_corpus/fixtures/sdl/mixed-control-v1/README.md +10 -0
  268. raes-0.25.0/_corpus/fixtures/sdl/mixed-control-v1/invalid/mixed-control-operator-impersonation.yaml +89 -0
  269. raes-0.25.0/_corpus/fixtures/sdl/mixed-control-v1/valid/mixed-control-participant.yaml +89 -0
  270. raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/README.md +14 -0
  271. raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/invalid/alias-cycle.yaml +5 -0
  272. raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/invalid/directive.yaml +3 -0
  273. raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/invalid/duplicate-field.yaml +2 -0
  274. raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/invalid/explicit-tag.yaml +1 -0
  275. raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/invalid/merge-conflict.yaml +7 -0
  276. raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/invalid/multiple-documents.yaml +4 -0
  277. raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/invalid/non-string-key.yaml +3 -0
  278. raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/invalid/noncanonical-field.yaml +1 -0
  279. raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/invalid/nonfinite.yaml +2 -0
  280. raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/migration/field-alias.yaml +1 -0
  281. raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/migration/merge-key.yaml +6 -0
  282. raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/valid/anchors.yaml +5 -0
  283. raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/valid/core-scalars.yaml +5 -0
  284. raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/valid/minimal.yaml +1 -0
  285. raes-0.25.0/_corpus/fixtures/sdl/variation-points-v1/README.md +6 -0
  286. raes-0.25.0/_corpus/fixtures/sdl/variation-points-v1/canonical/absent.yaml +1 -0
  287. raes-0.25.0/_corpus/fixtures/sdl/variation-points-v1/canonical/empty.yaml +2 -0
  288. raes-0.25.0/_corpus/fixtures/sdl/variation-points-v1/composition/module.yaml +29 -0
  289. raes-0.25.0/_corpus/fixtures/sdl/variation-points-v1/composition/root.yaml +5 -0
  290. raes-0.25.0/_corpus/fixtures/sdl/variation-points-v1/invalid/dangling-candidate.yaml +11 -0
  291. raes-0.25.0/_corpus/fixtures/sdl/variation-points-v1/valid/family.yaml +21 -0
  292. raes-0.25.0/_corpus/fixtures/semantic-profile/semantic-profile-v1/invalid/authoring-binding-scope-not-governed.json +178 -0
  293. raes-0.25.0/_corpus/fixtures/semantic-profile/semantic-profile-v1/invalid/binding-family-not-declared.json +61 -0
  294. raes-0.25.0/_corpus/fixtures/semantic-profile/semantic-profile-v1/invalid/duplicate-required-contracts.json +51 -0
  295. raes-0.25.0/_corpus/fixtures/semantic-profile/semantic-profile-v1/invalid/missing-concept-catalog-version.json +172 -0
  296. raes-0.25.0/_corpus/fixtures/semantic-profile/semantic-profile-v1/invalid/processing-binding-scope-not-governed.json +173 -0
  297. raes-0.25.0/_corpus/fixtures/semantic-profile/semantic-profile-v1/invalid/unknown-contract.json +51 -0
  298. raes-0.25.0/_corpus/fixtures/semantic-profile/semantic-profile-v1/valid/reference-stack-v1.json +184 -0
  299. raes-0.25.0/_corpus/fixtures/snapshots/runtime-snapshot-v1/invalid/realization-provenance-missing-provenance.json +21 -0
  300. raes-0.25.0/_corpus/fixtures/snapshots/runtime-snapshot-v1/invalid/workflow-extra-step.json +87 -0
  301. raes-0.25.0/_corpus/fixtures/snapshots/runtime-snapshot-v1/valid/realization-provenance.json +30 -0
  302. raes-0.25.0/_corpus/fixtures/snapshots/runtime-snapshot-v1/valid/reference.json +327 -0
  303. raes-0.25.0/_corpus/fixtures/time/realized-time-model-v1/invalid/missing-apparatus-binding.json +12 -0
  304. raes-0.25.0/_corpus/fixtures/time/realized-time-model-v1/valid/reference.json +76 -0
  305. raes-0.25.0/_corpus/fixtures/time/time-model-v1/invalid/dangling-clock-domain.json +29 -0
  306. raes-0.25.0/_corpus/fixtures/time/time-model-v1/valid/reference.json +29 -0
  307. raes-0.25.0/_corpus/fixtures/time/time-runtime-state-v1/invalid/noncontiguous-history.json +32 -0
  308. raes-0.25.0/_corpus/fixtures/time/time-runtime-state-v1/valid/reference.json +25 -0
  309. raes-0.25.0/_corpus/profiles/backend/full-remote-control-plane.json +23 -0
  310. raes-0.25.0/_corpus/profiles/backend/orchestration-capable.json +12 -0
  311. raes-0.25.0/_corpus/profiles/backend/orchestration-evaluation.json +14 -0
  312. raes-0.25.0/_corpus/profiles/backend/provisioning-only.json +10 -0
  313. raes-0.25.0/_corpus/profiles/random-stream/blake3-xof-v1.json +34 -0
  314. raes-0.25.0/_corpus/profiles/scientific-completeness/delivery-assessment-2026-07-12.json +245 -0
  315. raes-0.25.0/_corpus/profiles/scientific-completeness/scientific-scenario-completeness-rev1.json +205 -0
  316. raes-0.25.0/_corpus/profiles/semantic/reference-stack-v1.json +184 -0
  317. raes-0.25.0/_corpus/profiles/validation/validation-profile-catalog-v1.json +380 -0
  318. raes-0.25.0/_corpus/provenance/sdl-lineage-ledger-v1.json +4201 -0
  319. raes-0.25.0/_corpus/realization-envelopes/libvirt-qemu/generic-v1.json +41 -0
  320. raes-0.25.0/_corpus/realization-envelopes/libvirt-qemu/guest-certified-appliance-v1.json +119 -0
  321. raes-0.25.0/_corpus/realization-envelopes/libvirt-qemu/techvault-appliance-v1.json +41 -0
  322. raes-0.25.0/_corpus/schema-publication/README.md +11 -0
  323. raes-0.25.0/_corpus/schema-publication/entries/aces-semantic-invariants-v1.json +6 -0
  324. raes-0.25.0/_corpus/schema-publication/entries/associated-artifact-manifest-v1.json +10 -0
  325. raes-0.25.0/_corpus/schema-publication/entries/atlas-tactics-source-v1.json +10 -0
  326. raes-0.25.0/_corpus/schema-publication/entries/attack-enterprise-tactics-source-v1.json +10 -0
  327. raes-0.25.0/_corpus/schema-publication/entries/backend-manifest-v2.json +10 -0
  328. raes-0.25.0/_corpus/schema-publication/entries/backend-profile-v1.json +10 -0
  329. raes-0.25.0/_corpus/schema-publication/entries/behavioral-relations-v1.json +10 -0
  330. raes-0.25.0/_corpus/schema-publication/entries/concept-families-v1.json +6 -0
  331. raes-0.25.0/_corpus/schema-publication/entries/controlled-vocabularies-v1.json +10 -0
  332. raes-0.25.0/_corpus/schema-publication/entries/evaluation-history-event-stream-v1.json +6 -0
  333. raes-0.25.0/_corpus/schema-publication/entries/evaluation-plan-v1.json +10 -0
  334. raes-0.25.0/_corpus/schema-publication/entries/evaluation-result-envelope-v1.json +6 -0
  335. raes-0.25.0/_corpus/schema-publication/entries/experiment-apparatus-context-v1.json +10 -0
  336. raes-0.25.0/_corpus/schema-publication/entries/experiment-authoring-input-v1.json +10 -0
  337. raes-0.25.0/_corpus/schema-publication/entries/experiment-capture-spec-v1.json +10 -0
  338. raes-0.25.0/_corpus/schema-publication/entries/experiment-derived-measure-v1.json +10 -0
  339. raes-0.25.0/_corpus/schema-publication/entries/experiment-evidence-record-v1.json +10 -0
  340. raes-0.25.0/_corpus/schema-publication/entries/experiment-run-v1.json +10 -0
  341. raes-0.25.0/_corpus/schema-publication/entries/experiment-study-v1.json +10 -0
  342. raes-0.25.0/_corpus/schema-publication/entries/experiment-task-v1.json +10 -0
  343. raes-0.25.0/_corpus/schema-publication/entries/exploit-path-analysis-evidence-v1.json +10 -0
  344. raes-0.25.0/_corpus/schema-publication/entries/instantiated-scenario-snapshot-v1.json +10 -0
  345. raes-0.25.0/_corpus/schema-publication/entries/instantiated-scenario-v1.json +10 -0
  346. raes-0.25.0/_corpus/schema-publication/entries/nist-csf-defensive-categories-source-v1.json +10 -0
  347. raes-0.25.0/_corpus/schema-publication/entries/operation-receipt-v1.json +6 -0
  348. raes-0.25.0/_corpus/schema-publication/entries/operation-status-v1.json +10 -0
  349. raes-0.25.0/_corpus/schema-publication/entries/orchestration-plan-v1.json +10 -0
  350. raes-0.25.0/_corpus/schema-publication/entries/participant-behavior-history-event-stream-v1.json +10 -0
  351. raes-0.25.0/_corpus/schema-publication/entries/participant-context-view-v1.json +10 -0
  352. raes-0.25.0/_corpus/schema-publication/entries/participant-control-occurrence-v1.json +10 -0
  353. raes-0.25.0/_corpus/schema-publication/entries/participant-decision-surface-v1.json +10 -0
  354. raes-0.25.0/_corpus/schema-publication/entries/participant-episode-history-event-stream-v1.json +6 -0
  355. raes-0.25.0/_corpus/schema-publication/entries/participant-episode-state-envelope-v1.json +6 -0
  356. raes-0.25.0/_corpus/schema-publication/entries/participant-history-view-v1.json +10 -0
  357. raes-0.25.0/_corpus/schema-publication/entries/participant-implementation-manifest-v1.json +6 -0
  358. raes-0.25.0/_corpus/schema-publication/entries/participant-implementation-provenance-v1.json +6 -0
  359. raes-0.25.0/_corpus/schema-publication/entries/participant-joint-action-record-v1.json +10 -0
  360. raes-0.25.0/_corpus/schema-publication/entries/participant-lifecycle-event-v1.json +10 -0
  361. raes-0.25.0/_corpus/schema-publication/entries/participant-observation-envelope-v1.json +10 -0
  362. raes-0.25.0/_corpus/schema-publication/entries/participant-outcome-report-v1.json +10 -0
  363. raes-0.25.0/_corpus/schema-publication/entries/participant-shared-state-record-v1.json +10 -0
  364. raes-0.25.0/_corpus/schema-publication/entries/participant-status-view-v1.json +10 -0
  365. raes-0.25.0/_corpus/schema-publication/entries/participant-time-management-context-v1.json +10 -0
  366. raes-0.25.0/_corpus/schema-publication/entries/processor-manifest-v2.json +10 -0
  367. raes-0.25.0/_corpus/schema-publication/entries/proposition-truth-result-v1.json +10 -0
  368. raes-0.25.0/_corpus/schema-publication/entries/provisioning-plan-v1.json +10 -0
  369. raes-0.25.0/_corpus/schema-publication/entries/random-stream-profile-v1.json +10 -0
  370. raes-0.25.0/_corpus/schema-publication/entries/random-stream-vector-v1.json +10 -0
  371. raes-0.25.0/_corpus/schema-publication/entries/realization-envelope-v1.json +10 -0
  372. raes-0.25.0/_corpus/schema-publication/entries/realized-time-model-v1.json +10 -0
  373. raes-0.25.0/_corpus/schema-publication/entries/reference-models-v1.json +6 -0
  374. raes-0.25.0/_corpus/schema-publication/entries/reusable-asset-trust-policy-v1.json +10 -0
  375. raes-0.25.0/_corpus/schema-publication/entries/runtime-fact-binding-plane-v1.json +10 -0
  376. raes-0.25.0/_corpus/schema-publication/entries/runtime-snapshot-v1.json +10 -0
  377. raes-0.25.0/_corpus/schema-publication/entries/scenario-instantiation-request-v1.json +10 -0
  378. raes-0.25.0/_corpus/schema-publication/entries/scenario-satisfiability-evidence-v1.json +10 -0
  379. raes-0.25.0/_corpus/schema-publication/entries/scheduler-isolation-proof-v1.json +10 -0
  380. raes-0.25.0/_corpus/schema-publication/entries/scientific-completeness-assessment-v1.json +10 -0
  381. raes-0.25.0/_corpus/schema-publication/entries/scientific-completeness-taxonomy-v1.json +10 -0
  382. raes-0.25.0/_corpus/schema-publication/entries/sdl-authoring-input-v1.json +10 -0
  383. raes-0.25.0/_corpus/schema-publication/entries/sdl-lineage-ledger-v1.json +10 -0
  384. raes-0.25.0/_corpus/schema-publication/entries/semantic-profile-v1.json +6 -0
  385. raes-0.25.0/_corpus/schema-publication/entries/time-model-v1.json +10 -0
  386. raes-0.25.0/_corpus/schema-publication/entries/time-runtime-state-v1.json +10 -0
  387. raes-0.25.0/_corpus/schema-publication/entries/trial-cleanup-plan-v1.json +10 -0
  388. raes-0.25.0/_corpus/schema-publication/entries/trial-cleanup-receipt-v1.json +10 -0
  389. raes-0.25.0/_corpus/schema-publication/entries/uco-alignment-v1.json +10 -0
  390. raes-0.25.0/_corpus/schema-publication/entries/validation-basis-disclosure-v1.json +10 -0
  391. raes-0.25.0/_corpus/schema-publication/entries/validation-profile-catalog-v1.json +10 -0
  392. raes-0.25.0/_corpus/schema-publication/entries/workflow-cancellation-request-v1.json +6 -0
  393. raes-0.25.0/_corpus/schema-publication/entries/workflow-history-event-stream-v1.json +6 -0
  394. raes-0.25.0/_corpus/schema-publication/entries/workflow-result-envelope-v1.json +10 -0
  395. raes-0.25.0/_corpus/schema-publication/tombstones/README.md +5 -0
  396. raes-0.25.0/_corpus/schema-publication-manifest.json +6 -0
  397. raes-0.25.0/_corpus/schemas/README.md +272 -0
  398. raes-0.25.0/_corpus/schemas/asset-trust/reusable-asset-trust-policy-v1.json +453 -0
  399. raes-0.25.0/_corpus/schemas/associated-artifacts/associated-artifact-manifest-v1.json +475 -0
  400. raes-0.25.0/_corpus/schemas/backend-manifest/backend-manifest-v2.json +1466 -0
  401. raes-0.25.0/_corpus/schemas/concept-authority/atlas-tactics-source-v1.json +188 -0
  402. raes-0.25.0/_corpus/schemas/concept-authority/attack-enterprise-tactics-source-v1.json +132 -0
  403. raes-0.25.0/_corpus/schemas/concept-authority/behavioral-relations-v1.json +791 -0
  404. raes-0.25.0/_corpus/schemas/concept-authority/concept-families-v1.json +228 -0
  405. raes-0.25.0/_corpus/schemas/concept-authority/controlled-vocabularies-v1.json +231 -0
  406. raes-0.25.0/_corpus/schemas/concept-authority/nist-csf-defensive-categories-source-v1.json +124 -0
  407. raes-0.25.0/_corpus/schemas/concept-authority/reference-models-v1.json +107 -0
  408. raes-0.25.0/_corpus/schemas/concept-authority/uco-alignment-v1.json +124 -0
  409. raes-0.25.0/_corpus/schemas/control-plane/evaluation-history-event-stream-v1.json +93 -0
  410. raes-0.25.0/_corpus/schemas/control-plane/evaluation-result-envelope-v1.json +100 -0
  411. raes-0.25.0/_corpus/schemas/control-plane/operation-receipt-v1.json +45 -0
  412. raes-0.25.0/_corpus/schemas/control-plane/operation-status-v1.json +63 -0
  413. raes-0.25.0/_corpus/schemas/control-plane/participant-behavior-history-event-stream-v1.json +1262 -0
  414. raes-0.25.0/_corpus/schemas/control-plane/participant-context-view-v1.json +514 -0
  415. raes-0.25.0/_corpus/schemas/control-plane/participant-decision-surface-v1.json +925 -0
  416. raes-0.25.0/_corpus/schemas/control-plane/participant-episode-history-event-stream-v1.json +69 -0
  417. raes-0.25.0/_corpus/schemas/control-plane/participant-episode-state-envelope-v1.json +88 -0
  418. raes-0.25.0/_corpus/schemas/control-plane/participant-history-view-v1.json +1435 -0
  419. raes-0.25.0/_corpus/schemas/control-plane/participant-status-view-v1.json +176 -0
  420. raes-0.25.0/_corpus/schemas/control-plane/proposition-truth-result-v1.json +402 -0
  421. raes-0.25.0/_corpus/schemas/control-plane/scheduler-isolation-proof-v1.json +261 -0
  422. raes-0.25.0/_corpus/schemas/control-plane/trial-cleanup-receipt-v1.json +235 -0
  423. raes-0.25.0/_corpus/schemas/control-plane/workflow-cancellation-request-v1.json +32 -0
  424. raes-0.25.0/_corpus/schemas/control-plane/workflow-history-event-stream-v1.json +78 -0
  425. raes-0.25.0/_corpus/schemas/control-plane/workflow-result-envelope-v1.json +245 -0
  426. raes-0.25.0/_corpus/schemas/experiment-core/experiment-apparatus-context-v1.json +1353 -0
  427. raes-0.25.0/_corpus/schemas/experiment-core/experiment-authoring-input-v1.json +2044 -0
  428. raes-0.25.0/_corpus/schemas/experiment-core/experiment-capture-spec-v1.json +815 -0
  429. raes-0.25.0/_corpus/schemas/experiment-core/experiment-derived-measure-v1.json +467 -0
  430. raes-0.25.0/_corpus/schemas/experiment-core/experiment-evidence-record-v1.json +755 -0
  431. raes-0.25.0/_corpus/schemas/experiment-core/experiment-run-v1.json +4494 -0
  432. raes-0.25.0/_corpus/schemas/experiment-core/experiment-study-v1.json +2300 -0
  433. raes-0.25.0/_corpus/schemas/experiment-core/experiment-task-v1.json +1982 -0
  434. raes-0.25.0/_corpus/schemas/exploit-path-analysis/exploit-path-analysis-evidence-v1.json +968 -0
  435. raes-0.25.0/_corpus/schemas/participant-implementation-manifest/participant-implementation-manifest-v1.json +199 -0
  436. raes-0.25.0/_corpus/schemas/participant-implementation-provenance/participant-implementation-provenance-v1.json +255 -0
  437. raes-0.25.0/_corpus/schemas/participant-runtime/participant-control-occurrence-v1.json +2218 -0
  438. raes-0.25.0/_corpus/schemas/participant-runtime/participant-joint-action-record-v1.json +928 -0
  439. raes-0.25.0/_corpus/schemas/participant-runtime/participant-lifecycle-event-v1.json +934 -0
  440. raes-0.25.0/_corpus/schemas/participant-runtime/participant-observation-envelope-v1.json +958 -0
  441. raes-0.25.0/_corpus/schemas/participant-runtime/participant-outcome-report-v1.json +789 -0
  442. raes-0.25.0/_corpus/schemas/participant-runtime/participant-shared-state-record-v1.json +1027 -0
  443. raes-0.25.0/_corpus/schemas/participant-runtime/participant-time-management-context-v1.json +804 -0
  444. raes-0.25.0/_corpus/schemas/participant-runtime/runtime-fact-binding-plane-v1.json +759 -0
  445. raes-0.25.0/_corpus/schemas/plans/evaluation-plan-v1.json +111 -0
  446. raes-0.25.0/_corpus/schemas/plans/orchestration-plan-v1.json +113 -0
  447. raes-0.25.0/_corpus/schemas/plans/provisioning-plan-v1.json +153 -0
  448. raes-0.25.0/_corpus/schemas/plans/trial-cleanup-plan-v1.json +355 -0
  449. raes-0.25.0/_corpus/schemas/processor-manifest/processor-manifest-v2.json +186 -0
  450. raes-0.25.0/_corpus/schemas/profiles/aces-semantic-invariants-v1.json +175 -0
  451. raes-0.25.0/_corpus/schemas/profiles/backend-profile-v1.json +67 -0
  452. raes-0.25.0/_corpus/schemas/profiles/random-stream-profile-v1.json +240 -0
  453. raes-0.25.0/_corpus/schemas/profiles/random-stream-vector-v1.json +379 -0
  454. raes-0.25.0/_corpus/schemas/profiles/scientific-completeness-assessment-v1.json +238 -0
  455. raes-0.25.0/_corpus/schemas/profiles/scientific-completeness-taxonomy-v1.json +363 -0
  456. raes-0.25.0/_corpus/schemas/profiles/semantic-profile-v1.json +150 -0
  457. raes-0.25.0/_corpus/schemas/profiles/validation-basis-disclosure-v1.json +584 -0
  458. raes-0.25.0/_corpus/schemas/profiles/validation-profile-catalog-v1.json +285 -0
  459. raes-0.25.0/_corpus/schemas/provenance/sdl-lineage-ledger-v1.json +651 -0
  460. raes-0.25.0/_corpus/schemas/realization-envelope/realization-envelope-v1.json +991 -0
  461. raes-0.25.0/_corpus/schemas/satisfiability/scenario-satisfiability-evidence-v1.json +20573 -0
  462. raes-0.25.0/_corpus/schemas/sdl/instantiated-scenario-snapshot-v1.json +25338 -0
  463. raes-0.25.0/_corpus/schemas/sdl/instantiated-scenario-v1.json +25317 -0
  464. raes-0.25.0/_corpus/schemas/sdl/scenario-instantiation-request-v1.json +41 -0
  465. raes-0.25.0/_corpus/schemas/sdl/sdl-authoring-input-v1.json +21394 -0
  466. raes-0.25.0/_corpus/schemas/snapshots/runtime-snapshot-v1.json +5029 -0
  467. raes-0.25.0/_corpus/schemas/time/realized-time-model-v1.json +785 -0
  468. raes-0.25.0/_corpus/schemas/time/time-model-v1.json +582 -0
  469. raes-0.25.0/_corpus/schemas/time/time-runtime-state-v1.json +218 -0
  470. raes-0.25.0/hatch_build.py +90 -0
  471. raes-0.25.0/packages/aces_backend_libvirt/__init__.py +25 -0
  472. raes-0.25.0/packages/aces_backend_libvirt/_payload.py +54 -0
  473. raes-0.25.0/packages/aces_backend_libvirt/_techvault_native_helpers.py +28 -0
  474. raes-0.25.0/packages/aces_backend_libvirt/_techvault_native_ops.py +77 -0
  475. raes-0.25.0/packages/aces_backend_libvirt/acls.py +142 -0
  476. raes-0.25.0/packages/aces_backend_libvirt/capability_envelope.py +203 -0
  477. raes-0.25.0/packages/aces_backend_libvirt/cloudinit.py +140 -0
  478. raes-0.25.0/packages/aces_backend_libvirt/dialects.py +118 -0
  479. raes-0.25.0/packages/aces_backend_libvirt/driver.py +114 -0
  480. raes-0.25.0/packages/aces_backend_libvirt/drivers/__init__.py +5 -0
  481. raes-0.25.0/packages/aces_backend_libvirt/drivers/_libvirt_xml.py +125 -0
  482. raes-0.25.0/packages/aces_backend_libvirt/drivers/libvirt.py +555 -0
  483. raes-0.25.0/packages/aces_backend_libvirt/drivers/seed.py +133 -0
  484. raes-0.25.0/packages/aces_backend_libvirt/envelopes.py +39 -0
  485. raes-0.25.0/packages/aces_backend_libvirt/guest_appliance.py +251 -0
  486. raes-0.25.0/packages/aces_backend_libvirt/guest_certified_driver.py +153 -0
  487. raes-0.25.0/packages/aces_backend_libvirt/guest_observation.py +362 -0
  488. raes-0.25.0/packages/aces_backend_libvirt/guest_transport.py +218 -0
  489. raes-0.25.0/packages/aces_backend_libvirt/manifest.py +197 -0
  490. raes-0.25.0/packages/aces_backend_libvirt/participant_domain.py +65 -0
  491. raes-0.25.0/packages/aces_backend_libvirt/participant_runtime.py +51 -0
  492. raes-0.25.0/packages/aces_backend_libvirt/provisioner.py +376 -0
  493. raes-0.25.0/packages/aces_backend_libvirt/realization.py +571 -0
  494. raes-0.25.0/packages/aces_backend_libvirt/target.py +129 -0
  495. raes-0.25.0/packages/aces_backend_libvirt/techvault_appliance.py +128 -0
  496. raes-0.25.0/packages/aces_backend_libvirt/techvault_concerns.py +407 -0
  497. raes-0.25.0/packages/aces_backend_libvirt/techvault_lifecycle.py +151 -0
  498. raes-0.25.0/packages/aces_backend_libvirt/techvault_matrix.py +245 -0
  499. raes-0.25.0/packages/aces_backend_libvirt/techvault_native.py +563 -0
  500. raes-0.25.0/packages/aces_backend_libvirt/techvault_observation.py +211 -0
  501. raes-0.25.0/packages/aces_backend_libvirt/techvault_plan_admission.py +192 -0
  502. raes-0.25.0/packages/aces_backend_libvirt/techvault_probe.py +84 -0
  503. raes-0.25.0/packages/aces_backend_protocols/__init__.py +5 -0
  504. raes-0.25.0/packages/aces_backend_protocols/_domain_topology_binding.py +97 -0
  505. raes-0.25.0/packages/aces_backend_protocols/account_features.py +40 -0
  506. raes-0.25.0/packages/aces_backend_protocols/backend_manifest.py +276 -0
  507. raes-0.25.0/packages/aces_backend_protocols/capabilities.py +271 -0
  508. raes-0.25.0/packages/aces_backend_protocols/capability_admission.py +336 -0
  509. raes-0.25.0/packages/aces_backend_protocols/domain_topology.py +479 -0
  510. raes-0.25.0/packages/aces_backend_protocols/manifest.py +452 -0
  511. raes-0.25.0/packages/aces_backend_protocols/naming.py +36 -0
  512. raes-0.25.0/packages/aces_backend_protocols/participant_action_commit.py +63 -0
  513. raes-0.25.0/packages/aces_backend_protocols/participant_capabilities.py +249 -0
  514. raes-0.25.0/packages/aces_backend_protocols/participant_reset.py +71 -0
  515. raes-0.25.0/packages/aces_backend_protocols/participant_runtime_base.py +485 -0
  516. raes-0.25.0/packages/aces_backend_protocols/protocols.py +279 -0
  517. raes-0.25.0/packages/aces_backend_protocols/provisioner_capabilities.py +88 -0
  518. raes-0.25.0/packages/aces_backend_protocols/service_materialization.py +209 -0
  519. raes-0.25.0/packages/aces_backend_protocols/time_capabilities.py +125 -0
  520. raes-0.25.0/packages/aces_backend_stubs/__init__.py +1 -0
  521. raes-0.25.0/packages/aces_backend_stubs/evaluation_support.py +90 -0
  522. raes-0.25.0/packages/aces_backend_stubs/manifest.py +346 -0
  523. raes-0.25.0/packages/aces_backend_stubs/stubs.py +309 -0
  524. raes-0.25.0/packages/aces_cli/__init__.py +1 -0
  525. raes-0.25.0/packages/aces_cli/conformance.py +69 -0
  526. raes-0.25.0/packages/aces_cli/corpus.py +59 -0
  527. raes-0.25.0/packages/aces_cli/libvirt.py +181 -0
  528. raes-0.25.0/packages/aces_cli/main.py +45 -0
  529. raes-0.25.0/packages/aces_cli/processor.py +248 -0
  530. raes-0.25.0/packages/aces_cli/sdl.py +116 -0
  531. raes-0.25.0/packages/aces_conformance/__init__.py +1 -0
  532. raes-0.25.0/packages/aces_conformance/_realization_models.py +132 -0
  533. raes-0.25.0/packages/aces_conformance/_realization_validation.py +208 -0
  534. raes-0.25.0/packages/aces_conformance/conformance/__init__.py +57 -0
  535. raes-0.25.0/packages/aces_conformance/conformance/diagnostics.py +35 -0
  536. raes-0.25.0/packages/aces_conformance/conformance/fixture_suite.py +100 -0
  537. raes-0.25.0/packages/aces_conformance/conformance/observability.py +112 -0
  538. raes-0.25.0/packages/aces_conformance/conformance/profiles.py +195 -0
  539. raes-0.25.0/packages/aces_conformance/conformance/report.py +154 -0
  540. raes-0.25.0/packages/aces_conformance/conformance/semantics.py +148 -0
  541. raes-0.25.0/packages/aces_conformance/conformance/snapshot_semantics.py +397 -0
  542. raes-0.25.0/packages/aces_conformance/conformance/target.py +308 -0
  543. raes-0.25.0/packages/aces_conformance/conformance/target_probes.py +425 -0
  544. raes-0.25.0/packages/aces_conformance/conformance/validators.py +179 -0
  545. raes-0.25.0/packages/aces_conformance/realization.py +487 -0
  546. raes-0.25.0/packages/aces_conformance/runner.py +23 -0
  547. raes-0.25.0/packages/aces_conformance/time_semantics.py +76 -0
  548. raes-0.25.0/packages/aces_contracts/__init__.py +1 -0
  549. raes-0.25.0/packages/aces_contracts/_base.py +16 -0
  550. raes-0.25.0/packages/aces_contracts/_participant_behavior_types.py +168 -0
  551. raes-0.25.0/packages/aces_contracts/_validation.py +78 -0
  552. raes-0.25.0/packages/aces_contracts/addressing.py +60 -0
  553. raes-0.25.0/packages/aces_contracts/apparatus.py +74 -0
  554. raes-0.25.0/packages/aces_contracts/associated_artifacts.py +338 -0
  555. raes-0.25.0/packages/aces_contracts/backend_profiles.py +124 -0
  556. raes-0.25.0/packages/aces_contracts/behavioral_relations.py +244 -0
  557. raes-0.25.0/packages/aces_contracts/bounded_domains.py +172 -0
  558. raes-0.25.0/packages/aces_contracts/contracts/__init__.py +502 -0
  559. raes-0.25.0/packages/aces_contracts/contracts/_trial_cleanup_validation.py +60 -0
  560. raes-0.25.0/packages/aces_contracts/contracts/associated_artifacts.py +174 -0
  561. raes-0.25.0/packages/aces_contracts/contracts/base.py +299 -0
  562. raes-0.25.0/packages/aces_contracts/contracts/bundle.py +317 -0
  563. raes-0.25.0/packages/aces_contracts/contracts/capabilities.py +312 -0
  564. raes-0.25.0/packages/aces_contracts/contracts/catalogs.py +337 -0
  565. raes-0.25.0/packages/aces_contracts/contracts/execution_state.py +347 -0
  566. raes-0.25.0/packages/aces_contracts/contracts/experiment_analysis.py +473 -0
  567. raes-0.25.0/packages/aces_contracts/contracts/experiment_apparatus.py +495 -0
  568. raes-0.25.0/packages/aces_contracts/contracts/experiment_artifacts.py +320 -0
  569. raes-0.25.0/packages/aces_contracts/contracts/experiment_capture.py +212 -0
  570. raes-0.25.0/packages/aces_contracts/contracts/experiment_conditions.py +227 -0
  571. raes-0.25.0/packages/aces_contracts/contracts/experiment_disclosure.py +447 -0
  572. raes-0.25.0/packages/aces_contracts/contracts/experiment_evidence.py +303 -0
  573. raes-0.25.0/packages/aces_contracts/contracts/experiment_manifest_references.py +234 -0
  574. raes-0.25.0/packages/aces_contracts/contracts/experiment_references.py +226 -0
  575. raes-0.25.0/packages/aces_contracts/contracts/experiment_run.py +488 -0
  576. raes-0.25.0/packages/aces_contracts/contracts/experiment_run_stochastic.py +114 -0
  577. raes-0.25.0/packages/aces_contracts/contracts/experiment_spec.py +373 -0
  578. raes-0.25.0/packages/aces_contracts/contracts/experiment_study.py +312 -0
  579. raes-0.25.0/packages/aces_contracts/contracts/manifests.py +448 -0
  580. raes-0.25.0/packages/aces_contracts/contracts/participant_context.py +292 -0
  581. raes-0.25.0/packages/aces_contracts/contracts/participant_control.py +332 -0
  582. raes-0.25.0/packages/aces_contracts/contracts/participant_control_validation.py +277 -0
  583. raes-0.25.0/packages/aces_contracts/contracts/participant_decision_surface.py +434 -0
  584. raes-0.25.0/packages/aces_contracts/contracts/participant_decision_surface_exposure.py +135 -0
  585. raes-0.25.0/packages/aces_contracts/contracts/participant_envelopes.py +476 -0
  586. raes-0.25.0/packages/aces_contracts/contracts/participant_manifests.py +342 -0
  587. raes-0.25.0/packages/aces_contracts/contracts/participant_runtime.py +356 -0
  588. raes-0.25.0/packages/aces_contracts/contracts/participant_views.py +266 -0
  589. raes-0.25.0/packages/aces_contracts/contracts/random_stream.py +364 -0
  590. raes-0.25.0/packages/aces_contracts/contracts/realization_plans.py +217 -0
  591. raes-0.25.0/packages/aces_contracts/contracts/reusable_assets.py +359 -0
  592. raes-0.25.0/packages/aces_contracts/contracts/runtime_facts.py +499 -0
  593. raes-0.25.0/packages/aces_contracts/contracts/schema_constraints.py +465 -0
  594. raes-0.25.0/packages/aces_contracts/contracts/schema_invariants.py +270 -0
  595. raes-0.25.0/packages/aces_contracts/contracts/semantic_profiles.py +94 -0
  596. raes-0.25.0/packages/aces_contracts/contracts/time_model.py +500 -0
  597. raes-0.25.0/packages/aces_contracts/contracts/trial_cleanup.py +484 -0
  598. raes-0.25.0/packages/aces_contracts/contracts/validation_disclosure.py +316 -0
  599. raes-0.25.0/packages/aces_contracts/contracts/validation_disclosure_gates.py +123 -0
  600. raes-0.25.0/packages/aces_contracts/contracts/validation_subject_reference.py +145 -0
  601. raes-0.25.0/packages/aces_contracts/contracts/validators.py +223 -0
  602. raes-0.25.0/packages/aces_contracts/contracts/vocabulary_sources.py +231 -0
  603. raes-0.25.0/packages/aces_contracts/controlled_vocabularies.py +64 -0
  604. raes-0.25.0/packages/aces_contracts/corpus.py +130 -0
  605. raes-0.25.0/packages/aces_contracts/diagnostics.py +63 -0
  606. raes-0.25.0/packages/aces_contracts/evaluation.py +459 -0
  607. raes-0.25.0/packages/aces_contracts/experiment_spec.py +76 -0
  608. raes-0.25.0/packages/aces_contracts/exploit_path.py +401 -0
  609. raes-0.25.0/packages/aces_contracts/manifest_authority.py +139 -0
  610. raes-0.25.0/packages/aces_contracts/participant_autonomous_state.py +216 -0
  611. raes-0.25.0/packages/aces_contracts/participant_behavior.py +466 -0
  612. raes-0.25.0/packages/aces_contracts/participant_binding.py +492 -0
  613. raes-0.25.0/packages/aces_contracts/participant_concurrency.py +475 -0
  614. raes-0.25.0/packages/aces_contracts/participant_concurrency_time.py +148 -0
  615. raes-0.25.0/packages/aces_contracts/participant_episode.py +386 -0
  616. raes-0.25.0/packages/aces_contracts/participant_episode_snapshot.py +327 -0
  617. raes-0.25.0/packages/aces_contracts/participant_shared_state.py +356 -0
  618. raes-0.25.0/packages/aces_contracts/plan_projection.py +81 -0
  619. raes-0.25.0/packages/aces_contracts/planning.py +220 -0
  620. raes-0.25.0/packages/aces_contracts/provenance.py +349 -0
  621. raes-0.25.0/packages/aces_contracts/random_stream_engine.py +315 -0
  622. raes-0.25.0/packages/aces_contracts/random_stream_profiles.py +91 -0
  623. raes-0.25.0/packages/aces_contracts/realization_envelope.py +315 -0
  624. raes-0.25.0/packages/aces_contracts/realization_envelope_carrier.py +314 -0
  625. raes-0.25.0/packages/aces_contracts/realization_observation.py +34 -0
  626. raes-0.25.0/packages/aces_contracts/reference_models.py +19 -0
  627. raes-0.25.0/packages/aces_contracts/runtime_state.py +363 -0
  628. raes-0.25.0/packages/aces_contracts/satisfiability.py +291 -0
  629. raes-0.25.0/packages/aces_contracts/scientific_completeness.py +297 -0
  630. raes-0.25.0/packages/aces_contracts/semantic_binding_effects.py +115 -0
  631. raes-0.25.0/packages/aces_contracts/semantic_profiles.py +23 -0
  632. raes-0.25.0/packages/aces_contracts/uco_alignment.py +19 -0
  633. raes-0.25.0/packages/aces_contracts/validation_profiles.py +217 -0
  634. raes-0.25.0/packages/aces_contracts/versions.py +56 -0
  635. raes-0.25.0/packages/aces_contracts/vocabulary.py +81 -0
  636. raes-0.25.0/packages/aces_contracts/workflow.py +688 -0
  637. raes-0.25.0/packages/aces_mcp/__init__.py +6 -0
  638. raes-0.25.0/packages/aces_mcp/__main__.py +6 -0
  639. raes-0.25.0/packages/aces_mcp/server.py +69 -0
  640. raes-0.25.0/packages/aces_mcp/tools/__init__.py +0 -0
  641. raes-0.25.0/packages/aces_mcp/tools/authoring.py +694 -0
  642. raes-0.25.0/packages/aces_mcp/tools/completeness.py +138 -0
  643. raes-0.25.0/packages/aces_mcp/tools/experiment_authoring.py +236 -0
  644. raes-0.25.0/packages/aces_mcp/tools/inspection.py +599 -0
  645. raes-0.25.0/packages/aces_mcp/tools/language_service.py +125 -0
  646. raes-0.25.0/packages/aces_mcp/tools/operation_support.py +466 -0
  647. raes-0.25.0/packages/aces_mcp/tools/operations.py +380 -0
  648. raes-0.25.0/packages/aces_mcp/tools/reference.py +499 -0
  649. raes-0.25.0/packages/aces_operations/__init__.py +1 -0
  650. raes-0.25.0/packages/aces_operations/_cross_backend_corpus_backend_runs.py +284 -0
  651. raes-0.25.0/packages/aces_operations/_cross_backend_corpus_ledger.py +162 -0
  652. raes-0.25.0/packages/aces_operations/_cross_backend_corpus_validation.py +101 -0
  653. raes-0.25.0/packages/aces_operations/_evidence_run_artifact.py +611 -0
  654. raes-0.25.0/packages/aces_operations/_evidence_run_native.py +244 -0
  655. raes-0.25.0/packages/aces_operations/_evidence_run_realization.py +395 -0
  656. raes-0.25.0/packages/aces_operations/_evidence_run_types.py +147 -0
  657. raes-0.25.0/packages/aces_operations/_evidence_run_validation.py +173 -0
  658. raes-0.25.0/packages/aces_operations/_techvault_cleanup.py +57 -0
  659. raes-0.25.0/packages/aces_operations/cross_backend_corpus.py +212 -0
  660. raes-0.25.0/packages/aces_operations/deterministic_participant_fixtures.py +261 -0
  661. raes-0.25.0/packages/aces_operations/libvirt_evidence_run.py +292 -0
  662. raes-0.25.0/packages/aces_operations/realization_conformance.py +27 -0
  663. raes-0.25.0/packages/aces_operations/run_artifacts.py +76 -0
  664. raes-0.25.0/packages/aces_operations/techvault_live.py +446 -0
  665. raes-0.25.0/packages/aces_processor/__init__.py +1 -0
  666. raes-0.25.0/packages/aces_processor/capabilities.py +116 -0
  667. raes-0.25.0/packages/aces_processor/compiler/__init__.py +11 -0
  668. raes-0.25.0/packages/aces_processor/compiler/_mixed_control.py +190 -0
  669. raes-0.25.0/packages/aces_processor/compiler/addresses.py +195 -0
  670. raes-0.25.0/packages/aces_processor/compiler/alias_index.py +241 -0
  671. raes-0.25.0/packages/aces_processor/compiler/evaluation.py +105 -0
  672. raes-0.25.0/packages/aces_processor/compiler/objectives.py +228 -0
  673. raes-0.25.0/packages/aces_processor/compiler/orchestration.py +181 -0
  674. raes-0.25.0/packages/aces_processor/compiler/participant_behaviors.py +483 -0
  675. raes-0.25.0/packages/aces_processor/compiler/participant_contracts.py +204 -0
  676. raes-0.25.0/packages/aces_processor/compiler/pipeline.py +169 -0
  677. raes-0.25.0/packages/aces_processor/compiler/placement.py +223 -0
  678. raes-0.25.0/packages/aces_processor/compiler/provisioning.py +278 -0
  679. raes-0.25.0/packages/aces_processor/compiler/realization_requirements.py +198 -0
  680. raes-0.25.0/packages/aces_processor/compiler/ref_resolution.py +152 -0
  681. raes-0.25.0/packages/aces_processor/compiler/stateful_resources.py +93 -0
  682. raes-0.25.0/packages/aces_processor/compiler/support.py +29 -0
  683. raes-0.25.0/packages/aces_processor/compiler/time_model.py +332 -0
  684. raes-0.25.0/packages/aces_processor/compiler/view_relations.py +102 -0
  685. raes-0.25.0/packages/aces_processor/compiler/workflow_steps.py +383 -0
  686. raes-0.25.0/packages/aces_processor/compiler/workflows.py +154 -0
  687. raes-0.25.0/packages/aces_processor/exploit_path/__init__.py +19 -0
  688. raes-0.25.0/packages/aces_processor/exploit_path/_diagnostics.py +61 -0
  689. raes-0.25.0/packages/aces_processor/exploit_path/_preflight.py +164 -0
  690. raes-0.25.0/packages/aces_processor/exploit_path/_search.py +346 -0
  691. raes-0.25.0/packages/aces_processor/exploit_path/_service.py +142 -0
  692. raes-0.25.0/packages/aces_processor/manifest.py +105 -0
  693. raes-0.25.0/packages/aces_processor/models/__init__.py +336 -0
  694. raes-0.25.0/packages/aces_processor/models/action_results.py +408 -0
  695. raes-0.25.0/packages/aces_processor/models/attribution.py +323 -0
  696. raes-0.25.0/packages/aces_processor/models/behavior_anchor_checks.py +476 -0
  697. raes-0.25.0/packages/aces_processor/models/behavior_anchor_index.py +64 -0
  698. raes-0.25.0/packages/aces_processor/models/behavior_grounding_checks.py +449 -0
  699. raes-0.25.0/packages/aces_processor/models/behavior_history_violations.py +437 -0
  700. raes-0.25.0/packages/aces_processor/models/behavior_ref_checks.py +471 -0
  701. raes-0.25.0/packages/aces_processor/models/behavior_resources.py +400 -0
  702. raes-0.25.0/packages/aces_processor/models/decision_surface.py +333 -0
  703. raes-0.25.0/packages/aces_processor/models/history_event.py +490 -0
  704. raes-0.25.0/packages/aces_processor/models/history_event_grounding.py +50 -0
  705. raes-0.25.0/packages/aces_processor/models/history_event_payloads.py +124 -0
  706. raes-0.25.0/packages/aces_processor/models/outcome.py +293 -0
  707. raes-0.25.0/packages/aces_processor/models/outcome_interpretation_validation.py +172 -0
  708. raes-0.25.0/packages/aces_processor/models/participant_exposure.py +373 -0
  709. raes-0.25.0/packages/aces_processor/models/participant_exposure_authority.py +163 -0
  710. raes-0.25.0/packages/aces_processor/models/participant_exposure_policy.py +215 -0
  711. raes-0.25.0/packages/aces_processor/models/resources.py +455 -0
  712. raes-0.25.0/packages/aces_processor/models/runtime_model.py +218 -0
  713. raes-0.25.0/packages/aces_processor/models/temporal.py +359 -0
  714. raes-0.25.0/packages/aces_processor/models/time_model.py +127 -0
  715. raes-0.25.0/packages/aces_processor/planner/__init__.py +7 -0
  716. raes-0.25.0/packages/aces_processor/planner/capability_domains.py +250 -0
  717. raes-0.25.0/packages/aces_processor/planner/core.py +156 -0
  718. raes-0.25.0/packages/aces_processor/planner/manifest_validation.py +347 -0
  719. raes-0.25.0/packages/aces_processor/planner/operations.py +164 -0
  720. raes-0.25.0/packages/aces_processor/planner/ordering.py +77 -0
  721. raes-0.25.0/packages/aces_processor/planner/resources.py +50 -0
  722. raes-0.25.0/packages/aces_processor/reference.py +140 -0
  723. raes-0.25.0/packages/aces_processor/satisfiability/__init__.py +17 -0
  724. raes-0.25.0/packages/aces_processor/satisfiability/_service.py +153 -0
  725. raes-0.25.0/packages/aces_processor/satisfiability/_solver.py +108 -0
  726. raes-0.25.0/packages/aces_processor/satisfiability/_translation.py +314 -0
  727. raes-0.25.0/packages/aces_processor/semantics/__init__.py +8 -0
  728. raes-0.25.0/packages/aces_processor/semantics/planner.py +306 -0
  729. raes-0.25.0/packages/aces_processor/semantics/realization.py +494 -0
  730. raes-0.25.0/packages/aces_reference_backend/__init__.py +48 -0
  731. raes-0.25.0/packages/aces_reference_backend/driver.py +134 -0
  732. raes-0.25.0/packages/aces_reference_backend/drivers/__init__.py +8 -0
  733. raes-0.25.0/packages/aces_reference_backend/drivers/inprocess.py +101 -0
  734. raes-0.25.0/packages/aces_reference_backend/drivers/oci.py +446 -0
  735. raes-0.25.0/packages/aces_reference_backend/evaluator.py +150 -0
  736. raes-0.25.0/packages/aces_reference_backend/manifest.py +278 -0
  737. raes-0.25.0/packages/aces_reference_backend/orchestrator.py +147 -0
  738. raes-0.25.0/packages/aces_reference_backend/participant_runtime.py +21 -0
  739. raes-0.25.0/packages/aces_reference_backend/provisioner.py +103 -0
  740. raes-0.25.0/packages/aces_reference_backend/realization.py +326 -0
  741. raes-0.25.0/packages/aces_reference_backend/target.py +70 -0
  742. raes-0.25.0/packages/aces_runtime/__init__.py +26 -0
  743. raes-0.25.0/packages/aces_runtime/apply_failure.py +61 -0
  744. raes-0.25.0/packages/aces_runtime/backend_calls.py +310 -0
  745. raes-0.25.0/packages/aces_runtime/control_plane.py +670 -0
  746. raes-0.25.0/packages/aces_runtime/control_plane_api.py +581 -0
  747. raes-0.25.0/packages/aces_runtime/control_plane_api_guards.py +91 -0
  748. raes-0.25.0/packages/aces_runtime/control_plane_api_models.py +194 -0
  749. raes-0.25.0/packages/aces_runtime/control_plane_api_participant_retrieval.py +103 -0
  750. raes-0.25.0/packages/aces_runtime/control_plane_execution.py +207 -0
  751. raes-0.25.0/packages/aces_runtime/control_plane_security.py +51 -0
  752. raes-0.25.0/packages/aces_runtime/control_plane_store.py +412 -0
  753. raes-0.25.0/packages/aces_runtime/control_plane_timeouts.py +135 -0
  754. raes-0.25.0/packages/aces_runtime/control_plane_workflows.py +194 -0
  755. raes-0.25.0/packages/aces_runtime/diagnostics.py +29 -0
  756. raes-0.25.0/packages/aces_runtime/evaluation_result_contracts.py +443 -0
  757. raes-0.25.0/packages/aces_runtime/manager.py +466 -0
  758. raes-0.25.0/packages/aces_runtime/operational_apparatus.py +134 -0
  759. raes-0.25.0/packages/aces_runtime/participant_action_validation.py +137 -0
  760. raes-0.25.0/packages/aces_runtime/participant_clock_driver.py +209 -0
  761. raes-0.25.0/packages/aces_runtime/participant_control.py +406 -0
  762. raes-0.25.0/packages/aces_runtime/participant_execution_control.py +304 -0
  763. raes-0.25.0/packages/aces_runtime/participant_result_contracts.py +117 -0
  764. raes-0.25.0/packages/aces_runtime/participant_retrieval.py +205 -0
  765. raes-0.25.0/packages/aces_runtime/participant_scheduler.py +316 -0
  766. raes-0.25.0/packages/aces_runtime/participant_scheduler_operations.py +283 -0
  767. raes-0.25.0/packages/aces_runtime/proposition_truth_contracts.py +81 -0
  768. raes-0.25.0/packages/aces_runtime/registry.py +435 -0
  769. raes-0.25.0/packages/aces_runtime/registry_probes.py +77 -0
  770. raes-0.25.0/packages/aces_runtime/result_contracts.py +19 -0
  771. raes-0.25.0/packages/aces_runtime/runtime_fact_binding_policy.py +162 -0
  772. raes-0.25.0/packages/aces_runtime/runtime_fact_bindings.py +423 -0
  773. raes-0.25.0/packages/aces_runtime/runtime_fact_dispatch.py +152 -0
  774. raes-0.25.0/packages/aces_runtime/time_control.py +299 -0
  775. raes-0.25.0/packages/aces_runtime/time_coordinator.py +470 -0
  776. raes-0.25.0/packages/aces_runtime/workflow_result_contract_checks.py +585 -0
  777. raes-0.25.0/packages/aces_runtime/workflow_result_contract_compensation.py +102 -0
  778. raes-0.25.0/packages/aces_runtime/workflow_result_contract_context.py +71 -0
  779. raes-0.25.0/packages/aces_runtime/workflow_result_contracts.py +7 -0
  780. raes-0.25.0/packages/aces_sdl/__init__.py +91 -0
  781. raes-0.25.0/packages/aces_sdl/_base.py +186 -0
  782. raes-0.25.0/packages/aces_sdl/_composition_budget.py +86 -0
  783. raes-0.25.0/packages/aces_sdl/_composition_provenance.py +151 -0
  784. raes-0.25.0/packages/aces_sdl/_declarations.py +474 -0
  785. raes-0.25.0/packages/aces_sdl/_errors.py +136 -0
  786. raes-0.25.0/packages/aces_sdl/_identifiers.py +140 -0
  787. raes-0.25.0/packages/aces_sdl/_language_diagnostics.py +48 -0
  788. raes-0.25.0/packages/aces_sdl/_language_edit.py +133 -0
  789. raes-0.25.0/packages/aces_sdl/_language_metadata.py +244 -0
  790. raes-0.25.0/packages/aces_sdl/_language_references.py +401 -0
  791. raes-0.25.0/packages/aces_sdl/_mapping_key_analyzer.py +462 -0
  792. raes-0.25.0/packages/aces_sdl/_mapping_scopes.py +99 -0
  793. raes-0.25.0/packages/aces_sdl/_model_diagnostics.py +108 -0
  794. raes-0.25.0/packages/aces_sdl/_module_runtime_aliases.py +70 -0
  795. raes-0.25.0/packages/aces_sdl/_module_symbols.py +251 -0
  796. raes-0.25.0/packages/aces_sdl/_realization_envelope_domains.py +243 -0
  797. raes-0.25.0/packages/aces_sdl/_realization_envelope_engine.py +422 -0
  798. raes-0.25.0/packages/aces_sdl/_realization_envelope_probe_payloads.py +127 -0
  799. raes-0.25.0/packages/aces_sdl/_reference_targetability.py +23 -0
  800. raes-0.25.0/packages/aces_sdl/_runtime_datastore_support.py +28 -0
  801. raes-0.25.0/packages/aces_sdl/_runtime_service_families.py +271 -0
  802. raes-0.25.0/packages/aces_sdl/_runtime_service_family_registry.py +256 -0
  803. raes-0.25.0/packages/aces_sdl/_scenario_instantiation.py +38 -0
  804. raes-0.25.0/packages/aces_sdl/_source.py +31 -0
  805. raes-0.25.0/packages/aces_sdl/_source_identifier_paths.py +75 -0
  806. raes-0.25.0/packages/aces_sdl/_source_profile.py +98 -0
  807. raes-0.25.0/packages/aces_sdl/_source_validation.py +343 -0
  808. raes-0.25.0/packages/aces_sdl/_stateful_resource_references.py +120 -0
  809. raes-0.25.0/packages/aces_sdl/_yaml_loader.py +170 -0
  810. raes-0.25.0/packages/aces_sdl/accounts.py +65 -0
  811. raes-0.25.0/packages/aces_sdl/agent_guidance.py +68 -0
  812. raes-0.25.0/packages/aces_sdl/agents.py +130 -0
  813. raes-0.25.0/packages/aces_sdl/canonical.py +112 -0
  814. raes-0.25.0/packages/aces_sdl/composition.py +1024 -0
  815. raes-0.25.0/packages/aces_sdl/conditions.py +64 -0
  816. raes-0.25.0/packages/aces_sdl/content.py +130 -0
  817. raes-0.25.0/packages/aces_sdl/deployment_tenancy.py +144 -0
  818. raes-0.25.0/packages/aces_sdl/enterprise_identity.py +143 -0
  819. raes-0.25.0/packages/aces_sdl/entities.py +62 -0
  820. raes-0.25.0/packages/aces_sdl/evidence_requirements.py +200 -0
  821. raes-0.25.0/packages/aces_sdl/explicitness.py +390 -0
  822. raes-0.25.0/packages/aces_sdl/features.py +39 -0
  823. raes-0.25.0/packages/aces_sdl/formatting.py +57 -0
  824. raes-0.25.0/packages/aces_sdl/identifiers.py +27 -0
  825. raes-0.25.0/packages/aces_sdl/identity_domains.py +83 -0
  826. raes-0.25.0/packages/aces_sdl/image_provenance.py +400 -0
  827. raes-0.25.0/packages/aces_sdl/infrastructure.py +147 -0
  828. raes-0.25.0/packages/aces_sdl/instantiate.py +460 -0
  829. raes-0.25.0/packages/aces_sdl/language_service.py +348 -0
  830. raes-0.25.0/packages/aces_sdl/module_registry.py +897 -0
  831. raes-0.25.0/packages/aces_sdl/nodes.py +352 -0
  832. raes-0.25.0/packages/aces_sdl/objectives.py +92 -0
  833. raes-0.25.0/packages/aces_sdl/observability_plane_semantics.py +213 -0
  834. raes-0.25.0/packages/aces_sdl/orchestration.py +654 -0
  835. raes-0.25.0/packages/aces_sdl/parser.py +441 -0
  836. raes-0.25.0/packages/aces_sdl/participant_action_semantics.py +126 -0
  837. raes-0.25.0/packages/aces_sdl/participant_attribution_semantics.py +72 -0
  838. raes-0.25.0/packages/aces_sdl/participant_behavior.py +578 -0
  839. raes-0.25.0/packages/aces_sdl/participant_behavior_specification.py +419 -0
  840. raes-0.25.0/packages/aces_sdl/participant_execution.py +96 -0
  841. raes-0.25.0/packages/aces_sdl/participant_outcome_semantics.py +205 -0
  842. raes-0.25.0/packages/aces_sdl/participant_temporal_semantics.py +365 -0
  843. raes-0.25.0/packages/aces_sdl/phase_contracts.py +312 -0
  844. raes-0.25.0/packages/aces_sdl/propositions.py +178 -0
  845. raes-0.25.0/packages/aces_sdl/realization_designation.py +211 -0
  846. raes-0.25.0/packages/aces_sdl/realization_envelope.py +470 -0
  847. raes-0.25.0/packages/aces_sdl/relationships.py +89 -0
  848. raes-0.25.0/packages/aces_sdl/runtime_app_authorization.py +340 -0
  849. raes-0.25.0/packages/aces_sdl/runtime_application.py +496 -0
  850. raes-0.25.0/packages/aces_sdl/runtime_capabilities.py +273 -0
  851. raes-0.25.0/packages/aces_sdl/runtime_configuration.py +438 -0
  852. raes-0.25.0/packages/aces_sdl/runtime_container.py +237 -0
  853. raes-0.25.0/packages/aces_sdl/runtime_database.py +483 -0
  854. raes-0.25.0/packages/aces_sdl/runtime_database_vocab.py +132 -0
  855. raes-0.25.0/packages/aces_sdl/runtime_datastore.py +333 -0
  856. raes-0.25.0/packages/aces_sdl/runtime_datastore_nodes.py +153 -0
  857. raes-0.25.0/packages/aces_sdl/runtime_datastore_partitions.py +354 -0
  858. raes-0.25.0/packages/aces_sdl/runtime_datastore_vocab.py +187 -0
  859. raes-0.25.0/packages/aces_sdl/runtime_directory_identity.py +466 -0
  860. raes-0.25.0/packages/aces_sdl/runtime_dns.py +405 -0
  861. raes-0.25.0/packages/aces_sdl/runtime_dns_records.py +261 -0
  862. raes-0.25.0/packages/aces_sdl/runtime_dns_vocab.py +167 -0
  863. raes-0.25.0/packages/aces_sdl/runtime_file_service.py +472 -0
  864. raes-0.25.0/packages/aces_sdl/runtime_filesystem.py +215 -0
  865. raes-0.25.0/packages/aces_sdl/runtime_forwarding_agent.py +491 -0
  866. raes-0.25.0/packages/aces_sdl/runtime_forwarding_agent_vocab.py +162 -0
  867. raes-0.25.0/packages/aces_sdl/runtime_identity.py +227 -0
  868. raes-0.25.0/packages/aces_sdl/runtime_listeners.py +352 -0
  869. raes-0.25.0/packages/aces_sdl/runtime_mail_service.py +525 -0
  870. raes-0.25.0/packages/aces_sdl/runtime_mail_vocab.py +215 -0
  871. raes-0.25.0/packages/aces_sdl/runtime_mounts.py +258 -0
  872. raes-0.25.0/packages/aces_sdl/runtime_network.py +209 -0
  873. raes-0.25.0/packages/aces_sdl/runtime_network_detection.py +457 -0
  874. raes-0.25.0/packages/aces_sdl/runtime_network_sensor.py +160 -0
  875. raes-0.25.0/packages/aces_sdl/runtime_orchestration.py +214 -0
  876. raes-0.25.0/packages/aces_sdl/runtime_platform_application.py +275 -0
  877. raes-0.25.0/packages/aces_sdl/runtime_platform_application_content.py +273 -0
  878. raes-0.25.0/packages/aces_sdl/runtime_platform_application_vocab.py +161 -0
  879. raes-0.25.0/packages/aces_sdl/runtime_scheduled_job.py +100 -0
  880. raes-0.25.0/packages/aces_sdl/runtime_security_monitoring.py +515 -0
  881. raes-0.25.0/packages/aces_sdl/runtime_security_monitoring_definitions.py +232 -0
  882. raes-0.25.0/packages/aces_sdl/runtime_service_units.py +382 -0
  883. raes-0.25.0/packages/aces_sdl/runtime_software.py +121 -0
  884. raes-0.25.0/packages/aces_sdl/runtime_ssh_server.py +347 -0
  885. raes-0.25.0/packages/aces_sdl/runtime_values.py +302 -0
  886. raes-0.25.0/packages/aces_sdl/scenario.py +480 -0
  887. raes-0.25.0/packages/aces_sdl/scenarios.py +84 -0
  888. raes-0.25.0/packages/aces_sdl/schema_catalogs.py +6 -0
  889. raes-0.25.0/packages/aces_sdl/semantics/__init__.py +6 -0
  890. raes-0.25.0/packages/aces_sdl/semantics/_deployment_shared_services.py +357 -0
  891. raes-0.25.0/packages/aces_sdl/semantics/_deployment_tenancy_types.py +43 -0
  892. raes-0.25.0/packages/aces_sdl/semantics/_domain_topology_bindings.py +351 -0
  893. raes-0.25.0/packages/aces_sdl/semantics/_domain_topology_types.py +84 -0
  894. raes-0.25.0/packages/aces_sdl/semantics/assessment.py +21 -0
  895. raes-0.25.0/packages/aces_sdl/semantics/deployment_tenancy.py +305 -0
  896. raes-0.25.0/packages/aces_sdl/semantics/domain_topology.py +384 -0
  897. raes-0.25.0/packages/aces_sdl/semantics/enterprise_identity.py +322 -0
  898. raes-0.25.0/packages/aces_sdl/semantics/objective_semantics.py +573 -0
  899. raes-0.25.0/packages/aces_sdl/semantics/objectives.py +361 -0
  900. raes-0.25.0/packages/aces_sdl/semantics/participant_behavior.py +1294 -0
  901. raes-0.25.0/packages/aces_sdl/semantics/participant_interactive_access.py +227 -0
  902. raes-0.25.0/packages/aces_sdl/semantics/participant_outcome.py +155 -0
  903. raes-0.25.0/packages/aces_sdl/semantics/propositions.py +122 -0
  904. raes-0.25.0/packages/aces_sdl/semantics/workflow.py +126 -0
  905. raes-0.25.0/packages/aces_sdl/stateful_resources.py +171 -0
  906. raes-0.25.0/packages/aces_sdl/time_model.py +316 -0
  907. raes-0.25.0/packages/aces_sdl/validator/__init__.py +61 -0
  908. raes-0.25.0/packages/aces_sdl/validator/_content_objectives.py +487 -0
  909. raes-0.25.0/packages/aces_sdl/validator/_core.py +317 -0
  910. raes-0.25.0/packages/aces_sdl/validator/_deployment_tenancy.py +17 -0
  911. raes-0.25.0/packages/aces_sdl/validator/_domain_topology.py +16 -0
  912. raes-0.25.0/packages/aces_sdl/validator/_enterprise_identity.py +17 -0
  913. raes-0.25.0/packages/aces_sdl/validator/_evidence_requirements.py +33 -0
  914. raes-0.25.0/packages/aces_sdl/validator/_mixed_control.py +250 -0
  915. raes-0.25.0/packages/aces_sdl/validator/_nodes_infra_network.py +405 -0
  916. raes-0.25.0/packages/aces_sdl/validator/_participant_execution_renderers.py +103 -0
  917. raes-0.25.0/packages/aces_sdl/validator/_participant_tool_affordances.py +32 -0
  918. raes-0.25.0/packages/aces_sdl/validator/_propositions.py +73 -0
  919. raes-0.25.0/packages/aces_sdl/validator/_relationships.py +239 -0
  920. raes-0.25.0/packages/aces_sdl/validator/_relationships_proxy.py +290 -0
  921. raes-0.25.0/packages/aces_sdl/validator/_runtime_identity_data.py +359 -0
  922. raes-0.25.0/packages/aces_sdl/validator/_runtime_mail.py +259 -0
  923. raes-0.25.0/packages/aces_sdl/validator/_runtime_orchestration.py +97 -0
  924. raes-0.25.0/packages/aces_sdl/validator/_runtime_platform.py +463 -0
  925. raes-0.25.0/packages/aces_sdl/validator/_runtime_services.py +494 -0
  926. raes-0.25.0/packages/aces_sdl/validator/_sections.py +197 -0
  927. raes-0.25.0/packages/aces_sdl/validator/_service_materialization.py +101 -0
  928. raes-0.25.0/packages/aces_sdl/validator/_support.py +66 -0
  929. raes-0.25.0/packages/aces_sdl/validator/_time_model.py +102 -0
  930. raes-0.25.0/packages/aces_sdl/validator/_variation.py +417 -0
  931. raes-0.25.0/packages/aces_sdl/validator/_variation_satisfiability.py +175 -0
  932. raes-0.25.0/packages/aces_sdl/validator/_workflows_analysis.py +278 -0
  933. raes-0.25.0/packages/aces_sdl/validator/_workflows_verify.py +491 -0
  934. raes-0.25.0/packages/aces_sdl/value_parsing.py +30 -0
  935. raes-0.25.0/packages/aces_sdl/variables.py +73 -0
  936. raes-0.25.0/packages/aces_sdl/variation.py +397 -0
  937. raes-0.25.0/packages/aces_sdl/vulnerabilities.py +34 -0
  938. raes-0.25.0/pyproject.toml +173 -0
  939. raes-0.25.0/src/aces/__init__.py +11 -0
  940. raes-0.25.0/src/aces/_compat.py +42 -0
  941. raes-0.25.0/src/aces/backends/__init__.py +1 -0
  942. raes-0.25.0/src/aces/backends/stubs.py +5 -0
  943. raes-0.25.0/src/aces/cli/__init__.py +1 -0
  944. raes-0.25.0/src/aces/cli/main.py +5 -0
  945. raes-0.25.0/src/aces/cli/sdl.py +5 -0
  946. raes-0.25.0/src/aces/core/__init__.py +1 -0
  947. raes-0.25.0/src/aces/core/runtime/__init__.py +1 -0
  948. raes-0.25.0/src/aces/core/runtime/capabilities.py +5 -0
  949. raes-0.25.0/src/aces/core/runtime/compiler.py +5 -0
  950. raes-0.25.0/src/aces/core/runtime/conformance.py +5 -0
  951. raes-0.25.0/src/aces/core/runtime/contracts.py +5 -0
  952. raes-0.25.0/src/aces/core/runtime/control_plane.py +5 -0
  953. raes-0.25.0/src/aces/core/runtime/control_plane_api.py +5 -0
  954. raes-0.25.0/src/aces/core/runtime/control_plane_security.py +5 -0
  955. raes-0.25.0/src/aces/core/runtime/control_plane_store.py +5 -0
  956. raes-0.25.0/src/aces/core/runtime/manager.py +5 -0
  957. raes-0.25.0/src/aces/core/runtime/models.py +5 -0
  958. raes-0.25.0/src/aces/core/runtime/planner.py +5 -0
  959. raes-0.25.0/src/aces/core/runtime/protocols.py +5 -0
  960. raes-0.25.0/src/aces/core/runtime/registry.py +5 -0
  961. raes-0.25.0/src/aces/core/scenarios.py +5 -0
  962. raes-0.25.0/src/aces/core/sdl/__init__.py +7 -0
  963. raes-0.25.0/src/aces/core/sdl/_base.py +5 -0
  964. raes-0.25.0/src/aces/core/sdl/_errors.py +5 -0
  965. raes-0.25.0/src/aces/core/sdl/_source.py +5 -0
  966. raes-0.25.0/src/aces/core/sdl/accounts.py +5 -0
  967. raes-0.25.0/src/aces/core/sdl/agents.py +5 -0
  968. raes-0.25.0/src/aces/core/sdl/composition.py +5 -0
  969. raes-0.25.0/src/aces/core/sdl/conditions.py +5 -0
  970. raes-0.25.0/src/aces/core/sdl/content.py +5 -0
  971. raes-0.25.0/src/aces/core/sdl/entities.py +5 -0
  972. raes-0.25.0/src/aces/core/sdl/features.py +5 -0
  973. raes-0.25.0/src/aces/core/sdl/infrastructure.py +5 -0
  974. raes-0.25.0/src/aces/core/sdl/instantiate.py +5 -0
  975. raes-0.25.0/src/aces/core/sdl/module_registry.py +5 -0
  976. raes-0.25.0/src/aces/core/sdl/nodes.py +5 -0
  977. raes-0.25.0/src/aces/core/sdl/objectives.py +5 -0
  978. raes-0.25.0/src/aces/core/sdl/orchestration.py +5 -0
  979. raes-0.25.0/src/aces/core/sdl/parser.py +5 -0
  980. raes-0.25.0/src/aces/core/sdl/relationships.py +5 -0
  981. raes-0.25.0/src/aces/core/sdl/scenario.py +5 -0
  982. raes-0.25.0/src/aces/core/sdl/validator.py +5 -0
  983. raes-0.25.0/src/aces/core/sdl/variables.py +5 -0
  984. raes-0.25.0/src/aces/core/sdl/vulnerabilities.py +5 -0
  985. raes-0.25.0/src/aces/core/semantics/__init__.py +1 -0
  986. raes-0.25.0/src/aces/core/semantics/assessment.py +5 -0
  987. raes-0.25.0/src/aces/core/semantics/objective_semantics.py +5 -0
  988. raes-0.25.0/src/aces/core/semantics/objectives.py +5 -0
  989. raes-0.25.0/src/aces/core/semantics/planner.py +5 -0
  990. raes-0.25.0/src/aces/core/semantics/workflow.py +5 -0
  991. raes-0.25.0/tests/data/realization_envelope/invalid/empty-interval.json +3 -0
  992. raes-0.25.0/tests/data/realization_envelope/invalid/exact-nonsingleton.json +3 -0
  993. raes-0.25.0/tests/data/realization_envelope/invalid/open-with-domain.json +3 -0
  994. raes-0.25.0/tests/data/realization_envelope/invalid/record-cycle.json +4 -0
  995. raes-0.25.0/tests/data/realization_envelope/invalid/unknown-domain-ref.json +2 -0
  996. raes-0.25.0/tests/data/realization_envelope/valid/closed-scenario.json +13 -0
  997. raes-0.25.0/tests/data/realization_envelope/valid/record-node.json +12 -0
  998. raes-0.25.0/tests/data/realization_envelope/valid/resource-bounds.json +16 -0
  999. raes-0.25.0/tests/data/realization_envelope/valid/scenario-web-family.json +15 -0
  1000. raes-0.25.0/tests/data/sdl/invalid/mapping-key-cycle.yaml +5 -0
  1001. raes-0.25.0/tests/data/sdl/invalid/mapping-key-exact-root.yaml +2 -0
  1002. raes-0.25.0/tests/data/sdl/invalid/mapping-key-merge.yaml +12 -0
  1003. raes-0.25.0/tests/data/sdl/invalid/mapping-key-normalized-nested.yaml +5 -0
  1004. raes-0.25.0/tests/libvirt_conformance_fixtures.py +86 -0
  1005. raes-0.25.0/tests/libvirt_participant_fixtures.py +57 -0
  1006. raes-0.25.0/tests/libvirt_participant_proof.py +142 -0
  1007. raes-0.25.0/tests/paths.py +30 -0
  1008. raes-0.25.0/tests/sem230_information_flow_model.py +163 -0
  1009. raes-0.25.0/tests/test_act_617_mixed_control.py +453 -0
  1010. raes-0.25.0/tests/test_agent_guidance.py +34 -0
  1011. raes-0.25.0/tests/test_agent_guidance_policy.py +108 -0
  1012. raes-0.25.0/tests/test_agent_inventory_skill.py +228 -0
  1013. raes-0.25.0/tests/test_api_409_participant_control_occurrences.py +520 -0
  1014. raes-0.25.0/tests/test_api_421_time_contracts.py +208 -0
  1015. raes-0.25.0/tests/test_associated_artifact_manifests.py +389 -0
  1016. raes-0.25.0/tests/test_assurance_policy.py +1735 -0
  1017. raes-0.25.0/tests/test_authored_domain_topology.py +783 -0
  1018. raes-0.25.0/tests/test_authority_boundary.py +1438 -0
  1019. raes-0.25.0/tests/test_backend_conformance_cli.py +315 -0
  1020. raes-0.25.0/tests/test_backend_manifest.py +871 -0
  1021. raes-0.25.0/tests/test_backend_manifest_v2_adapter.py +73 -0
  1022. raes-0.25.0/tests/test_backend_profiles.py +187 -0
  1023. raes-0.25.0/tests/test_backend_protocols_account_features.py +43 -0
  1024. raes-0.25.0/tests/test_behavioral_relation_claims.py +99 -0
  1025. raes-0.25.0/tests/test_behavioral_relations.py +371 -0
  1026. raes-0.25.0/tests/test_concept_authority.py +444 -0
  1027. raes-0.25.0/tests/test_concept_authority_governance.py +337 -0
  1028. raes-0.25.0/tests/test_conformance_facade_parity.py +89 -0
  1029. raes-0.25.0/tests/test_controlled_vocabularies.py +392 -0
  1030. raes-0.25.0/tests/test_corpus_packaging.py +184 -0
  1031. raes-0.25.0/tests/test_corpus_resources.py +163 -0
  1032. raes-0.25.0/tests/test_cross_backend_corpus.py +187 -0
  1033. raes-0.25.0/tests/test_deprecation_lifecycle.py +371 -0
  1034. raes-0.25.0/tests/test_design_drift_audit.py +102 -0
  1035. raes-0.25.0/tests/test_domain_controller_placement.py +458 -0
  1036. raes-0.25.0/tests/test_dsl_115_authoring_specificity.py +113 -0
  1037. raes-0.25.0/tests/test_dsl_123_scenario_native_observability.py +188 -0
  1038. raes-0.25.0/tests/test_dsl_124_authored_evidence_requirements.py +142 -0
  1039. raes-0.25.0/tests/test_dsl_437_benign_participant_execution.py +1422 -0
  1040. raes-0.25.0/tests/test_dsl_437_evaluation_authority.py +78 -0
  1041. raes-0.25.0/tests/test_dsl_437_snapshot_durability_conformance.py +236 -0
  1042. raes-0.25.0/tests/test_dsl_language_evaluation.py +1092 -0
  1043. raes-0.25.0/tests/test_enterprise_deployment_tenancy.py +584 -0
  1044. raes-0.25.0/tests/test_example_library_policy.py +243 -0
  1045. raes-0.25.0/tests/test_example_schema_conformance.py +192 -0
  1046. raes-0.25.0/tests/test_experiment_authoring.py +167 -0
  1047. raes-0.25.0/tests/test_exploit_path_analysis.py +431 -0
  1048. raes-0.25.0/tests/test_exploit_path_cli.py +61 -0
  1049. raes-0.25.0/tests/test_fm2_semantics.py +263 -0
  1050. raes-0.25.0/tests/test_formal_semantic_validation.py +388 -0
  1051. raes-0.25.0/tests/test_initial_service_state.py +340 -0
  1052. raes-0.25.0/tests/test_instantiated_scenario_schema.py +200 -0
  1053. raes-0.25.0/tests/test_issue_794_participant_io_adoption.py +240 -0
  1054. raes-0.25.0/tests/test_language_service.py +376 -0
  1055. raes-0.25.0/tests/test_libvirt_backend_cli.py +234 -0
  1056. raes-0.25.0/tests/test_libvirt_backend_cloudinit.py +135 -0
  1057. raes-0.25.0/tests/test_libvirt_backend_dialects.py +50 -0
  1058. raes-0.25.0/tests/test_libvirt_backend_driver.py +764 -0
  1059. raes-0.25.0/tests/test_libvirt_backend_envelopes.py +192 -0
  1060. raes-0.25.0/tests/test_libvirt_backend_guest_certified.py +548 -0
  1061. raes-0.25.0/tests/test_libvirt_backend_guest_certified_real_libvirt.py +72 -0
  1062. raes-0.25.0/tests/test_libvirt_backend_manifest.py +56 -0
  1063. raes-0.25.0/tests/test_libvirt_backend_manifest_publication.py +143 -0
  1064. raes-0.25.0/tests/test_libvirt_backend_provisioner.py +461 -0
  1065. raes-0.25.0/tests/test_libvirt_backend_realization.py +594 -0
  1066. raes-0.25.0/tests/test_libvirt_backend_registry.py +65 -0
  1067. raes-0.25.0/tests/test_libvirt_backend_techvault_honesty.py +348 -0
  1068. raes-0.25.0/tests/test_libvirt_backend_techvault_integration.py +283 -0
  1069. raes-0.25.0/tests/test_libvirt_backend_techvault_native.py +926 -0
  1070. raes-0.25.0/tests/test_libvirt_backend_techvault_real_libvirt.py +52 -0
  1071. raes-0.25.0/tests/test_libvirt_conformance.py +181 -0
  1072. raes-0.25.0/tests/test_libvirt_evidence_run.py +501 -0
  1073. raes-0.25.0/tests/test_libvirt_participant_runtime.py +400 -0
  1074. raes-0.25.0/tests/test_mcp_server.py +993 -0
  1075. raes-0.25.0/tests/test_network_namespace_sharing.py +296 -0
  1076. raes-0.25.0/tests/test_observability_evidence_conformance.py +132 -0
  1077. raes-0.25.0/tests/test_participant_backend_contracts.py +512 -0
  1078. raes-0.25.0/tests/test_participant_implementation_manifest.py +215 -0
  1079. raes-0.25.0/tests/test_participant_interactive_access.py +388 -0
  1080. raes-0.25.0/tests/test_participant_runtime_invariants.py +993 -0
  1081. raes-0.25.0/tests/test_participant_semantics_invariant_oracle.py +792 -0
  1082. raes-0.25.0/tests/test_pipeline_determinism.py +253 -0
  1083. raes-0.25.0/tests/test_plan_inspection_cli.py +181 -0
  1084. raes-0.25.0/tests/test_plan_projection.py +165 -0
  1085. raes-0.25.0/tests/test_pr_title_guard.py +168 -0
  1086. raes-0.25.0/tests/test_processor_manifest.py +330 -0
  1087. raes-0.25.0/tests/test_proposition_capabilities.py +61 -0
  1088. raes-0.25.0/tests/test_proposition_semantics.py +411 -0
  1089. raes-0.25.0/tests/test_random_stream_collisions.py +94 -0
  1090. raes-0.25.0/tests/test_random_stream_contracts.py +278 -0
  1091. raes-0.25.0/tests/test_random_stream_determinism.py +331 -0
  1092. raes-0.25.0/tests/test_random_stream_profile.py +97 -0
  1093. raes-0.25.0/tests/test_random_stream_run_integration.py +176 -0
  1094. raes-0.25.0/tests/test_random_stream_study_integration.py +158 -0
  1095. raes-0.25.0/tests/test_random_stream_vectors.py +174 -0
  1096. raes-0.25.0/tests/test_realization_envelope_contract.py +324 -0
  1097. raes-0.25.0/tests/test_realization_envelope_relation.py +845 -0
  1098. raes-0.25.0/tests/test_realization_honesty_conformance.py +449 -0
  1099. raes-0.25.0/tests/test_reference_backend_components.py +126 -0
  1100. raes-0.25.0/tests/test_reference_backend_conformance.py +50 -0
  1101. raes-0.25.0/tests/test_reference_backend_docker_integration.py +121 -0
  1102. raes-0.25.0/tests/test_reference_backend_manifest.py +70 -0
  1103. raes-0.25.0/tests/test_reference_backend_oci_driver.py +512 -0
  1104. raes-0.25.0/tests/test_reference_backend_provenance.py +47 -0
  1105. raes-0.25.0/tests/test_reference_backend_provisioner.py +161 -0
  1106. raes-0.25.0/tests/test_reference_backend_realization.py +237 -0
  1107. raes-0.25.0/tests/test_reference_backend_registry.py +65 -0
  1108. raes-0.25.0/tests/test_reference_field_pruning.py +199 -0
  1109. raes-0.25.0/tests/test_reference_models.py +148 -0
  1110. raes-0.25.0/tests/test_reference_processor.py +254 -0
  1111. raes-0.25.0/tests/test_related_work_comparison.py +218 -0
  1112. raes-0.25.0/tests/test_repo_policy_tools.py +2534 -0
  1113. raes-0.25.0/tests/test_requirement_governance.py +301 -0
  1114. raes-0.25.0/tests/test_reusable_asset_trust_policy.py +155 -0
  1115. raes-0.25.0/tests/test_run_300_lifecycle.py +418 -0
  1116. raes-0.25.0/tests/test_run_305_participant_runtime_state_history.py +334 -0
  1117. raes-0.25.0/tests/test_run_306_participant_decision_lifecycle.py +243 -0
  1118. raes-0.25.0/tests/test_run_307_shared_operational_state.py +324 -0
  1119. raes-0.25.0/tests/test_run_308_concurrent_participant_execution.py +832 -0
  1120. raes-0.25.0/tests/test_run_311_participant_episode_lifecycle.py +1369 -0
  1121. raes-0.25.0/tests/test_runtime_app_authorization.py +336 -0
  1122. raes-0.25.0/tests/test_runtime_conformance.py +1320 -0
  1123. raes-0.25.0/tests/test_runtime_contract_boundaries.py +19 -0
  1124. raes-0.25.0/tests/test_runtime_contracts.py +2182 -0
  1125. raes-0.25.0/tests/test_runtime_control_plane.py +962 -0
  1126. raes-0.25.0/tests/test_runtime_control_plane_api.py +1302 -0
  1127. raes-0.25.0/tests/test_runtime_datastore.py +963 -0
  1128. raes-0.25.0/tests/test_runtime_fact_bindings.py +744 -0
  1129. raes-0.25.0/tests/test_runtime_family_invariants.py +438 -0
  1130. raes-0.25.0/tests/test_runtime_forwarding_agent.py +653 -0
  1131. raes-0.25.0/tests/test_runtime_mail_service.py +471 -0
  1132. raes-0.25.0/tests/test_runtime_manager.py +1549 -0
  1133. raes-0.25.0/tests/test_runtime_models.py +1116 -0
  1134. raes-0.25.0/tests/test_runtime_network_detection.py +350 -0
  1135. raes-0.25.0/tests/test_runtime_network_sensor.py +248 -0
  1136. raes-0.25.0/tests/test_runtime_observed_values.py +233 -0
  1137. raes-0.25.0/tests/test_runtime_orchestration.py +385 -0
  1138. raes-0.25.0/tests/test_runtime_planner.py +1639 -0
  1139. raes-0.25.0/tests/test_runtime_platform_application.py +591 -0
  1140. raes-0.25.0/tests/test_runtime_proposition_truth.py +128 -0
  1141. raes-0.25.0/tests/test_runtime_registry.py +363 -0
  1142. raes-0.25.0/tests/test_runtime_scheduled_job.py +119 -0
  1143. raes-0.25.0/tests/test_runtime_security_monitoring.py +576 -0
  1144. raes-0.25.0/tests/test_runtime_service_listeners.py +362 -0
  1145. raes-0.25.0/tests/test_runtime_service_units.py +567 -0
  1146. raes-0.25.0/tests/test_runtime_ssh_server.py +667 -0
  1147. raes-0.25.0/tests/test_satisfiability_cli.py +116 -0
  1148. raes-0.25.0/tests/test_sce_004_goal_oriented_steps.py +329 -0
  1149. raes-0.25.0/tests/test_sce_006_cleanup_contracts.py +489 -0
  1150. raes-0.25.0/tests/test_scenario_satisfiability.py +315 -0
  1151. raes-0.25.0/tests/test_scenarios.py +265 -0
  1152. raes-0.25.0/tests/test_scientific_scenario_completeness.py +364 -0
  1153. raes-0.25.0/tests/test_sdl_canonicalization.py +217 -0
  1154. raes-0.25.0/tests/test_sdl_catalog_parity.py +279 -0
  1155. raes-0.25.0/tests/test_sdl_diagnostic_boundary.py +181 -0
  1156. raes-0.25.0/tests/test_sdl_format_cli.py +52 -0
  1157. raes-0.25.0/tests/test_sdl_fuzz.py +445 -0
  1158. raes-0.25.0/tests/test_sdl_identifiers.py +867 -0
  1159. raes-0.25.0/tests/test_sdl_lineage.py +335 -0
  1160. raes-0.25.0/tests/test_sdl_models.py +3865 -0
  1161. raes-0.25.0/tests/test_sdl_module_registry.py +1215 -0
  1162. raes-0.25.0/tests/test_sdl_parser.py +2381 -0
  1163. raes-0.25.0/tests/test_sdl_phase_contracts.py +549 -0
  1164. raes-0.25.0/tests/test_sdl_realworld.py +972 -0
  1165. raes-0.25.0/tests/test_sdl_source_format.py +325 -0
  1166. raes-0.25.0/tests/test_sdl_stress.py +1674 -0
  1167. raes-0.25.0/tests/test_sdl_validator.py +3945 -0
  1168. raes-0.25.0/tests/test_sdl_variation_points.py +602 -0
  1169. raes-0.25.0/tests/test_sem_208_participant_behavior.py +2859 -0
  1170. raes-0.25.0/tests/test_sem_211_participant_action_semantics.py +1313 -0
  1171. raes-0.25.0/tests/test_sem_212_participant_attribution_semantics.py +310 -0
  1172. raes-0.25.0/tests/test_sem_213_temporal_participant_semantics.py +563 -0
  1173. raes-0.25.0/tests/test_sem_215_participant_outcome_interpretation.py +907 -0
  1174. raes-0.25.0/tests/test_sem_216_boundary_semantics.py +154 -0
  1175. raes-0.25.0/tests/test_sem_217_knowledge_bindings.py +117 -0
  1176. raes-0.25.0/tests/test_sem_218_explicitness.py +96 -0
  1177. raes-0.25.0/tests/test_sem_218_realization.py +195 -0
  1178. raes-0.25.0/tests/test_sem_218_realization_designation.py +510 -0
  1179. raes-0.25.0/tests/test_sem_218_runtime_realization.py +237 -0
  1180. raes-0.25.0/tests/test_sem_220_participant_decision_surface.py +990 -0
  1181. raes-0.25.0/tests/test_sem_224_observability_plane_semantics.py +208 -0
  1182. raes-0.25.0/tests/test_sem_225_augmentation_semantics.py +176 -0
  1183. raes-0.25.0/tests/test_sem_226_participant_exposure.py +748 -0
  1184. raes-0.25.0/tests/test_sem_227_shared_time_model.py +265 -0
  1185. raes-0.25.0/tests/test_sem_230_information_flow_control.py +305 -0
  1186. raes-0.25.0/tests/test_semantic_coverage.py +474 -0
  1187. raes-0.25.0/tests/test_semantic_profiles.py +121 -0
  1188. raes-0.25.0/tests/test_semantics_assessment.py +54 -0
  1189. raes-0.25.0/tests/test_semantics_objectives.py +727 -0
  1190. raes-0.25.0/tests/test_semantics_planner.py +137 -0
  1191. raes-0.25.0/tests/test_specification_coverage.py +191 -0
  1192. raes-0.25.0/tests/test_stateful_realization_resources.py +403 -0
  1193. raes-0.25.0/tests/test_truth_result_contracts.py +138 -0
  1194. raes-0.25.0/tests/test_uco_alignment.py +159 -0
  1195. raes-0.25.0/tests/test_validation_disclosure.py +876 -0
  1196. raes-0.25.0/tests/test_validation_profiles.py +154 -0
  1197. raes-0.25.0/tests/test_verification_plan.py +168 -0
  1198. raes-0.25.0/tests/test_version_classification.py +108 -0
  1199. raes-0.25.0/tests/test_yaml_mapping_keys.py +388 -0
  1200. raes-0.25.0/uv.lock +2020 -0
raes-0.25.0/.gitignore ADDED
@@ -0,0 +1,223 @@
1
+ # Byte-compiled / optimized / DLL files
2
+ __pycache__/
3
+ *.py[codz]
4
+ *$py.class
5
+
6
+ # C extensions
7
+ *.so
8
+
9
+ # Distribution / packaging
10
+ .Python
11
+ build/
12
+ develop-eggs/
13
+ dist/
14
+ downloads/
15
+ eggs/
16
+ .eggs/
17
+ lib/
18
+ lib64/
19
+ parts/
20
+ sdist/
21
+ var/
22
+ wheels/
23
+ share/python-wheels/
24
+ *.egg-info/
25
+ .installed.cfg
26
+ *.egg
27
+ MANIFEST
28
+
29
+ # PyInstaller
30
+ # Usually these files are written by a python script from a template
31
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
32
+ *.manifest
33
+ *.spec
34
+
35
+ # Installer logs
36
+ pip-log.txt
37
+ pip-delete-this-directory.txt
38
+
39
+ # Unit test / coverage reports
40
+ htmlcov/
41
+ .tox/
42
+ .nox/
43
+ .coverage
44
+ .coverage.*
45
+ .cache
46
+ nosetests.xml
47
+ coverage.xml
48
+ *.cover
49
+ *.py.cover
50
+ .hypothesis/
51
+ .pytest_cache/
52
+ cover/
53
+
54
+ # Translations
55
+ *.mo
56
+ *.pot
57
+
58
+ # Django stuff:
59
+ *.log
60
+ local_settings.py
61
+ db.sqlite3
62
+ db.sqlite3-journal
63
+
64
+ # Flask stuff:
65
+ instance/
66
+ .webassets-cache
67
+
68
+ # Scrapy stuff:
69
+ .scrapy
70
+
71
+ # Sphinx documentation
72
+ docs/_build/
73
+
74
+ # Local research and working notes
75
+ /research/
76
+ /notes/
77
+
78
+ # PyBuilder
79
+ .pybuilder/
80
+ target/
81
+
82
+ # Jupyter Notebook
83
+ .ipynb_checkpoints
84
+
85
+ # IPython
86
+ profile_default/
87
+ ipython_config.py
88
+
89
+ # pyenv
90
+ # For a library or package, you might want to ignore these files since the code is
91
+ # intended to run in multiple environments; otherwise, check them in:
92
+ # .python-version
93
+
94
+ # pipenv
95
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
96
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
97
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
98
+ # install all needed dependencies.
99
+ #Pipfile.lock
100
+
101
+ # UV
102
+ # Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
103
+ # This is especially recommended for binary packages to ensure reproducibility, and is more
104
+ # commonly ignored for libraries.
105
+ #uv.lock
106
+
107
+ # poetry
108
+ # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
109
+ # This is especially recommended for binary packages to ensure reproducibility, and is more
110
+ # commonly ignored for libraries.
111
+ # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
112
+ #poetry.lock
113
+ #poetry.toml
114
+
115
+ # pdm
116
+ # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
117
+ # pdm recommends including project-wide configuration in pdm.toml, but excluding .pdm-python.
118
+ # https://pdm-project.org/en/latest/usage/project/#working-with-version-control
119
+ #pdm.lock
120
+ #pdm.toml
121
+ .pdm-python
122
+ .pdm-build/
123
+
124
+ # pixi
125
+ # Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control.
126
+ #pixi.lock
127
+ # Pixi creates a virtual environment in the .pixi directory, just like venv module creates one
128
+ # in the .venv directory. It is recommended not to include this directory in version control.
129
+ .pixi
130
+
131
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
132
+ __pypackages__/
133
+
134
+ # Celery stuff
135
+ celerybeat-schedule
136
+ celerybeat.pid
137
+
138
+ # SageMath parsed files
139
+ *.sage.py
140
+
141
+ # Environments
142
+ .env
143
+ .envrc
144
+ .venv
145
+ env/
146
+ venv/
147
+ ENV/
148
+ env.bak/
149
+ venv.bak/
150
+
151
+ # Spyder project settings
152
+ .spyderproject
153
+ .spyproject
154
+
155
+ # Rope project settings
156
+ .ropeproject
157
+
158
+ # mkdocs documentation
159
+ /site
160
+
161
+ # mypy
162
+ .mypy_cache/
163
+ .dmypy.json
164
+ dmypy.json
165
+
166
+ # Pyre type checker
167
+ .pyre/
168
+
169
+ # pytype static type analyzer
170
+ .pytype/
171
+
172
+ # Cython debug symbols
173
+ cython_debug/
174
+
175
+ # PyCharm
176
+ # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
177
+ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
178
+ # and can be added to the global gitignore or merged into this file. For a more nuclear
179
+ # option (not recommended) you can uncomment the following to ignore the entire idea folder.
180
+ #.idea/
181
+
182
+ # Abstra
183
+ # Abstra is an AI-powered process automation framework.
184
+ # Ignore directories containing user credentials, local state, and settings.
185
+ # Learn more at https://abstra.io/docs
186
+ .abstra/
187
+
188
+ # Visual Studio Code
189
+ # Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
190
+ # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
191
+ # and can be added to the global gitignore or merged into this file. However, if you prefer,
192
+ # you could uncomment the following to ignore the entire vscode folder
193
+ # .vscode/
194
+
195
+ # Ruff stuff:
196
+ .ruff_cache/
197
+
198
+ # PyPI configuration file
199
+ .pypirc
200
+
201
+ # Cursor
202
+ # Cursor is an AI-powered code editor. `.cursorignore` specifies files/directories to
203
+ # exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
204
+ # refer to https://docs.cursor.com/context/ignore-files
205
+ .cursorignore
206
+ .cursorindexingignore
207
+
208
+ # Claude local scheduler state
209
+ .claude/scheduled_tasks.lock
210
+
211
+ # Marimo
212
+ marimo/_static/
213
+ marimo/_lsp/
214
+ __marimo__/
215
+ .codex
216
+
217
+ # Ground Control transient tool output (sonar analysis cache, step telemetry).
218
+ # .gc/plan-rules.md and other authored .gc files stay tracked.
219
+ .gc/sonar/
220
+ .gc/telemetry/
221
+
222
+ # OSV-scanner advisory report (generated by the `osv_scan` nox session; issue #34).
223
+ implementations/python/osv-scanner-report.json
raes-0.25.0/PKG-INFO ADDED
@@ -0,0 +1,290 @@
1
+ Metadata-Version: 2.4
2
+ Name: raes
3
+ Version: 0.25.0
4
+ Summary: Backend-agnostic cyber range scenario description language and runtime.
5
+ Requires-Python: >=3.11
6
+ Requires-Dist: asyncssh>=2.23.0
7
+ Requires-Dist: blake3<2,>=1.0.8
8
+ Requires-Dist: cryptography>=46.0.7
9
+ Requires-Dist: defusedxml>=0.7.1
10
+ Requires-Dist: fastapi>=0.115.0
11
+ Requires-Dist: mcp>=1.0.0
12
+ Requires-Dist: packaging>=23.0
13
+ Requires-Dist: pydantic>=2.0.0
14
+ Requires-Dist: pyyaml>=6.0
15
+ Requires-Dist: rfc8785<0.2,>=0.1.4
16
+ Requires-Dist: rich>=13.0.0
17
+ Requires-Dist: sse-starlette>=2.0.0
18
+ Requires-Dist: typer>=0.12.0
19
+ Requires-Dist: uvicorn[standard]>=0.34.0
20
+ Requires-Dist: z3-solver==4.16.0.0
21
+ Provides-Extra: dev
22
+ Requires-Dist: coverage>=7.0.0; extra == 'dev'
23
+ Requires-Dist: httpx>=0.27.0; extra == 'dev'
24
+ Requires-Dist: hypothesis>=6.0.0; extra == 'dev'
25
+ Requires-Dist: pytest-cov>=7.1.0; extra == 'dev'
26
+ Requires-Dist: pytest-mock>=3.12.0; extra == 'dev'
27
+ Requires-Dist: pytest-timeout>=2.4.0; extra == 'dev'
28
+ Requires-Dist: pytest-xdist>=3.8.0; extra == 'dev'
29
+ Requires-Dist: pytest>=9.0.3; extra == 'dev'
30
+ Provides-Extra: docs
31
+ Requires-Dist: furo>=2024.5.6; extra == 'docs'
32
+ Requires-Dist: myst-parser>=3.0.0; extra == 'docs'
33
+ Requires-Dist: sphinx-autobuild>=2024.4.16; extra == 'docs'
34
+ Requires-Dist: sphinx-copybutton>=0.5.2; extra == 'docs'
35
+ Requires-Dist: sphinx>=7.3.0; extra == 'docs'
36
+ Description-Content-Type: text/markdown
37
+
38
+ # Reproducible Agentic Environments System
39
+
40
+ Reproducible Agentic Environments System (RAES) is a backend-agnostic scenario
41
+ description language, Python reference implementation, and contract surface
42
+ for cyber range scenarios and experiments.
43
+
44
+ The repository separates authored scenario meaning from processors, backends,
45
+ participant implementations, runtime state, and archived evidence. In the
46
+ current implementation, an SDL document can be parsed, validated,
47
+ instantiated, compiled into runtime models, and checked against published
48
+ backend contracts without binding the authored scenario to one cloud, range
49
+ implementation, or execution harness.
50
+
51
+ This is an academic and engineering project. The repository is intended to be
52
+ read, tested, and used as reference implementation code, not treated as a product
53
+ surface.
54
+
55
+ The repository is not a managed cyber range and does not include a production
56
+ backend. Backend contracts, stubs, conformance checks, and examples are present;
57
+ real deployment backends remain separate implementations.
58
+
59
+ A worked example of RAES SDL driving a concrete range is
60
+ [APTL (Advanced Purple Team Lab)](https://github.com/Brad-Edwards/aptl), a
61
+ separate project that specifies its scenarios as RAES SDL documents and
62
+ realizes the selected topology on a Docker Compose backend.
63
+
64
+ ## Contents
65
+
66
+ - [What RAES Describes](#what-raes-describes)
67
+ - [Getting Started](#getting-started)
68
+ - [Using the Python Reference Implementation](#using-the-python-reference-implementation)
69
+ - [Repository Layout](#repository-layout)
70
+ - [Lineage](#lineage)
71
+ - [Documentation](#documentation)
72
+ - [Verification](#verification)
73
+ - [Contributing](#contributing)
74
+ - [Versioning](#versioning)
75
+ - [Citation](#citation)
76
+ - [License](#license)
77
+ - [Maintainer](#maintainer)
78
+
79
+ ## What RAES Describes
80
+
81
+ An SDL file is a declarative scenario document. It can describe topology,
82
+ hosts, services, identities, content, relationships, agents, objectives,
83
+ workflows, variables, and evaluation material without directly describing a
84
+ specific backend's infrastructure primitives.
85
+
86
+ ```yaml
87
+ name: hospital-ransomware-surgery-day
88
+ description: Surgery-day ransomware exercise for a regional hospital.
89
+
90
+ variables:
91
+ surgery_day_speed:
92
+ type: number
93
+ default: 1.0
94
+
95
+ nodes:
96
+ internet-edge:
97
+ type: Switch
98
+ description: Public ingress for email, VPN, and external access
99
+
100
+ mail-gateway:
101
+ type: VM
102
+ os: linux
103
+ source: secure-mail-gateway
104
+ resources: {ram: 2 gib, cpu: 1}
105
+ services:
106
+ - {port: 25, name: smtp-inbound}
107
+ roles: {mail-admin: postfix}
108
+ ```
109
+
110
+ Complete examples live in [`examples/scenarios/`](https://github.com/RAESystem/rae/tree/main/examples/scenarios).
111
+ Reusable non-normative templates and patterns are indexed by
112
+ [`examples/library/catalog.yaml`](https://github.com/RAESystem/rae/blob/main/examples/library/catalog.yaml).
113
+
114
+ ## Getting Started
115
+
116
+ Prerequisites:
117
+
118
+ - Python 3.11 or newer
119
+ - [uv](https://github.com/astral-sh/uv)
120
+ - [nox](https://nox.thea.codes/) for the repository verification graph, or
121
+ `uvx nox` without a separate install
122
+
123
+ Set up the Python reference implementation:
124
+
125
+ ```shell
126
+ git clone https://github.com/RAESystem/rae.git
127
+ cd rae/implementations/python
128
+ uv sync --all-extras
129
+ uv run raes --help
130
+ ```
131
+
132
+ ## Using the Python Reference Implementation
133
+
134
+ Parse and validate a scenario from Python:
135
+
136
+ ```python
137
+ from pathlib import Path
138
+
139
+ from aces_sdl import parse_sdl_file
140
+
141
+ scenario = parse_sdl_file(
142
+ Path("../../examples/scenarios/hospital-ransomware-surgery-day.sdl.yaml")
143
+ )
144
+
145
+ for advisory in scenario.advisories:
146
+ print(advisory)
147
+ ```
148
+
149
+ Run the CLI from `implementations/python`:
150
+
151
+ ```shell
152
+ uv run raes sdl resolve ../../examples/scenarios/hospital-ransomware-surgery-day.sdl.yaml
153
+ uv run raes sdl verify-imports ../../examples/scenarios/hospital-ransomware-surgery-day.sdl.yaml
154
+ uv run raes sdl publish ../../examples/scenarios/hospital-ransomware-surgery-day.sdl.yaml
155
+ uv run raes processor --help
156
+ uv run raes conformance --help
157
+ uv run raes-mcp
158
+ ```
159
+
160
+ ## Repository Layout
161
+
162
+ - `specs/` - normative prose and formal specification material
163
+ - `contracts/` - published schemas, fixtures, manifests, and profiles
164
+ - `implementations/` - reference implementations and their local tooling
165
+ - `examples/` - worked SDL scenario examples plus reusable authoring templates and patterns
166
+ - `docs/` - explanatory documentation, API docs, and architecture decisions
167
+ - `research/` - supporting literature and reference ecosystem material
168
+ - `tools/` - repository maintenance, policy, and publication tooling
169
+
170
+ ## Lineage
171
+
172
+ - [Open Cyber Range SDL](https://documentation.opencyberrange.ee/docs/sdl/reference/)
173
+ - [Open Cybersecurity Schema Framework](https://schema.ocsf.io/)
174
+ - [CACAO Security Playbooks v2.0](https://docs.oasis-open.org/cacao/security-playbooks/v2.0/security-playbooks-v2.0.html)
175
+ - [STIX 2.1](https://docs.oasis-open.org/cti/stix/v2.1/stix-v2.1.html)
176
+ - [CybORG](https://github.com/cage-challenge/CybORG)
177
+ - [TENA](https://www.trmc.osd.mil/tena-about.html)
178
+ - [IEEE High Level Architecture](https://standards.ieee.org/standard/1516-2025.html)
179
+ - [SISO Cyber DEM](https://cdn.ymaws.com/www.sisostandards.org/resource/resmgr/standards_products/siso-std-025-2023_cyberdem.pdf)
180
+ - [SISO Cyber FOM](https://www.sisostandards.org/news/690125/Publication-of-Cyber-FOM-and-SIRL-Users-Guide.htm)
181
+ - [MITRE CALDERA](https://github.com/mitre/caldera)
182
+ - [Atomic Red Team](https://github.com/redcanaryco/atomic-red-team)
183
+
184
+ For a dimension-by-dimension comparison against these systems — what RAES
185
+ expresses that they do not, and where they still lead RAES — see
186
+ [Related-Work Comparison](https://github.com/RAESystem/rae/blob/main/docs/explain/sdl/related-work-comparison.md).
187
+
188
+ ## Documentation
189
+
190
+ The documentation source is under [`docs/`](https://github.com/RAESystem/rae/tree/main/docs). Important entry points:
191
+
192
+ - [`docs/index.md`](https://github.com/RAESystem/rae/blob/main/docs/index.md) - documentation index
193
+ - [`docs/explain/getting-started.md`](https://github.com/RAESystem/rae/blob/main/docs/explain/getting-started.md) - use-case and rigor-level entrypoint
194
+ - [`docs/migration/raes-rename.md`](https://github.com/RAESystem/rae/blob/main/docs/migration/raes-rename.md) - RAES rename hard-cutover map
195
+ - [`examples/README.md`](https://github.com/RAESystem/rae/blob/main/examples/README.md) - current worked example inventory
196
+ - [`examples/library/catalog.yaml`](https://github.com/RAESystem/rae/blob/main/examples/library/catalog.yaml) - template and pattern library catalog
197
+ - [`docs/explain/reference/canonical-reference-map.md`](https://github.com/RAESystem/rae/blob/main/docs/explain/reference/canonical-reference-map.md) - current reference map
198
+ - [`docs/explain/reference/documentation-style-guide.md`](https://github.com/RAESystem/rae/blob/main/docs/explain/reference/documentation-style-guide.md) - documentation style and citation rules
199
+ - [`docs/explain/reference/glossary.md`](https://github.com/RAESystem/rae/blob/main/docs/explain/reference/glossary.md) - current terminology
200
+ - [`docs/explain/sdl/index.md`](https://github.com/RAESystem/rae/blob/main/docs/explain/sdl/index.md) - SDL guide
201
+ - [`docs/explain/sdl/runtime-architecture.md`](https://github.com/RAESystem/rae/blob/main/docs/explain/sdl/runtime-architecture.md) - runtime architecture
202
+ - [`docs/explain/reference/backend-conformance.md`](https://github.com/RAESystem/rae/blob/main/docs/explain/reference/backend-conformance.md) - backend conformance model
203
+ - [`docs/decisions/adrs/README.md`](https://github.com/RAESystem/rae/blob/main/docs/decisions/adrs/README.md) - architecture decisions
204
+ - [`contracts/README.md`](https://github.com/RAESystem/rae/blob/main/contracts/README.md) - contract publication surface
205
+
206
+ ## Verification
207
+
208
+ `nox` is the canonical verification graph. From the repository root:
209
+
210
+ ```shell
211
+ uvx nox -s verify
212
+ uvx nox -s verify-changed
213
+ uvx nox -s tests
214
+ uvx nox -l
215
+ ```
216
+
217
+ The full `verify` session is unconditional and runs the project checks expected
218
+ for pull requests, including repository policy, governed evidence and generated
219
+ artifacts, parallel worker-safe test coverage, serial integration tests, and
220
+ docs. Use `verify-changed` while iterating: it compares the branch and working
221
+ tree with the upstream ref, skips evidence and regression stages only for
222
+ allowlisted prose or research-only changes, and fails closed to the full local
223
+ gate for unknown, deleted, renamed, executable, contract, or configuration
224
+ changes. The pre-push hook uses the same change-aware plan.
225
+
226
+ Whole-scenario finite-domain satisfiability can be inspected without applying
227
+ or provisioning a scenario:
228
+
229
+ ```shell
230
+ uv run --project implementations/python raes processor satisfiability \
231
+ path/to/scenario.sdl.yaml \
232
+ --profile aces-finite-domain-satisfiability-v1
233
+ ```
234
+
235
+ The command emits the published replayable evidence envelope. Exit `0` is a
236
+ completed satisfiable or unsatisfiable analysis, `2` is an explicit unsupported
237
+ fragment result, and `1` is an input or operational failure. See ADR-086 for the
238
+ bounded target coverage and nonclaims.
239
+
240
+ ## Contributing
241
+
242
+ Contributions are welcome where they improve the language, reference
243
+ implementation, contracts, tests, examples, or documentation. Start with
244
+ [CONTRIBUTING.md](https://github.com/RAESystem/rae/blob/main/CONTRIBUTING.md).
245
+
246
+ Language and contract changes should be discussed before implementation because
247
+ small SDL changes can affect validation, generated schemas, backend
248
+ conformance, and existing scenario examples.
249
+
250
+ ## Versioning
251
+
252
+ The Python package version lives in
253
+ [`implementations/python/pyproject.toml`](https://github.com/RAESystem/rae/blob/main/implementations/python/pyproject.toml)
254
+ and is bumped by [release-please](https://github.com/googleapis/release-please)
255
+ from the Conventional Commit history on `main`, which also generates
256
+ `CHANGELOG.md`. Do not hand-edit the version or `CHANGELOG.md`. See
257
+ [`docs/explain/releasing.md`](https://github.com/RAESystem/rae/blob/main/docs/explain/releasing.md).
258
+
259
+ Published JSON Schemas use versioned contract identifiers such as
260
+ `sdl-authoring-input-v1`, but the suffix is not the same as a stability promise.
261
+ The authoritative schema publication index assembles independent per-contract
262
+ records, each carrying its schema's `draft` or `stable` stability class and
263
+ canonical content hash. Current checked-in schemas
264
+ are draft until a maintainer explicitly promotes them; stable breaking changes
265
+ must mint a new schema version as described in
266
+ [ADR-061](https://github.com/RAESystem/rae/blob/main/docs/decisions/adrs/adr-061-published-schema-evolution-policy.md).
267
+
268
+ ## Maintainers
269
+
270
+ - Brad Edwards — [Personal GitHub](https://github.com/Brad-Edwards), [PANW GitHub](https://github.com/Brad-Edwards-SecOps), [LinkedIn](https://www.linkedin.com/in/bradley-edwards-dev/)
271
+
272
+ ## Citation
273
+
274
+ If you use RAES SDL in academic work, cite the repository:
275
+
276
+ ```bibtex
277
+ @software{raes,
278
+ author = {Edwards, Brad},
279
+ title = {RAES SDL: Backend-Agnostic Scenario Description Language for Cyber Range Experiments},
280
+ year = {2026},
281
+ license = {MIT},
282
+ url = {https://github.com/RAESystem/rae}
283
+ }
284
+ ```
285
+
286
+ ## License
287
+
288
+ Released under the MIT License. See [LICENSE](https://github.com/RAESystem/rae/blob/main/LICENSE).
289
+ Third-party attribution and license notices are recorded in
290
+ [THIRD_PARTY_NOTICES.md](https://github.com/RAESystem/rae/blob/main/THIRD_PARTY_NOTICES.md).