README.md
pyproject.toml
./ghost/__init__.py
./ghost/agents.py
./ghost/api.py
./ghost/combat.py
./ghost/engine.py
./ghost/epistemic.py
./ghost/events.py
./ghost/governance.py
./ghost/ids.py
./ghost/input.py
./ghost/llm_adapter.py
./ghost/objectives.py
./ghost/policies.py
./ghost/relationships.py
./ghost/scenario.py
./ghost/scenario_runtime.py
./ghost/step.py
./ghost/temperament.py
./ghost/threat_response.py
./ghost/validation.py
./ghost/world.py
./ghost/examples/__init__.py
./ghost/examples/epistemic_api_smoke_demo.py
./ghost/examples/ghost_math_helper.py
./ghost/examples/npc_demo.py
./ghost/examples/order_coordination.py
./ghost/examples/order_coordination_benchmark.py
./ghost/examples/order_coordination_demo.py
./ghost/examples/order_coordination_live_benchmark.py
./ghost/examples/order_coordination_report_replay.py
./ghost/examples/relationship_diagnostics_demo.py
./ghost/examples/relationship_proof_demo.py
./ghost/examples/shopkeeper_mini_game.py
./ghost/examples/simple_npc_demo.py
./ghost/examples/social_propagation_demo.py
./ghost/examples/temperament_demo.py
./ghost/examples/threat_response_demo.py
./ghost/examples/ghost_revolution/__init__.py
./ghost/examples/ghost_revolution/__main__.py
./ghost/examples/ghost_revolution/config.py
./ghost/examples/ghost_revolution/demo.py
./ghost/examples/ghost_revolution/dev_shortcuts.py
./ghost/examples/ghost_revolution/guard.py
./ghost/examples/ghost_revolution/llm_bridge.py
./ghost/examples/ghost_revolution/opponent_ai.py
./ghost/examples/ghost_revolution/presentation.py
./ghost/examples/ghost_revolution/raid.py
./ghost/examples/ghost_revolution/scripted_playthroughs.py
./ghost/examples/ghost_revolution/social.py
./ghost/examples/ghost_revolution/symmetric_combat.py
./ghost/examples/ghost_revolution/town_memory.py
./ghost/examples/ghost_revolution/benchmarks/__init__.py
./ghost/examples/ghost_revolution/benchmarks/epistemic_decision_benchmark.py
./ghost/examples/ghost_revolution/benchmarks/epistemic_fair_fork_benchmark.py
./ghost/examples/ghost_revolution/benchmarks/epistemic_scenario_matrix_benchmark.py
ghocentric_ghost_engine.egg-info/PKG-INFO
ghocentric_ghost_engine.egg-info/SOURCES.txt
ghocentric_ghost_engine.egg-info/dependency_links.txt
ghocentric_ghost_engine.egg-info/entry_points.txt
ghocentric_ghost_engine.egg-info/top_level.txt
ghost/__init__.py
ghost/agents.py
ghost/api.py
ghost/combat.py
ghost/engine.py
ghost/epistemic.py
ghost/events.py
ghost/governance.py
ghost/ids.py
ghost/input.py
ghost/llm_adapter.py
ghost/objectives.py
ghost/policies.py
ghost/relationships.py
ghost/scenario.py
ghost/scenario_runtime.py
ghost/step.py
ghost/temperament.py
ghost/threat_response.py
ghost/validation.py
ghost/world.py
ghost/examples/__init__.py
ghost/examples/epistemic_api_smoke_demo.py
ghost/examples/ghost_math_helper.py
ghost/examples/npc_demo.py
ghost/examples/order_coordination.py
ghost/examples/order_coordination_benchmark.py
ghost/examples/order_coordination_demo.py
ghost/examples/order_coordination_live_benchmark.py
ghost/examples/order_coordination_report_replay.py
ghost/examples/relationship_diagnostics_demo.py
ghost/examples/relationship_proof_demo.py
ghost/examples/shopkeeper_mini_game.py
ghost/examples/simple_npc_demo.py
ghost/examples/social_propagation_demo.py
ghost/examples/temperament_demo.py
ghost/examples/threat_response_demo.py
ghost/examples/ghost_revolution/__init__.py
ghost/examples/ghost_revolution/__main__.py
ghost/examples/ghost_revolution/config.py
ghost/examples/ghost_revolution/demo.py
ghost/examples/ghost_revolution/dev_shortcuts.py
ghost/examples/ghost_revolution/guard.py
ghost/examples/ghost_revolution/llm_bridge.py
ghost/examples/ghost_revolution/opponent_ai.py
ghost/examples/ghost_revolution/presentation.py
ghost/examples/ghost_revolution/raid.py
ghost/examples/ghost_revolution/scripted_playthroughs.py
ghost/examples/ghost_revolution/social.py
ghost/examples/ghost_revolution/symmetric_combat.py
ghost/examples/ghost_revolution/town_memory.py
ghost/examples/ghost_revolution/benchmarks/__init__.py
ghost/examples/ghost_revolution/benchmarks/epistemic_decision_benchmark.py
ghost/examples/ghost_revolution/benchmarks/epistemic_fair_fork_benchmark.py
ghost/examples/ghost_revolution/benchmarks/epistemic_scenario_matrix_benchmark.py
tests/test_agent_registry.py
tests/test_api_demo.py
tests/test_api_docs_v171.py
tests/test_api_epistemic_v180.py
tests/test_api_governance_v110.py
tests/test_api_id_boundary_v171.py
tests/test_api_runtime_contracts_v180.py
tests/test_api_state_snapshot_v171.py
tests/test_api_temperament_v170.py
tests/test_api_tick_packet_v170.py
tests/test_betrayal_stability_breach_v173.py
tests/test_combat_control_v180.py
tests/test_combat_objectives_v180.py
tests/test_compound_mutation_atomicity_v180.py
tests/test_configuration_read_cleanup_v180.py
tests/test_construction_restoration_split_v180.py
tests/test_core_boundary_coverage_v180.py
tests/test_core_coverage_closure_v180.py
tests/test_engine_v1_contracts.py
tests/test_environment_isolation.py
tests/test_epistemic_api_smoke_demo_v180.py
tests/test_epistemic_v180.py
tests/test_events_v170.py
tests/test_explicit_run_control.py
tests/test_external_input.py
tests/test_game_action_normalization_v180.py
tests/test_governance_branch_contracts_v180.py
tests/test_governance_core.py
tests/test_governance_intents.py
tests/test_governance_threat_context_v174.py
tests/test_id_validation_v170.py
tests/test_internal_step_does_not_leak_type.py
tests/test_ironclad_boundaries_v170.py
tests/test_ironclad_public_numbers_v170.py
tests/test_llm_adapter_full_coverage_v180.py
tests/test_llm_adapter_fuzz_v180.py
tests/test_llm_adapter_response_parser_v180.py
tests/test_llm_adapter_v110.py
tests/test_mathematical_invariants_v170.py
tests/test_npc_actor_memory.py
tests/test_npc_emotional_modulation.py
tests/test_npc_intent_decay.py
tests/test_npc_intent_processing.py
tests/test_order_coordination_benchmark_v180.py
tests/test_order_coordination_coverage_closure_v180.py
tests/test_order_coordination_live_benchmark_v180.py
tests/test_order_coordination_report_replay_v180.py
tests/test_order_coordination_snapshot_hardening_v180.py
tests/test_order_coordination_v180.py
tests/test_oscillation_demo.py
tests/test_oscillation_graph.py
tests/test_plot_png.py
tests/test_policies_v110.py
tests/test_policy_branch_contracts_v180.py
tests/test_positive_reservoir_cap_v173.py
tests/test_proof_demo.py
tests/test_public_api.py
tests/test_public_boundary_copy_isolation_v180.py
tests/test_public_packet_schemas_v170.py
tests/test_public_social_propagation_bridge.py
tests/test_quality_policy.py
tests/test_relationship_branch_contracts_v180.py
tests/test_relationship_diagnostics.py
tests/test_relationship_graph.py
tests/test_relationship_interaction.py
tests/test_relationship_maturity_volatility.py
tests/test_relationship_mutation_pipeline_v180.py
tests/test_relationship_transitions_v110.py
tests/test_release_contract_v171.py
tests/test_release_packaging_cli_v190.py
tests/test_scale_safety_v170.py
tests/test_scenario_config_coverage_v180.py
tests/test_scenario_config_v180.py
tests/test_scenario_intensity_authority_v180.py
tests/test_scenario_runtime_atomicity_v180.py
tests/test_scenario_runtime_branch_contracts_v180.py
tests/test_scenario_runtime_v180.py
tests/test_shock_bundle_v173.py
tests/test_simple_demo.py
tests/test_snapshot_metadata_v170.py
tests/test_snapshot_restore_v180.py
tests/test_social_propagation_v160.py
tests/test_strict_snapshot_validation_v180.py
tests/test_temperament_decision_contracts_v180.py
tests/test_temperament_demo_v170.py
tests/test_temperament_persistent_distrust_v172.py
tests/test_temperament_v170.py
tests/test_test_suite_quality_v170.py
tests/test_threat_response_normalization_v180.py
tests/test_threat_response_v180.py
tests/test_tick_packet_v160.py
tests/test_transitions.py
tests/test_version_schema_separation_v180.py
tests/test_world_runtime_coverage_v180.py