LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
Documents/OVERVIEW_V2_1.md
Documents/POP_Manifesto.md
Documents/POP_Specification_v2_1.md
Documents/POP_V2_Features_Reference.md
Documents/POP_specification.md
Documents/POP_specification_supplement.md
Documents/new_POP_manifesto.md
Documents/ADR/POP_Impact_Report.md
Documents/ADR/analysis_pop_complex_workflow.md
Documents/ADR/analysis_pop_distributed_vision.md
Documents/ADR/analysis_pop_industrial_spec.md
Documents/ADR/analysis_pop_side_effects_errors.md
Documents/ADR/analysis_pop_spec_ch7_8_clarification.md
Documents/ADR/analysis_pop_strategic_realignment.md
Documents/ADR/context_zone.md
Documents/ADR/critical_assessment_v2_1.md
Documents/ADR/discuss_for_pop_sdk.md
Documents/ADR/example_recipe_spec_DSL.md
Documents/ADR/pop_rust_stack_analysis.md
Documents/ADR/technical_feasibility_v2_1.md
Documents/Architecture/01_Mindset.md
Documents/Architecture/02_Unified_Arch.md
Documents/Architecture/03_NonBinary.md
Documents/Architecture/04_Data_Design.md
Documents/Architecture/05_Process_Design.md
Documents/Architecture/06_Code_Organization.md
Documents/Architecture/07_Workflow_Patterns.md
Documents/Architecture/08_Adapter_Pattern.md
Documents/Architecture/09_Contract_And_Errors.md
Documents/Architecture/10_Symbiosis.md
Documents/Architecture/11_Concurrency.md
Documents/Architecture/12_Engine_Runtime.md
Documents/Architecture/13_Ecosystem.md
Documents/Handbook/00_Outline.md
Documents/Handbook/01_Define_Data.md
Documents/Handbook/02_Write_Process.md
Documents/Handbook/03_Compose_Workflow.md
Documents/Handbook/04_Implement_Adapters.md
Documents/Handbook/05_Managing_Complexity.md
Documents/Handbook/06_Production_Readiness.md
Documents/SPECS/theus_v2_1_architecture.md
tests/test_audit_traceability.py
tests/test_audit_v2_logic.py
tests/test_cli_v2.py
tests/test_concurrency_v2.py
tests/test_context_locking.py
tests/test_deep_leakage.py
tests/test_delta_mechanics.py
tests/test_frozen_wrappers.py
tests/test_fsm.py
tests/test_generic_use_case.py
tests/test_guard_zones.py
tests/test_integration_gui_sim.py
tests/test_method_leakage.py
tests/test_schema_v2.py
tests/test_slice_mutation.py
tests/test_tensor_transaction.py
tests/test_traversal_blocking.py
tests/test_tuple_leakage.py
tests/test_workflow_v2.py
tests/test_zombie_proxy.py
tests/test_zones.py
theus/__init__.py
theus/__main__.py
theus/audit.py
theus/cli.py
theus/config.py
theus/context.py
theus/contracts.py
theus/delta.py
theus/engine.py
theus/guards.py
theus/interfaces.py
theus/locks.py
theus/schema_gen.py
theus/structures.py
theus/templates.py
theus/zones.py
theus.egg-info/PKG-INFO
theus.egg-info/SOURCES.txt
theus.egg-info/dependency_links.txt
theus.egg-info/entry_points.txt
theus.egg-info/requires.txt
theus.egg-info/top_level.txt
theus/orchestrator/__init__.py
theus/orchestrator/bus.py
theus/orchestrator/executor.py
theus/orchestrator/fsm.py
theus/orchestrator/manager.py