LICENSE
README.md
pyproject.toml
src/scpn_phase_orchestrator/__init__.py
src/scpn_phase_orchestrator/_compat.py
src/scpn_phase_orchestrator/cli.py
src/scpn_phase_orchestrator/py.typed
src/scpn_phase_orchestrator.egg-info/PKG-INFO
src/scpn_phase_orchestrator.egg-info/SOURCES.txt
src/scpn_phase_orchestrator.egg-info/dependency_links.txt
src/scpn_phase_orchestrator.egg-info/entry_points.txt
src/scpn_phase_orchestrator.egg-info/requires.txt
src/scpn_phase_orchestrator.egg-info/top_level.txt
src/scpn_phase_orchestrator/actuation/__init__.py
src/scpn_phase_orchestrator/actuation/constraints.py
src/scpn_phase_orchestrator/actuation/mapper.py
src/scpn_phase_orchestrator/adapters/__init__.py
src/scpn_phase_orchestrator/adapters/fusion_core_bridge.py
src/scpn_phase_orchestrator/adapters/opentelemetry.py
src/scpn_phase_orchestrator/adapters/plasma_control_bridge.py
src/scpn_phase_orchestrator/adapters/prometheus.py
src/scpn_phase_orchestrator/adapters/quantum_control_bridge.py
src/scpn_phase_orchestrator/adapters/scpn_control_bridge.py
src/scpn_phase_orchestrator/adapters/snn_bridge.py
src/scpn_phase_orchestrator/apps/__init__.py
src/scpn_phase_orchestrator/apps/queuewaves/__init__.py
src/scpn_phase_orchestrator/apps/queuewaves/alerter.py
src/scpn_phase_orchestrator/apps/queuewaves/collector.py
src/scpn_phase_orchestrator/apps/queuewaves/config.py
src/scpn_phase_orchestrator/apps/queuewaves/detector.py
src/scpn_phase_orchestrator/apps/queuewaves/pipeline.py
src/scpn_phase_orchestrator/apps/queuewaves/server.py
src/scpn_phase_orchestrator/apps/queuewaves/static/index.html
src/scpn_phase_orchestrator/audit/__init__.py
src/scpn_phase_orchestrator/audit/logger.py
src/scpn_phase_orchestrator/audit/replay.py
src/scpn_phase_orchestrator/binding/__init__.py
src/scpn_phase_orchestrator/binding/loader.py
src/scpn_phase_orchestrator/binding/types.py
src/scpn_phase_orchestrator/binding/validator.py
src/scpn_phase_orchestrator/coupling/__init__.py
src/scpn_phase_orchestrator/coupling/geometry_constraints.py
src/scpn_phase_orchestrator/coupling/knm.py
src/scpn_phase_orchestrator/coupling/lags.py
src/scpn_phase_orchestrator/coupling/templates.py
src/scpn_phase_orchestrator/drivers/__init__.py
src/scpn_phase_orchestrator/drivers/psi_informational.py
src/scpn_phase_orchestrator/drivers/psi_physical.py
src/scpn_phase_orchestrator/drivers/psi_symbolic.py
src/scpn_phase_orchestrator/imprint/__init__.py
src/scpn_phase_orchestrator/imprint/state.py
src/scpn_phase_orchestrator/imprint/update.py
src/scpn_phase_orchestrator/monitor/__init__.py
src/scpn_phase_orchestrator/monitor/boundaries.py
src/scpn_phase_orchestrator/monitor/coherence.py
src/scpn_phase_orchestrator/oscillators/__init__.py
src/scpn_phase_orchestrator/oscillators/base.py
src/scpn_phase_orchestrator/oscillators/informational.py
src/scpn_phase_orchestrator/oscillators/physical.py
src/scpn_phase_orchestrator/oscillators/quality.py
src/scpn_phase_orchestrator/oscillators/symbolic.py
src/scpn_phase_orchestrator/reporting/__init__.py
src/scpn_phase_orchestrator/reporting/plots.py
src/scpn_phase_orchestrator/supervisor/__init__.py
src/scpn_phase_orchestrator/supervisor/events.py
src/scpn_phase_orchestrator/supervisor/petri_adapter.py
src/scpn_phase_orchestrator/supervisor/petri_net.py
src/scpn_phase_orchestrator/supervisor/policy.py
src/scpn_phase_orchestrator/supervisor/policy_rules.py
src/scpn_phase_orchestrator/supervisor/regimes.py
src/scpn_phase_orchestrator/upde/__init__.py
src/scpn_phase_orchestrator/upde/engine.py
src/scpn_phase_orchestrator/upde/envelope.py
src/scpn_phase_orchestrator/upde/metrics.py
src/scpn_phase_orchestrator/upde/numerics.py
src/scpn_phase_orchestrator/upde/order_params.py
src/scpn_phase_orchestrator/upde/pac.py
src/scpn_phase_orchestrator/upde/stuart_landau.py
tests/test_action_projection.py
tests/test_actuation_mapper.py
tests/test_adapters.py
tests/test_audit_logger.py
tests/test_audit_replay.py
tests/test_audit_replay_engine.py
tests/test_binding_loader.py
tests/test_binding_validator.py
tests/test_boundary_observer.py
tests/test_cli.py
tests/test_compat.py
tests/test_coupling_knm.py
tests/test_coupling_lags.py
tests/test_coupling_templates.py
tests/test_domainpack_amplitude.py
tests/test_domainpack_validation.py
tests/test_drivers.py
tests/test_envelope.py
tests/test_ffi_integration.py
tests/test_ffi_parity.py
tests/test_fusion_core_bridge.py
tests/test_geometry_projection.py
tests/test_imprint_state.py
tests/test_imprint_update.py
tests/test_imprint_validation.py
tests/test_integration_minimal_domain.py
tests/test_integration_pipelines.py
tests/test_knm.py
tests/test_loader_errors.py
tests/test_lock_metrics.py
tests/test_monitor_coherence.py
tests/test_order_params.py
tests/test_oscillator_informational.py
tests/test_oscillator_physical.py
tests/test_oscillator_symbolic.py
tests/test_pac.py
tests/test_pac_parity.py
tests/test_petri_adapter.py
tests/test_petri_net.py
tests/test_phase_contract.py
tests/test_phase_quality.py
tests/test_plasma_control_bridge.py
tests/test_policy.py
tests/test_policy_amplitude.py
tests/test_policy_rules.py
tests/test_property_invariants.py
tests/test_quality_scorer.py
tests/test_quantum_control_bridge.py
tests/test_regime_events.py
tests/test_regime_hysteresis.py
tests/test_reporting_plots.py
tests/test_scaffold_valid.py
tests/test_snn_bridge.py
tests/test_stuart_landau_binding.py
tests/test_stuart_landau_cli.py
tests/test_stuart_landau_coupling.py
tests/test_stuart_landau_engine.py
tests/test_stuart_landau_imprint.py
tests/test_stuart_landau_parity.py
tests/test_supervisor_policy.py
tests/test_supervisor_regimes.py
tests/test_upde_engine.py
tests/test_upde_numerics.py