LICENSE
README.md
pyproject.toml
apsimo/__init__.py
apsimo/__main__.py
apsimo/backup.py
apsimo/cli.py
apsimo/doctor.py
apsimo/environment.py
apsimo/execution_results.py
apsimo/genesis.json
apsimo/governed_actions.py
apsimo/migrations.py
apsimo/scope_bounds.py
apsimo/server.py
apsimo/setup.py
apsimo/setup_hermes.py
apsimo/setup_local_work.py
apsimo/setup_native_goals.py
apsimo/setup_native_reviews.py
apsimo/setup_skills.py
apsimo/telemetry.py
apsimo/work_orders.py
apsimo.egg-info/PKG-INFO
apsimo.egg-info/SOURCES.txt
apsimo.egg-info/dependency_links.txt
apsimo.egg-info/entry_points.txt
apsimo.egg-info/requires.txt
apsimo.egg-info/top_level.txt
apsimo/agent/__init__.py
apsimo/agent/client.py
apsimo/agent/models.py
apsimo/agents/__init__.py
apsimo/agents/models.py
apsimo/agents/store.py
apsimo/agents/websocket.py
apsimo/api/__init__.py
apsimo/api/auth_telemetry.py
apsimo/api/authority.py
apsimo/api/contact_grants.py
apsimo/api/middleware.py
apsimo/api/routers/__init__.py
apsimo/api/routers/commitment_work.py
apsimo/api/routers/context_gate.py
apsimo/api/routers/executions.py
apsimo/api/routers/followup_plans.py
apsimo/api/routers/governed_actions.py
apsimo/api/routers/host.py
apsimo/api/routers/initiative_work.py
apsimo/api/routers/mining.py
apsimo/api/routers/observations.py
apsimo/api/routers/social_state.py
apsimo/api/routers/task_queue.py
apsimo/api/routers/temporal_followups.py
apsimo/api/routers/transport.py
apsimo/api/routers/transport_ingress_api.py
apsimo/api/schemas/__init__.py
apsimo/api/schemas/host.py
apsimo/autonomy/cli.py
apsimo/autonomy/condition_worker.py
apsimo/autonomy/config.py
apsimo/autonomy/loop.py
apsimo/autonomy/registry.py
apsimo/autonomy/scheduler.py
apsimo/autonomy/synthesis.py
apsimo/beliefs/__init__.py
apsimo/beliefs/contradictions.py
apsimo/beliefs/decay.py
apsimo/beliefs/engine.py
apsimo/beliefs/models.py
apsimo/beliefs/promotion.py
apsimo/beliefs/resolve.py
apsimo/beliefs/source_claims.py
apsimo/beliefs/source_projection.py
apsimo/beliefs/source_time.py
apsimo/beliefs/store.py
apsimo/briefings/aggregators.py
apsimo/briefings/composer.py
apsimo/briefings/config.py
apsimo/briefings/delivery.py
apsimo/briefings/engagement.py
apsimo/briefings/engine.py
apsimo/briefings/enhancer.py
apsimo/briefings/models.py
apsimo/briefings/scheduler.py
apsimo/briefings/store.py
apsimo/chain/__init__.py
apsimo/chain/block.py
apsimo/chain/cli.py
apsimo/chain/genesis.py
apsimo/chain/identity.py
apsimo/chain/keys.py
apsimo/chain/local_keys.py
apsimo/chain/manager.py
apsimo/chain/node.py
apsimo/chain/plugin_transactions.py
apsimo/chain/protocol.py
apsimo/chain/state_machine.py
apsimo/chain/storage.py
apsimo/chain/transactions.py
apsimo/chain/validation.py
apsimo/channels/__init__.py
apsimo/channels/manifest.py
apsimo/channels/phone_gateways.py
apsimo/channels/presence.py
apsimo/channels/router.py
apsimo/channels/store.py
apsimo/channels/migrations/001_channels_schema.sql
apsimo/cognition/__init__.py
apsimo/cognition/charter.py
apsimo/cognition/drive_governance.py
apsimo/cognition/evidence_pipeline.py
apsimo/cognition/external_events.py
apsimo/cognition/goal_spine.py
apsimo/cognition/introspection.py
apsimo/cognition/prompt.py
apsimo/cognition/runtime.py
apsimo/cognition/trigger.py
apsimo/commitments/__init__.py
apsimo/commitments/local_work.py
apsimo/commitments/store.py
apsimo/commitments/work.py
apsimo/compression/__init__.py
apsimo/connectors/__init__.py
apsimo/connectors/base.py
apsimo/connectors/caldav_calendar.py
apsimo/connectors/fs_documents.py
apsimo/connectors/imap_email.py
apsimo/connectors/manager.py
apsimo/connectors/webhook_pull.py
apsimo/contacts/__init__.py
apsimo/contacts/comms.py
apsimo/contacts/config.py
apsimo/contacts/identity_links.py
apsimo/contacts/importer.py
apsimo/contacts/models.py
apsimo/contacts/scoring.py
apsimo/contacts/store.py
apsimo/contacts/transport_ingress.py
apsimo/contacts/exporters/__init__.py
apsimo/contacts/exporters/vcard.py
apsimo/contacts/importers/__init__.py
apsimo/contacts/importers/batch.py
apsimo/contacts/importers/macos_contacts.py
apsimo/contacts/migrations/001_contacts_schema.sql
apsimo/contacts/migrations/002_trust_scopes.sql
apsimo/contacts/migrations/003_open_gateway_enum.sql
apsimo/contacts/migrations/004_contact_provision_operations.sql
apsimo/contacts/migrations/005_identity_links.sql
apsimo/contextgate/__init__.py
apsimo/contextgate/chunker.py
apsimo/contextgate/estimate.py
apsimo/contextgate/gate.py
apsimo/contextgate/retrieve.py
apsimo/delivery/__init__.py
apsimo/delivery/bridge.py
apsimo/delivery/channels.py
apsimo/delivery/classification.py
apsimo/delivery/rate_limiter.py
apsimo/delivery/reachout_policy.py
apsimo/directed/__init__.py
apsimo/directed/audit.py
apsimo/directed/intake.py
apsimo/directed/models.py
apsimo/directed/service.py
apsimo/directives/__init__.py
apsimo/directives/evidence.py
apsimo/directives/extractor.py
apsimo/directives/guard.py
apsimo/directives/models.py
apsimo/directives/service.py
apsimo/directives/store.py
apsimo/events/__init__.py
apsimo/events/broadcaster.py
apsimo/events/bus.py
apsimo/events/journal.py
apsimo/events/stream.py
apsimo/events/types.py
apsimo/feedback/__init__.py
apsimo/feedback/store.py
apsimo/feeds/__init__.py
apsimo/feeds/cli.py
apsimo/feeds/engine.py
apsimo/feeds/example-feed.yaml
apsimo/feeds/hermes_cron.py
apsimo/feeds/manager.py
apsimo/feeds/spec.py
apsimo/feeds/template.py
apsimo/gate/__init__.py
apsimo/gate/audit.py
apsimo/gate/communication_policy.py
apsimo/gate/config.py
apsimo/gate/context_provenance.py
apsimo/gate/env_risk.py
apsimo/gate/guard_audit.py
apsimo/gate/models.py
apsimo/gate/pending_dispatch.py
apsimo/gate/pipeline.py
apsimo/gate/rejection.py
apsimo/gate/response_guard.py
apsimo/gate/surface_policy.py
apsimo/gate/taint.py
apsimo/gate/layers/__init__.py
apsimo/gate/layers/base.py
apsimo/gate/layers/l1_recipient.py
apsimo/gate/layers/l2_pii.py
apsimo/gate/layers/l3_cross_context.py
apsimo/gate/layers/l4_trust_tier.py
apsimo/gate/layers/l5_injection.py
apsimo/gate/layers/l6_review.py
apsimo/gate/layers/l7_delay.py
apsimo/gate/layers/tom2_epistemic.py
apsimo/gate/rulesets/injection_v1.yaml
apsimo/goals/__init__.py
apsimo/goals/config.py
apsimo/goals/decomposer.py
apsimo/goals/engine.py
apsimo/goals/inference.py
apsimo/goals/models.py
apsimo/goals/priority.py
apsimo/goals/queue_bridge.py
apsimo/goals/replan.py
apsimo/goals/schema.sql
apsimo/goals/store.py
apsimo/harness_integration/__init__.py
apsimo/harness_integration/context.py
apsimo/harness_integration/skills.py
apsimo/identity/__init__.py
apsimo/identity/participants.py
apsimo/identity/resolver.py
apsimo/identity_bootstrap/__init__.py
apsimo/identity_bootstrap/builder.py
apsimo/identity_bootstrap/corpus.py
apsimo/identity_bootstrap/models.py
apsimo/identity_bootstrap/runner.py
apsimo/identity_bootstrap/self_query.py
apsimo/identity_bootstrap/self_reflection.py
apsimo/identity_bootstrap/skill.py
apsimo/identity_bootstrap/verifier.py
apsimo/identity_bootstrap/seeders/__init__.py
apsimo/identity_bootstrap/seeders/briefings.py
apsimo/identity_bootstrap/seeders/chain.py
apsimo/identity_bootstrap/seeders/goals.py
apsimo/identity_bootstrap/seeders/memory.py
apsimo/identity_bootstrap/seeders/neo4j_cognition.py
apsimo/identity_bootstrap/seeders/relationship.py
apsimo/identity_bootstrap/seeders/sessions.py
apsimo/identity_bootstrap/seeders/skills.py
apsimo/identity_bootstrap/seeders/task_queue.py
apsimo/identity_bootstrap/seeders/world_model.py
apsimo/initiatives/__init__.py
apsimo/initiatives/action_registry.py
apsimo/initiatives/approval_authority.py
apsimo/initiatives/approval_policy.py
apsimo/initiatives/assignment.py
apsimo/initiatives/backup_evidence.py
apsimo/initiatives/context_freshness.py
apsimo/initiatives/models.py
apsimo/initiatives/native_work.py
apsimo/initiatives/standing_approvals.py
apsimo/initiatives/store.py
apsimo/initiatives/temporal_followup.py
apsimo/intelligence/__init__.py
apsimo/intelligence/cognition/__init__.py
apsimo/intelligence/cognition/gap_detector.py
apsimo/intelligence/cognition/metalearner.py
apsimo/intelligence/cognition/metrics_collector.py
apsimo/intelligence/cognition/performance_index.py
apsimo/intelligence/cognition/registry.py
apsimo/intelligence/cognition/strategy_adjuster.py
apsimo/intelligence/cognition/types.py
apsimo/intelligence/components/__init__.py
apsimo/intelligence/components/anomaly_detector.py
apsimo/intelligence/components/initiative_engine.py
apsimo/intelligence/components/preference_learner.py
apsimo/intelligence/components/research_orchestrator.py
apsimo/intelligence/components/self_directed_thinker.py
apsimo/intelligence/components/self_reflector.py
apsimo/intelligence/components/session_continuity.py
apsimo/intelligence/components/task_planner.py
apsimo/intelligence/components/tool_learner.py
apsimo/intelligence/graph/__init__.py
apsimo/intelligence/graph/client.py
apsimo/intelligence/graph/consolidator.py
apsimo/intelligence/graph/distiller.py
apsimo/intelligence/graph/migrations.py
apsimo/intelligence/graph/queries.py
apsimo/intelligence/graph/reconciler.py
apsimo/intelligence/graph/schema.py
apsimo/intelligence/learning/__init__.py
apsimo/intelligence/learning/continuous_learner.py
apsimo/intelligence/learning/feedback_store.py
apsimo/intelligence/mind_model/__init__.py
apsimo/intelligence/mind_model/graph_baseline.py
apsimo/intelligence/mind_model/signal_collector.py
apsimo/intelligence/relationships/__init__.py
apsimo/intelligence/relationships/profiler.py
apsimo/intelligence/relationships/scorer.py
apsimo/intelligence/relationships/signal_floor.py
apsimo/intelligence/relationships/trust_tiers.py
apsimo/intelligence/synthesis/__init__.py
apsimo/intelligence/synthesis/connection_discoverer.py
apsimo/intelligence/synthesis/cross_domain_analyzer.py
apsimo/intelligence/synthesis/insight_deliverer.py
apsimo/intelligence/synthesis/insight_store.py
apsimo/intelligence/synthesis/insight_validator.py
apsimo/intelligence/synthesis/novelty_scorer.py
apsimo/intelligence/turn_middleware/__init__.py
apsimo/intelligence/turn_middleware/memory_sync.py
apsimo/mcp/__init__.py
apsimo/mcp/__main__.py
apsimo/mcp/config.py
apsimo/mcp/server.py
apsimo/memory/__init__.py
apsimo/memory/recall.py
apsimo/memory/selection.py
apsimo/mining/__init__.py
apsimo/mining/corpus.py
apsimo/mining/escalations.py
apsimo/mining/models.py
apsimo/mining/store.py
apsimo/models/__init__.py
apsimo/models/memory.py
apsimo/models/mesh.py
apsimo/models/person.py
apsimo/models/signal.py
apsimo/observations/__init__.py
apsimo/observations/store.py
apsimo/patterns/__init__.py
apsimo/patterns/extract.py
apsimo/patterns/store.py
apsimo/persona/__init__.py
apsimo/persona/engine.py
apsimo/persona/manifest.py
apsimo/projects/__init__.py
apsimo/projects/engine.py
apsimo/projects/event_outbox.py
apsimo/projects/models.py
apsimo/projects/planner.py
apsimo/projects/store.py
apsimo/proposals/__init__.py
apsimo/proposals/engine.py
apsimo/proposals/models.py
apsimo/qualification/__init__.py
apsimo/qualification/cases.py
apsimo/qualification/cli.py
apsimo/qualification/memory_cases.py
apsimo/qualification/records.py
apsimo/qualification/report.py
apsimo/qualification/runner.py
apsimo/qualification/structured_cases.py
apsimo/reasoning/__init__.py
apsimo/reasoning/executor.py
apsimo/reasoning/loop.py
apsimo/reasoning/tool_policy.py
apsimo/reasoning/native_tools/__init__.py
apsimo/reasoning/native_tools/calculate.py
apsimo/reasoning/native_tools/file_ops.py
apsimo/reasoning/native_tools/web_search.py
apsimo/redact/__init__.py
apsimo/repos/__init__.py
apsimo/repos/mirrors.py
apsimo/research/__init__.py
apsimo/research/artifact.py
apsimo/research/gatherer.py
apsimo/research/pipeline.py
apsimo/research/synthesizer.py
apsimo/research/search/__init__.py
apsimo/research/search/base.py
apsimo/research/search/brave.py
apsimo/research/search/cache.py
apsimo/research/search/duckduckgo.py
apsimo/research/search/orchestrator.py
apsimo/research/search/serpapi.py
apsimo/research/search/tavily.py
apsimo/router/__init__.py
apsimo/router/complexity_scorer.py
apsimo/router/endpoints.py
apsimo/router/fallback.py
apsimo/router/functions.py
apsimo/router/native_policy.py
apsimo/router/router.py
apsimo/router/self_learning.py
apsimo/router/tiers.py
apsimo/sandbox/__init__.py
apsimo/sandbox/backend.py
apsimo/sandbox/manager.py
apsimo/secrets/__init__.py
apsimo/secrets/cli.py
apsimo/secrets/manager.py
apsimo/secrets/migration.py
apsimo/secrets/types.py
apsimo/secrets/backends/__init__.py
apsimo/secrets/backends/base.py
apsimo/secrets/backends/env.py
apsimo/secrets/backends/keyring.py
apsimo/secrets/backends/onepassword.py
apsimo/self_model/__init__.py
apsimo/self_model/appraisals.py
apsimo/self_model/benchmark.py
apsimo/self_model/brief.py
apsimo/self_model/event_concerns.py
apsimo/self_model/execution_forecasts.py
apsimo/self_model/expectations.py
apsimo/self_model/experiments.py
apsimo/self_model/journal.py
apsimo/self_model/judgments.py
apsimo/self_model/native_outcomes.py
apsimo/self_model/params.py
apsimo/self_model/perspective.py
apsimo/self_model/reconcile.py
apsimo/self_model/reply_forecasts.py
apsimo/self_model/runtime_forecasts.py
apsimo/self_model/runtime_models.py
apsimo/self_model/settlement.py
apsimo/self_model/situation.py
apsimo/self_model/store.py
apsimo/self_model/supervised.py
apsimo/self_model/thinker.py
apsimo/self_model/trust.py
apsimo/self_model/workspace.py
apsimo/services/__init__.py
apsimo/services/agent_bridge.py
apsimo/services/initiative_executor.py
apsimo/services/instance.py
apsimo/sessions/__init__.py
apsimo/sessions/config.py
apsimo/sessions/context_loader.py
apsimo/sessions/federation_session.py
apsimo/sessions/isolated_session.py
apsimo/sessions/reports.py
apsimo/sessions/store.py
apsimo/skills/__init__.py
apsimo/skills/base.py
apsimo/skills/budget.py
apsimo/skills/executor.py
apsimo/skills/hermes_export.py
apsimo/skills/index.py
apsimo/skills/loader.py
apsimo/skills/models.py
apsimo/skills/packager.py
apsimo/skills/protocols.py
apsimo/skills/registry.py
apsimo/skills/runtime.py
apsimo/skills/sandbox_runner.py
apsimo/skills/scheduler.py
apsimo/skills/schema.py
apsimo/skills/executors/__init__.py
apsimo/skills/executors/behavioral_correction.py
apsimo/skills/executors/capability_gap.py
apsimo/skills/executors/data_quality.py
apsimo/skills/executors/knowledge_acquisition.py
apsimo/skills/executors/operational_hygiene.py
apsimo/skills/executors/subsystem_health.py
apsimo/skills/learning/__init__.py
apsimo/skills/learning/novelty_detector.py
apsimo/skills/learning/pattern_extractor.py
apsimo/skills/learning/triggers.py
apsimo/skills/migrations/002_progressive_loading.sql
apsimo/skills/migrations/backfill_triggers.py
apsimo/skills/security/__init__.py
apsimo/skills/security/guards.py
apsimo/skills/security/scanner.py
apsimo/skills_memory/__init__.py
apsimo/skills_memory/distill.py
apsimo/skills_memory/models.py
apsimo/skills_memory/retrieve.py
apsimo/skills_memory/store.py
apsimo/surprise/__init__.py
apsimo/surprise/accumulation.py
apsimo/surprise/scorer.py
apsimo/surprise/store.py
apsimo/task_queue/__init__.py
apsimo/task_queue/action_receipts.py
apsimo/task_queue/approval_relay_canary.py
apsimo/task_queue/config.py
apsimo/task_queue/contract.py
apsimo/task_queue/events.py
apsimo/task_queue/governor.py
apsimo/task_queue/mesh_integration.py
apsimo/task_queue/models.py
apsimo/task_queue/queue_manager.py
apsimo/task_queue/routing.py
apsimo/task_queue/scheduler.py
apsimo/task_queue/schema.sql
apsimo/task_queue/work_control.py
apsimo/task_queue/worker.py
apsimo/task_queue/handlers/__init__.py
apsimo/task_queue/handlers/base.py
apsimo/task_queue/handlers/inference.py
apsimo/task_queue/handlers/monitoring.py
apsimo/task_queue/handlers/registry.py
apsimo/task_queue/handlers/subtask_handler.py
apsimo/task_queue/handlers/system_maintenance.py
apsimo/tom/__init__.py
apsimo/tom/affect.py
apsimo/tom/approvals.py
apsimo/tom/arcs.py
apsimo/tom/asymmetry.py
apsimo/tom/eligibility.py
apsimo/tom/engagement.py
apsimo/tom/exposure.py
apsimo/tom/extractor.py
apsimo/tom/fact_adapters.py
apsimo/tom/facts.py
apsimo/tom/integration.py
apsimo/tom/leveled.py
apsimo/tom/levels.py
apsimo/tom/recipient_audit.py
apsimo/tom/recipient_simulator.py
apsimo/tom/source_lineage.py
apsimo/tom/tom2.py
apsimo/tom/visibility.py
apsimo/tom/visibility_store.py
apsimo/tools/__init__.py
apsimo/tools/definitions.py
apsimo/tools/handlers.py
apsimo/toolsmith/__init__.py
apsimo/toolsmith/authority.py
apsimo/toolsmith/engine.py
apsimo/toolsmith/integrity.py
apsimo/toolsmith/miner.py
apsimo/toolsmith/policy.py
apsimo/toolsmith/registry.py
apsimo/turns/__init__.py
apsimo/turns/audio.py
apsimo/turns/documents.py
apsimo/turns/executions.py
apsimo/turns/hermes_history.py
apsimo/turns/hermes_kanban.py
apsimo/turns/hermes_work.py
apsimo/turns/history_references.py
apsimo/turns/idempotency.py
apsimo/turns/local_work.py
apsimo/turns/media.py
apsimo/turns/reported_workers.py
apsimo/turns/source_annotations.py
apsimo/turns/source_attribution.py
apsimo/turns/source_read.py
apsimo/turns/source_vectors.py
apsimo/turns/tool_observations.py
apsimo/turns/video.py
apsimo/util/autonomy_preset.py
apsimo/util/instance.py
apsimo/util/model_output.py
apsimo/util/quiet_hours.py
apsimo/util/session_safety.py
apsimo/util/temporal.py
apsimo/vector/__init__.py
apsimo/vector/backfill.py
apsimo/vector/caption.py
apsimo/vector/collections.py
apsimo/vector/config.py
apsimo/vector/embedder.py
apsimo/vector/image_preprocess.py
apsimo/vector/image_store.py
apsimo/vector/indexes.py
apsimo/vector/migrate.py
apsimo/vector/multimodal_provider.py
apsimo/vector/multimodal_types.py
apsimo/vector/openai_provider.py
apsimo/vector/query.py
apsimo/vector/reranker.py
apsimo/vector/safety_image.py
apsimo/vector/scanner.py
apsimo/vector/setup.py
apsimo/vector/store.py
apsimo/vector/tiers.py
apsimo/workers/__init__.py
apsimo/workers/agent_bridge.py
apsimo/workers/colony_worker.py
apsimo/workers/queue_worker.py
apsimo/workers/skills_sync.py
apsimo/world_model/__init__.py
apsimo/world_model/causal_maintenance.py
apsimo/world_model/causal_policy.py
apsimo/world_model/causal_query.py
apsimo/world_model/confidence.py
apsimo/world_model/config.py
apsimo/world_model/constants.py
apsimo/world_model/entities.py
apsimo/world_model/expectation_resolvers.py
apsimo/world_model/llm_extract.py
apsimo/world_model/observations.py
apsimo/world_model/populator.py
apsimo/world_model/relationships.py
apsimo/world_model/source_reports.py
apsimo/world_model/store.py
apsimo/world_model/extraction/__init__.py
apsimo/world_model/extraction/base.py
apsimo/world_model/extraction/conversation_extractor.py
apsimo/world_model/extraction/detector.py
apsimo/world_model/extraction/document_extractor.py
apsimo/world_model/extraction/llm_extractor.py
apsimo/world_model/extraction/pipeline.py
apsimo/world_model/extraction/formats/__init__.py
apsimo/world_model/extraction/formats/csv_fmt.py
apsimo/world_model/extraction/formats/html_fmt.py
apsimo/world_model/extraction/formats/json_fmt.py
apsimo/world_model/extraction/formats/pdf.py
apsimo/world_model/extraction/formats/text.py
apsimo/world_model/integrations/__init__.py
apsimo/world_model/integrations/mind_model_bridge.py
apsimo/world_model/integrations/social_intel_bridge.py
apsimo/world_model/jobs/__init__.py
apsimo/world_model/jobs/extraction_job.py
apsimo/world_model/resolution/__init__.py
apsimo/world_model/resolution/entity_resolver.py
apsimo/world_model/resolution/merge_audit.py
apsimo/world_model/resolution/merge_workflow.py
apsimo/world_model/sqlite/__init__.py
apsimo/world_model/sqlite/backend.py
apsimo/world_model/sqlite/schema.sql
tests/test_accepted_local_work.py
tests/test_adaptive_params.py
tests/test_affect.py
tests/test_agent_action_routing.py
tests/test_agent_api.py
tests/test_agent_bridge.py
tests/test_agent_bridge_service.py
tests/test_agent_sdk.py
tests/test_agent_sensor_loop.py
tests/test_agent_snapshot.py
tests/test_agent_store.py
tests/test_annotated_recall_reinforcement.py
tests/test_answer_source_lineage.py
tests/test_appraisal_incident_decisions.py
tests/test_approval_gate.py
tests/test_approval_relay_canary.py
tests/test_apsimo_compat.py
tests/test_apsimo_harness_guidance.py
tests/test_assignment_engine.py
tests/test_audit_cleanup.py
tests/test_auth_coverage.py
tests/test_auth_migration_readiness.py
tests/test_authz_scope_api.py
tests/test_autonomy_preset.py
tests/test_backup.py
tests/test_backup_receipt_evidence.py
tests/test_beliefs.py
tests/test_bind_auth_guard.py
tests/test_boundary_fail_closed.py
tests/test_bounded_approval_authority.py
tests/test_briefing_aggregators.py
tests/test_canonical_scoped_context.py
tests/test_canonical_source_read.py
tests/test_causal_extract.py
tests/test_causal_falsifiability.py
tests/test_causal_maintenance.py
tests/test_causal_policy.py
tests/test_causal_query.py
tests/test_causal_query_only_guard.py
tests/test_chain_keys.py
tests/test_channel_preferences.py
tests/test_channel_registry.py
tests/test_channel_store.py
tests/test_cognition.py
tests/test_cognition_evidence_pipeline.py
tests/test_cognition_evidence_server_wiring.py
tests/test_cognition_goal_spine.py
tests/test_cognition_observability.py
tests/test_cognition_p4_controlled_learning.py
tests/test_cognition_p4_server_integration.py
tests/test_cognition_p6_p7_server_wiring.py
tests/test_cognition_p7_drive_governance.py
tests/test_cognition_phase_b_runtime.py
tests/test_cognition_phase_c_scheduler.py
tests/test_cognition_server_wiring.py
tests/test_colony_memory_provider.py
tests/test_commitment_resolution.py
tests/test_commitment_resolution_downgrade.py
tests/test_commitment_resolution_schema.py
tests/test_commitment_work.py
tests/test_commitments.py
tests/test_comms_source_erasure.py
tests/test_competence_reconciliation.py
tests/test_compression.py
tests/test_concern_resolution_receipts.py
tests/test_condition_producer.py
tests/test_connectors.py
tests/test_contact_fact_recall.py
tests/test_contact_policy_projection.py
tests/test_contact_provisioning.py
tests/test_contact_timezone.py
tests/test_contacts_intro.py
tests/test_contacts_persistence.py
tests/test_context_gate.py
tests/test_context_phase1.py
tests/test_context_provenance.py
tests/test_context_skill_ownership.py
tests/test_conversation_presence.py
tests/test_conversation_turn_concerns.py
tests/test_current_work_recall_selection.py
tests/test_delivery_bridge_503.py
tests/test_delivery_gateway_identity.py
tests/test_delivery_reachout_routing.py
tests/test_directed.py
tests/test_directed_envelope.py
tests/test_directed_reports.py
tests/test_directed_trust.py
tests/test_directive_sources.py
tests/test_directives.py
tests/test_distill.py
tests/test_doctor.py
tests/test_document_memory_guard.py
tests/test_duckduckgo_provider.py
tests/test_embedding_generations.py
tests/test_enrolled_sender_turns.py
tests/test_ensure_channel_id.py
tests/test_env_risk.py
tests/test_event_broadcasts.py
tests/test_event_bus_types.py
tests/test_event_concerns.py
tests/test_event_stream_reliability.py
tests/test_execution_forecasts.py
tests/test_execution_input_purpose.py
tests/test_execution_registry.py
tests/test_expectations.py
tests/test_expectations_v2.py
tests/test_experiments.py
tests/test_external_cognition_events.py
tests/test_external_event_concerns.py
tests/test_facts_backfill.py
tests/test_feedback.py
tests/test_followup_plans.py
tests/test_forecast_learning.py
tests/test_function_routing.py
tests/test_gap_generators.py
tests/test_genesis_manifest.py
tests/test_global_pause.py
tests/test_goal_dispatch_availability.py
tests/test_goal_inference_provenance.py
tests/test_goal_reader_imports.py
tests/test_governed_actions.py
tests/test_governed_research_handoff.py
tests/test_graduated_approvals.py
tests/test_grant_envelope.py
tests/test_graph_reindex_metadata.py
tests/test_guard_audit.py
tests/test_guard_chat_mode.py
tests/test_guard_derive_context.py
tests/test_guard_enforce_policy.py
tests/test_hermes_export.py
tests/test_hermes_general_governance.py
tests/test_hermes_history_import.py
tests/test_hermes_native_tool_authority.py
tests/test_hermes_plugin_contract.py
tests/test_hermes_plugin_event_lifecycle.py
tests/test_hermes_plugin_event_replay.py
tests/test_hermes_plugin_guard_shadow.py
tests/test_hermes_plugin_signals.py
tests/test_hermes_plugin_turn_id.py
tests/test_hermes_queue_stats_projection.py
tests/test_hermes_setup.py
tests/test_hermes_turn_outbox.py
tests/test_hermes_work_projection.py
tests/test_host_input_provenance.py
tests/test_hostworker_agreement.py
tests/test_identity_continuity.py
tests/test_identity_corrections.py
tests/test_inference_context_gate.py
tests/test_initiative_engine.py
tests/test_initiative_evidence.py
tests/test_initiative_executor.py
tests/test_initiative_feedback.py
tests/test_initiative_pipeline_v016.py
tests/test_initiative_retry.py
tests/test_initiative_store.py
tests/test_input_source_lineage.py
tests/test_insight_store.py
tests/test_instance_service.py
tests/test_instance_service_live.py
tests/test_intelligence_components.py
tests/test_intelligence_synthesis.py
tests/test_introduction_initiatives.py
tests/test_job_writeback.py
tests/test_journal.py
tests/test_legacy_fact_context.py
tests/test_local_work_context.py
tests/test_loop_stats_accuracy.py
tests/test_mcp_config.py
tests/test_mcp_server.py
tests/test_media_read_reference_presentation.py
tests/test_memory_decay.py
tests/test_memory_formation.py
tests/test_memory_governance.py
tests/test_memory_promotion.py
tests/test_memory_prune.py
tests/test_memory_read_hydration.py
tests/test_memory_response_schemas.py
tests/test_migrations.py
tests/test_mining.py
tests/test_model_qualification_cli.py
tests/test_model_qualification_memory.py
tests/test_model_qualification_runner.py
tests/test_model_qualification_structured.py
tests/test_native_accepted_local_work.py
tests/test_native_history_references.py
tests/test_native_initiative_work.py
tests/test_native_input_carrier.py
tests/test_native_outcome_judgments.py
tests/test_native_request_erasure.py
tests/test_native_review_recurrence.py
tests/test_native_setup.py
tests/test_native_source_image_read.py
tests/test_native_source_read.py
tests/test_native_source_video_read.py
tests/test_native_tool_observations.py
tests/test_operator_deck_read_truth.py
tests/test_ordinary_context_briefings.py
tests/test_owner_preferences.py
tests/test_p2_wirings.py
tests/test_partial_work_rendering.py
tests/test_patterns.py
tests/test_pending_work_coverage.py
tests/test_persona.py
tests/test_persona_setup_result.py
tests/test_phase_capability_check.py
tests/test_preset_loop_coupling.py
tests/test_procedure_source_context.py
tests/test_project_event_outbox.py
tests/test_project_result_reconciliation_phase.py
tests/test_projects.py
tests/test_prompt_evals.py
tests/test_proposals.py
tests/test_provenance_population.py
tests/test_pseudo_agi_production_chain.py
tests/test_queue_completed_filter.py
tests/test_queue_contract.py
tests/test_quiet_hours_and_reload.py
tests/test_reachout_policy.py
tests/test_recall_hybrid.py
tests/test_recall_person_boost.py
tests/test_recall_ranking.py
tests/test_recall_request_repetition.py
tests/test_recall_rerank.py
tests/test_recall_source_presentation.py
tests/test_recall_unified_context.py
tests/test_recency.py
tests/test_reflection_task_routing.py
tests/test_rejection_loop.py
tests/test_relationship_calendar_aggregators.py
tests/test_relationship_score_refresh.py
tests/test_relationship_signal_floor.py
tests/test_relationships.py
tests/test_reply_forecast_callback_order.py
tests/test_reply_forecast_stops.py
tests/test_reply_forecasts.py
tests/test_repo_tools.py
tests/test_reported_worker_status.py
tests/test_request_capabilities.py
tests/test_request_work_context.py
tests/test_reranker_remote.py
tests/test_research_orchestrator.py
tests/test_resolve_messaging_handle.py
tests/test_response_guard.py
tests/test_response_guard_communication_policy.py
tests/test_response_guard_endpoint.py
tests/test_response_guard_surface_policy.py
tests/test_router_tiers.py
tests/test_runtime_model_observations.py
tests/test_sandbox.py
tests/test_scoped_api_authority.py
tests/test_scoped_contact_resolution.py
tests/test_secondary_review_contract.py
tests/test_selected_autonomy.py
tests/test_self_directed_thinker.py
tests/test_self_initiatives.py
tests/test_self_judgment_opt_in.py
tests/test_self_judgment_premises.py
tests/test_self_judgments.py
tests/test_self_model.py
tests/test_self_perspective.py
tests/test_selfhood_benchmark.py
tests/test_session_reports.py
tests/test_shared_facts.py
tests/test_shared_local_undertaking.py
tests/test_short_source_context.py
tests/test_sidecar.py
tests/test_signals_attribution.py
tests/test_situation_spine.py
tests/test_skill_approval.py
tests/test_skill_attribution.py
tests/test_skill_sandbox.py
tests/test_skill_synthesis.py
tests/test_skill_synthesis_wiring.py
tests/test_skills_memory.py
tests/test_social_context_flow.py
tests/test_social_transport.py
tests/test_source_annotation_claim_survivors.py
tests/test_source_annotations.py
tests/test_source_appraisals.py
tests/test_source_attribution.py
tests/test_source_audio.py
tests/test_source_audio_claims.py
tests/test_source_claim_budget.py
tests/test_source_claim_diagnostics.py
tests/test_source_claim_media_eligibility.py
tests/test_source_claim_projection.py
tests/test_source_claim_review.py
tests/test_source_claim_subject_basis.py
tests/test_source_document_read.py
tests/test_source_documents.py
tests/test_source_episode_admission.py
tests/test_source_episode_memory.py
tests/test_source_episode_revisions.py
tests/test_source_event_precision.py
tests/test_source_excerpt_lineage.py
tests/test_source_image_read.py
tests/test_source_media.py
tests/test_source_memory_backup.py
tests/test_source_time_query.py
tests/test_source_vectors.py
tests/test_source_video.py
tests/test_sqlite_connection_ownership.py
tests/test_supervised_rung.py
tests/test_surprise.py
tests/test_sweep_fixes.py
tests/test_synthesis.py
tests/test_telemetry_staleness.py
tests/test_temporal.py
tests/test_temporal_followups.py
tests/test_temporal_index.py
tests/test_test_environment_isolation.py
tests/test_thinking_phase.py
tests/test_thought_function_routing.py
tests/test_tick_phase_budget.py
tests/test_tier_endpoints.py
tests/test_timeline.py
tests/test_tom2_approvals.py
tests/test_tom2_asymmetry.py
tests/test_tom2_context.py
tests/test_tom2_cross_gate.py
tests/test_tom2_eligibility.py
tests/test_tom2_epistemic_guard.py
tests/test_tom2_exposure.py
tests/test_tom2_kill_switch.py
tests/test_tom2_level_coherence.py
tests/test_tom2_leveled.py
tests/test_tom2_levels.py
tests/test_tom2_source_corrections.py
tests/test_tom2_store.py
tests/test_tom2_taint.py
tests/test_tom2_wiring.py
tests/test_tom_event_lineage.py
tests/test_tom_extractor.py
tests/test_tom_p8_arcs.py
tests/test_tom_p8_boundary_corpus.py
tests/test_tom_p8_fact_adapters.py
tests/test_tom_p8_outbound_integration.py
tests/test_tom_p8_recipient_audit.py
tests/test_tom_p8_recipient_simulator.py
tests/test_tom_p8_server_integration.py
tests/test_tom_p8_visibility.py
tests/test_tom_p8_visibility_store.py
tests/test_tom_source_lineage.py
tests/test_tool_handlers_graph.py
tests/test_tool_observation_reader.py
tests/test_tool_provenance.py
tests/test_tool_surface.py
tests/test_toolsmith.py
tests/test_transport_ingress.py
tests/test_transport_ingress_api.py
tests/test_trust_configure.py
tests/test_trust_scopes.py
tests/test_trust_scopes_p2.py
tests/test_turn_idempotency_ledger.py
tests/test_turn_idempotency_v2.py
tests/test_turn_ner_entities.py
tests/test_turn_source_erasure.py
tests/test_turn_source_evidence.py
tests/test_turn_survivor_delivery.py
tests/test_validation_sweep_fixes.py
tests/test_vector_vacuum.py
tests/test_wizard_autonomy.py
tests/test_work_ancestry_projection.py
tests/test_work_control_production_blockers.py
tests/test_work_control_v1.py
tests/test_work_orders.py
tests/test_work_read_surface_authority.py
tests/test_work_source_coverage.py
tests/test_worker_handler_boundaries.py
tests/test_worker_heartbeat_truth.py
tests/test_worker_http_authority.py
tests/test_worker_integration.py
tests/test_worker_lifecycle_durability.py
tests/test_workers_governor.py
tests/test_workers_install.py
tests/test_workspace.py
tests/test_world_context_query.py
tests/test_world_entity_reinforcement.py
tests/test_world_llm_extract.py
tests/test_world_model_prune.py
tests/test_world_observations.py
tests/test_world_populator.py
tests/test_world_quality.py
tests/test_world_store_api.py
tests/test_world_supervised.py