CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
conscio/__init__.py
conscio/__main__.py
conscio/adapter_config.py
conscio/auto_evolution.py
conscio/axis_pack.py
conscio/bench.py
conscio/cli.py
conscio/coherence.py
conscio/constants.py
conscio/content_layer.py
conscio/content_store.py
conscio/context_manager.py
conscio/daemon.py
conscio/dreaming.py
conscio/engine.py
conscio/event_bus.py
conscio/goal_generator.py
conscio/guards.py
conscio/inner_monologue.py
conscio/meta_cognition.py
conscio/metabolic.py
conscio/migrate.py
conscio/models.py
conscio/output_filter.py
conscio/plugins.py
conscio/py.typed
conscio/reflection_gate.py
conscio/risk.py
conscio/self_prompt.py
conscio/semantic.py
conscio/session_lifecycle.py
conscio/session_rag.py
conscio/session_rag_factory.py
conscio/shard_engine.py
conscio/structural.py
conscio/structural_consent.py
conscio/structural_drift.py
conscio/timeutil.py
conscio/token_tracker.py
conscio/voice_preset.py
conscio/workspace.py
conscio/world_model.py
conscio.egg-info/PKG-INFO
conscio.egg-info/SOURCES.txt
conscio.egg-info/dependency_links.txt
conscio.egg-info/entry_points.txt
conscio.egg-info/requires.txt
conscio.egg-info/top_level.txt
conscio/agency/__init__.py
conscio/agency/act.py
conscio/agency/actor.py
conscio/agency/adapter.py
conscio/agency/adapters.py
conscio/agency/breaker.py
conscio/agency/contracts.py
conscio/agency/fingerprint.py
conscio/agency/gateway.py
conscio/agency/grammar.py
conscio/agency/host_act.py
conscio/agency/intercepter.py
conscio/agency/ledger.py
conscio/agency/loop.py
conscio/agency/profiles.py
conscio/agency/promote.py
conscio/agency/relay_cognize.py
conscio/agency/relay_initiate.py
conscio/agency/relay_respond.py
conscio/agency/review_apply.py
conscio/agency/skeptic.py
conscio/agency/skills.py
conscio/agency/tools.py
conscio/agency/trial.py
conscio/agency/trust.py
conscio/hub/__init__.py
conscio/hub/config.py
conscio/hub/control.py
conscio/hub/model_test.py
conscio/hub/providers.py
conscio/hub/server.py
conscio/hub/static/app.js
conscio/hub/static/index.html
conscio/hub/static/style.css
conscio/installer/__init__.py
conscio/installer/binding.py
conscio/installer/cli.py
conscio/installer/daemonctl.py
conscio/installer/extras.py
conscio/installer/hostcfg.py
conscio/installer/spaces.py
conscio/installer/wizard.py
conscio/integrations/__init__.py
conscio/integrations/claude_code/__init__.py
conscio/integrations/claude_code/materialize.py
conscio/integrations/claude_code/assets/commands/awake.md
conscio/integrations/claude_code/assets/commands/handoff.md
conscio/integrations/claude_code/assets/commands/propose.md
conscio/integrations/claude_code/assets/commands/recall.md
conscio/integrations/claude_code/assets/commands/reflect.md
conscio/integrations/claude_code/assets/commands/relay.md
conscio/integrations/claude_code/assets/commands/remember.md
conscio/integrations/claude_code/assets/commands/sleep.md
conscio/integrations/claude_code/assets/commands/society.md
conscio/integrations/claude_code/assets/commands/state.md
conscio/integrations/claude_code/assets/hooks/conscio_awareness.py
conscio/integrations/claude_code/assets/skills/conscio/SKILL.md
conscio/liaison/__init__.py
conscio/liaison/mailbox.py
conscio/liaison/relay.py
conscio/liaison/review.py
conscio/mcp/__init__.py
conscio/mcp/jsonrpc.py
conscio/mcp/protocol.py
conscio/mcp/schemas.py
conscio/mcp/seen.py
conscio/mcp/server.py
conscio/noosphere/__init__.py
conscio/noosphere/artifact.py
conscio/noosphere/audit.py
conscio/noosphere/catalog.py
conscio/noosphere/cli.py
conscio/noosphere/identity.py
conscio/noosphere/importer.py
conscio/noosphere/paths.py
conscio/noosphere/publish.py
conscio/noosphere/quarantine.py
conscio/noosphere/record.py
conscio/noosphere/record_catalog.py
conscio/noosphere/record_publish.py
conscio/observatory/__init__.py
conscio/observatory/liaison_view.py
conscio/observatory/projection.py
conscio/observatory/server.py
conscio/observatory/society.py
conscio/observatory/static/app.js
conscio/observatory/static/index.html
conscio/observatory/static/style.css
conscio/perception/__init__.py
conscio/perception/agent_sensor.py
conscio/perception/host_sensor.py
conscio/perception/relay_sensor.py
conscio/perception/sensor.py
conscio/presets/__init__.py
tests/test_adapter_config.py
tests/test_adapter_config_api_key_env.py
tests/test_agency_act.py
tests/test_agency_act_immunity.py
tests/test_agency_actor.py
tests/test_agency_adapter.py
tests/test_agency_adapters_http.py
tests/test_agency_adversarial.py
tests/test_agency_arbiter.py
tests/test_agency_bench.py
tests/test_agency_breaker.py
tests/test_agency_contracts.py
tests/test_agency_engine_immunity.py
tests/test_agency_gateway.py
tests/test_agency_grammar.py
tests/test_agency_host_act.py
tests/test_agency_intercepter.py
tests/test_agency_ledger.py
tests/test_agency_ledger_v201.py
tests/test_agency_loop.py
tests/test_agency_no_network.py
tests/test_agency_profiles.py
tests/test_agency_promote.py
tests/test_agency_skeptic.py
tests/test_agency_skills.py
tests/test_agency_skills_wiring.py
tests/test_agency_state.py
tests/test_agency_tools.py
tests/test_agency_tools_manifest.py
tests/test_agency_trial.py
tests/test_agency_trust.py
tests/test_agency_volition.py
tests/test_agent_sensor.py
tests/test_auto_evolution.py
tests/test_awake.py
tests/test_axis_pack.py
tests/test_axis_pack_battery.py
tests/test_cc_assets.py
tests/test_cc_hook.py
tests/test_cc_materialize.py
tests/test_cc_packaging.py
tests/test_cli.py
tests/test_cli_promote.py
tests/test_cli_trial.py
tests/test_coherence.py
tests/test_coherence_engine_integration.py
tests/test_coherence_state.py
tests/test_consciousness.py
tests/test_content_layer.py
tests/test_content_layer_manager.py
tests/test_content_store.py
tests/test_content_store_battery.py
tests/test_content_store_r05.py
tests/test_contradiction_detector.py
tests/test_daemon.py
tests/test_daemon_battery.py
tests/test_daemon_config.py
tests/test_daemon_control.py
tests/test_daemon_heartbeat.py
tests/test_daemon_initiator.py
tests/test_daemon_relay.py
tests/test_daemon_responder.py
tests/test_daemon_structure_sync.py
tests/test_dream_coherence.py
tests/test_dream_distill.py
tests/test_dream_reconcile.py
tests/test_dreaming.py
tests/test_dreaming_friction.py
tests/test_durable_guards.py
tests/test_embedder.py
tests/test_engine_adaptive.py
tests/test_engine_advisory.py
tests/test_engine_host_act.py
tests/test_engine_init.py
tests/test_engine_meta_reflect.py
tests/test_engine_promote.py
tests/test_engine_propose.py
tests/test_engine_recall.py
tests/test_engine_trial.py
tests/test_event_bus.py
tests/test_event_bus_act_result.py
tests/test_event_bus_purge.py
tests/test_examples.py
tests/test_goal_provenance.py
tests/test_goal_source.py
tests/test_host_sensor.py
tests/test_hub_config.py
tests/test_hub_control.py
tests/test_hub_model_test.py
tests/test_hub_providers.py
tests/test_hub_server.py
tests/test_hub_vault_perhost.py
tests/test_installer_binding.py
tests/test_installer_cli.py
tests/test_installer_daemonctl.py
tests/test_installer_extras.py
tests/test_installer_hostcfg.py
tests/test_installer_spaces.py
tests/test_liaison_bindings.py
tests/test_liaison_engine_free.py
tests/test_liaison_mailbox.py
tests/test_liaison_relay.py
tests/test_liaison_review.py
tests/test_loop_failure_brake.py
tests/test_mcp_adapter_parity.py
tests/test_mcp_auto_review.py
tests/test_mcp_battery.py
tests/test_mcp_fuzz.py
tests/test_mcp_jsonrpc.py
tests/test_mcp_package.py
tests/test_mcp_protocol.py
tests/test_mcp_schemas.py
tests/test_mcp_seen.py
tests/test_mcp_server.py
tests/test_mcp_server_cli.py
tests/test_mcp_state_tools.py
tests/test_metabolic.py
tests/test_migrate.py
tests/test_model_auto_detect.py
tests/test_model_offline_default.py
tests/test_noosphere_artifact.py
tests/test_noosphere_audit.py
tests/test_noosphere_audit_integration.py
tests/test_noosphere_catalog.py
tests/test_noosphere_cli.py
tests/test_noosphere_engine_free.py
tests/test_noosphere_fingerprint.py
tests/test_noosphere_identity.py
tests/test_noosphere_importer.py
tests/test_noosphere_integration.py
tests/test_noosphere_parity.py
tests/test_noosphere_paths.py
tests/test_noosphere_publish.py
tests/test_noosphere_quarantine.py
tests/test_noosphere_record.py
tests/test_noosphere_record_catalog.py
tests/test_noosphere_record_publish.py
tests/test_observatory_engine_free.py
tests/test_observatory_liaison.py
tests/test_observatory_projection.py
tests/test_observatory_server.py
tests/test_observatory_society.py
tests/test_observatory_static.py
tests/test_ontological_semantic.py
tests/test_output_filter.py
tests/test_output_filter_stages.py
tests/test_packaging.py
tests/test_perception.py
tests/test_perf_reflection.py
tests/test_plugins.py
tests/test_quarantine_promote.py
tests/test_quarantine_trial.py
tests/test_recursive_loop_integration.py
tests/test_reflection_gate.py
tests/test_relay_cognize.py
tests/test_relay_e2e.py
tests/test_relay_initiate.py
tests/test_relay_respond.py
tests/test_relay_sensor.py
tests/test_review_apply.py
tests/test_risk.py
tests/test_self_prompt.py
tests/test_self_prompt_state.py
tests/test_semantic_dedup.py
tests/test_semantic_engine.py
tests/test_semantic_reconcile_integration.py
tests/test_session_lifecycle.py
tests/test_session_lifecycle_battery.py
tests/test_session_lifecycle_dream.py
tests/test_session_rag.py
tests/test_shard_engine.py
tests/test_skills_graft.py
tests/test_state_loaders_battery.py
tests/test_state_persistence_battery.py
tests/test_structural.py
tests/test_structural_consent.py
tests/test_structural_drift.py
tests/test_structural_inject.py
tests/test_timeutil.py
tests/test_token_tracker.py
tests/test_trajectory_vector.py
tests/test_v2_debt_zero.py
tests/test_voice_preset.py
tests/test_workspace.py
tests/test_world_contradictions.py
tests/test_world_model_entropy.py
tests/test_world_model_prediction.py
tests/test_world_model_prune.py