LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/api.md
docs/compatibility.md
docs/determinism.md
docs/dsl-reference.md
docs/hypothesis.md
docs/phase2-architecture.md
docs/phase2-public-contract.md
docs/plugins.md
docs/quickstart.md
docs/reproducibility.md
docs/schemathesis.md
docs/security-and-non-goals.md
docs/sqlalchemy.md
docs/testing-oracle.md
examples/api_scenario.yaml
examples/cart.yaml
examples/control_flow.yaml
examples/ecommerce.yaml
examples/openapi.yaml
examples/oracle_fault.yaml
examples/phase0_1b_cart.yaml
examples/phase0_3_resources.yaml
examples/phase0_4_control_flow.yaml
examples/phase0_5_oracle_fault.yaml
examples/phase0_6_sqlalchemy_rows.yaml
examples/phase0_7_ecommerce_plugin.yaml
examples/phase0_8_api_scenario.yaml
examples/phase0_8_openapi.yaml
examples/resources.yaml
examples/sqlalchemy_rows.yaml
src/deterministic_scenario_engine.egg-info/PKG-INFO
src/deterministic_scenario_engine.egg-info/SOURCES.txt
src/deterministic_scenario_engine.egg-info/dependency_links.txt
src/deterministic_scenario_engine.egg-info/entry_points.txt
src/deterministic_scenario_engine.egg-info/requires.txt
src/deterministic_scenario_engine.egg-info/top_level.txt
src/scenario_engine/__init__.py
src/scenario_engine/_version.py
src/scenario_engine/address.py
src/scenario_engine/artifacts.py
src/scenario_engine/canonical.py
src/scenario_engine/clock.py
src/scenario_engine/context.py
src/scenario_engine/control_flow.py
src/scenario_engine/errors.py
src/scenario_engine/expressions.py
src/scenario_engine/faults.py
src/scenario_engine/history.py
src/scenario_engine/ids.py
src/scenario_engine/invariants.py
src/scenario_engine/manifest.py
src/scenario_engine/oracle.py
src/scenario_engine/plugins.py
src/scenario_engine/provenance.py
src/scenario_engine/pytest_plugin.py
src/scenario_engine/resources.py
src/scenario_engine/result.py
src/scenario_engine/rng.py
src/scenario_engine/runner.py
src/scenario_engine/state.py
src/scenario_engine/validation.py
src/scenario_engine/values.py
src/scenario_engine/adapters/__init__.py
src/scenario_engine/adapters/json_file.py
src/scenario_engine/adapters/sqlalchemy.py
src/scenario_engine/batch/__init__.py
src/scenario_engine/batch/canonical.py
src/scenario_engine/batch/errors.py
src/scenario_engine/batch/models.py
src/scenario_engine/batch/runtime.py
src/scenario_engine/cli/__init__.py
src/scenario_engine/cli/__main__.py
src/scenario_engine/cli/main.py
src/scenario_engine/composition/__init__.py
src/scenario_engine/composition/canonical.py
src/scenario_engine/composition/errors.py
src/scenario_engine/composition/models.py
src/scenario_engine/composition/parser.py
src/scenario_engine/composition/resolver.py
src/scenario_engine/composition/runtime.py
src/scenario_engine/diff/__init__.py
src/scenario_engine/diff/compare.py
src/scenario_engine/diff/errors.py
src/scenario_engine/diff/models.py
src/scenario_engine/diff/render.py
src/scenario_engine/diff/serialization.py
src/scenario_engine/domain_packs/__init__.py
src/scenario_engine/domain_packs/canonical.py
src/scenario_engine/domain_packs/errors.py
src/scenario_engine/domain_packs/models.py
src/scenario_engine/domain_packs/registry.py
src/scenario_engine/dsl/__init__.py
src/scenario_engine/dsl/compiler.py
src/scenario_engine/dsl/errors.py
src/scenario_engine/dsl/models.py
src/scenario_engine/dsl/parser.py
src/scenario_engine/dsl/runtime.py
src/scenario_engine/inspection/__init__.py
src/scenario_engine/inspection/errors.py
src/scenario_engine/inspection/explain.py
src/scenario_engine/inspection/inspect.py
src/scenario_engine/inspection/models.py
src/scenario_engine/inspection/redaction.py
src/scenario_engine/inspection/serialization.py
src/scenario_engine/integrations/__init__.py
src/scenario_engine/integrations/hypothesis.py
src/scenario_engine/integrations/schemathesis.py
src/scenario_engine/matrix/__init__.py
src/scenario_engine/matrix/canonical.py
src/scenario_engine/matrix/errors.py
src/scenario_engine/matrix/expand.py
src/scenario_engine/matrix/filtering.py
src/scenario_engine/matrix/models.py
src/scenario_engine/matrix/runtime.py
src/scenario_engine/oracle_assertions/__init__.py
src/scenario_engine/oracle_assertions/errors.py
src/scenario_engine/oracle_assertions/evaluate.py
src/scenario_engine/oracle_assertions/models.py
src/scenario_engine/oracle_assertions/serialization.py
src/scenario_engine/reference_packs/__init__.py
src/scenario_engine/reference_packs/ecommerce.py
src/scenario_engine/suite/__init__.py
src/scenario_engine/suite/errors.py
src/scenario_engine/suite/models.py
src/scenario_engine/suite/read.py
src/scenario_engine/suite/serialization.py
tests/test_phase_0_1a_semantic_kernel.py
tests/test_phase_0_1b_linear_dsl.py
tests/test_phase_0_1c_integrated_phase0_1.py
tests/test_phase_0_1c_r1_missing_sentinel_repair.py
tests/test_phase_0_2a_reproducible_results.py
tests/test_phase_0_2b_json_pytest_integration.py
tests/test_phase_0_3_resources_constraints.py
tests/test_phase_0_4_control_flow.py
tests/test_phase_0_5_oracle_faults.py
tests/test_phase_0_6_sqlalchemy_materializer.py
tests/test_phase_0_7_plugins_ecommerce.py
tests/test_phase_0_8_hypothesis_schemathesis.py
tests/test_phase_1_0b_public_api_error_contract.py
tests/test_phase_1_0c_dsl_compatibility_contract.py
tests/test_phase_1_0d_documentation_examples.py
tests/test_phase_1_0e_packaging_release_candidate.py
tests/test_phase_2_10_workflow_demonstrators.py
tests/test_phase_2_11_performance_scale_hardening.py
tests/test_phase_2_12_public_contract_docs_freeze.py
tests/test_phase_2_13_packaging_fresh_install_rc.py
tests/test_phase_2_1_models_serialization.py
tests/test_phase_2_1_v1_read_contract.py
tests/test_phase_2_2_composition.py
tests/test_phase_2_3_matrix.py
tests/test_phase_2_4_batch.py
tests/test_phase_2_5_inspect_explain.py
tests/test_phase_2_6_structured_semantic_diff.py
tests/test_phase_2_7_cli_product_surface.py
tests/test_phase_2_8_domain_pack_foundation.py
tests/test_phase_2_9_oracle_assertions.py