LICENSE
NOTICE
README.md
THIRD-PARTY-LICENSES.txt
pyproject.toml
src/archolith_menhir.egg-info/PKG-INFO
src/archolith_menhir.egg-info/SOURCES.txt
src/archolith_menhir.egg-info/dependency_links.txt
src/archolith_menhir.egg-info/entry_points.txt
src/archolith_menhir.egg-info/requires.txt
src/archolith_menhir.egg-info/top_level.txt
src/menhir/__init__.py
src/menhir/__main__.py
src/menhir/access_contract.py
src/menhir/clock.py
src/menhir/env_file.py
src/menhir/main.py
src/menhir/operator_diagnostics.py
src/menhir/privacy.py
src/menhir/api/__init__.py
src/menhir/api/auth.py
src/menhir/api/auth_code_store.py
src/menhir/api/auth_mode.py
src/menhir/api/client_policy.py
src/menhir/api/client_token_store.py
src/menhir/api/errors.py
src/menhir/api/jose_provider.py
src/menhir/api/mcp_remote.py
src/menhir/api/oauth.py
src/menhir/api/oauth_as_metadata.py
src/menhir/api/oauth_as_register.py
src/menhir/api/oauth_authorize.py
src/menhir/api/oauth_client_store.py
src/menhir/api/oauth_keys.py
src/menhir/api/oauth_metadata.py
src/menhir/api/oauth_preflight.py
src/menhir/api/oauth_rate_limit.py
src/menhir/api/oauth_refresh_store.py
src/menhir/api/oauth_token.py
src/menhir/api/production_routes.py
src/menhir/api/request_context.py
src/menhir/api/routes.py
src/menhir/api/routes_handlers.py
src/menhir/api/routes_support.py
src/menhir/api/server.py
src/menhir/api/server_support.py
src/menhir/cli/__init__.py
src/menhir/cli/__main__.py
src/menhir/cli/_backend_context.py
src/menhir/cli/artifacts.py
src/menhir/cli/bootstrap.py
src/menhir/cli/console.py
src/menhir/cli/hook.py
src/menhir/cli/output.py
src/menhir/cli/setup.py
src/menhir/cli/up.py
src/menhir/config/__init__.py
src/menhir/config/auth_mode.py
src/menhir/config/feature_scope.py
src/menhir/config/oauth.py
src/menhir/config/settings.py
src/menhir/config/settings_helpers.py
src/menhir/config/settings_model.py
src/menhir/core/__init__.py
src/menhir/core/backend_client.py
src/menhir/core/backend_client_ops.py
src/menhir/core/backend_config.py
src/menhir/core/backend_impl.py
src/menhir/core/backend_protocol.py
src/menhir/core/backend_runtime.py
src/menhir/core/backend_runtime_admin_ops.py
src/menhir/core/backend_runtime_data_ops.py
src/menhir/core/backend_runtime_ops.py
src/menhir/core/backend_shared.py
src/menhir/core/bootstrap.py
src/menhir/core/ingest_guard.py
src/menhir/core/reader_identity.py
src/menhir/core/request_context.py
src/menhir/core/runtime.py
src/menhir/core/runtime_preflight.py
src/menhir/core/runtime_support.py
src/menhir/core/tenancy.py
src/menhir/domain/__init__.py
src/menhir/domain/admission.py
src/menhir/domain/artifact_reconciliation.py
src/menhir/domain/artifact_role.py
src/menhir/domain/artifact_shape.py
src/menhir/domain/artifacts.py
src/menhir/domain/belief.py
src/menhir/domain/belief_evidence.py
src/menhir/domain/bootstrap_scope.py
src/menhir/domain/brief_builder.py
src/menhir/domain/diversity.py
src/menhir/domain/edges.py
src/menhir/domain/erasure.py
src/menhir/domain/event_history.py
src/menhir/domain/exhaustion.py
src/menhir/domain/facet_candidate_source.py
src/menhir/domain/facet_derivation.py
src/menhir/domain/facets.py
src/menhir/domain/fold_algebra.py
src/menhir/domain/git_staleness.py
src/menhir/domain/ingest.py
src/menhir/domain/intent_affinity.py
src/menhir/domain/legacy_snapshot.py
src/menhir/domain/memory_types.py
src/menhir/domain/merge_delta.py
src/menhir/domain/merge_eligibility.py
src/menhir/domain/merge_snapshot.py
src/menhir/domain/models.py
src/menhir/domain/namespace.py
src/menhir/domain/oracle_combiner.py
src/menhir/domain/oracles.py
src/menhir/domain/project_id_file.py
src/menhir/domain/project_identity.py
src/menhir/domain/project_identity_resolution.py
src/menhir/domain/projection.py
src/menhir/domain/projection_coverage.py
src/menhir/domain/projection_lifecycle.py
src/menhir/domain/query_intent.py
src/menhir/domain/realization_coverage.py
src/menhir/domain/recall.py
src/menhir/domain/recall_visibility.py
src/menhir/domain/repo_snapshot.py
src/menhir/domain/retrieval_trace_models.py
src/menhir/domain/retrieval_tuning.py
src/menhir/domain/scalar_dependency_evidence.py
src/menhir/domain/scalar_history.py
src/menhir/domain/scalar_identity.py
src/menhir/domain/scalar_state_fold.py
src/menhir/domain/scalar_view_authority.py
src/menhir/domain/scalar_view_suppression.py
src/menhir/domain/scope.py
src/menhir/domain/self_identity.py
src/menhir/domain/self_reinforcement.py
src/menhir/domain/session.py
src/menhir/domain/structural_expansion.py
src/menhir/domain/structural_memory.py
src/menhir/domain/structure_temporal.py
src/menhir/domain/temporal.py
src/menhir/domain/temporal_intent.py
src/menhir/domain/temporal_lens.py
src/menhir/domain/temporal_lexicon.py
src/menhir/domain/todo_location.py
src/menhir/domain/typed_assertion.py
src/menhir/domain/utils.py
src/menhir/domain/warden.py
src/menhir/domain/work_artifact.py
src/menhir/domain/truth/__init__.py
src/menhir/domain/truth/admission_gate.py
src/menhir/domain/truth/assertion_spans.py
src/menhir/domain/truth/attestation.py
src/menhir/domain/truth/kinds.py
src/menhir/domain/truth/labels.py
src/menhir/explorer/__init__.py
src/menhir/explorer/app.py
src/menhir/explorer/bench_runs.py
src/menhir/explorer/extraction_lab.py
src/menhir/explorer/extraction_lab_context_ablation.py
src/menhir/explorer/extraction_lab_context_selection.py
src/menhir/explorer/extraction_lab_corruption_matrix.py
src/menhir/explorer/extraction_lab_eligibility_fixtures.py
src/menhir/explorer/extraction_lab_eligibility_selection.py
src/menhir/explorer/extraction_lab_fixtures.py
src/menhir/explorer/extraction_lab_fixtures_expanded.py
src/menhir/explorer/extraction_lab_genuine_tie_suite.py
src/menhir/explorer/extraction_lab_metadata_production.py
src/menhir/explorer/feature_taxonomy.py
src/menhir/explorer/integration.py
src/menhir/explorer/recall_lab.py
src/menhir/explorer/recall_packet_prototype.py
src/menhir/explorer/shadow_contrastive_judge_lab.py
src/menhir/explorer/shadow_llm_judge_lab.py
src/menhir/explorer/shadow_semantic_similarity_lab.py
src/menhir/explorer/static/cytoscape-fcose.js
src/menhir/explorer/static/cytoscape.min.js
src/menhir/explorer/static/explorer.css
src/menhir/explorer/static/explorer.js
src/menhir/explorer/static/extraction-lab.js
src/menhir/explorer/static/recall-lab.css
src/menhir/explorer/static/recall-lab.js
src/menhir/explorer/templates/_candidates.html
src/menhir/explorer/templates/_detail.html
src/menhir/explorer/templates/_entities.html
src/menhir/explorer/templates/_episodes.html
src/menhir/explorer/templates/_failed.html
src/menhir/explorer/templates/_flagged.html
src/menhir/explorer/templates/_mcp_events.html
src/menhir/explorer/templates/_pending_actions.html
src/menhir/explorer/templates/_queue.html
src/menhir/explorer/templates/_recovered.html
src/menhir/explorer/templates/_session_detail.html
src/menhir/explorer/templates/_sessions.html
src/menhir/explorer/templates/_successful.html
src/menhir/explorer/templates/base.html
src/menhir/explorer/templates/bench_run_detail.html
src/menhir/explorer/templates/bench_runs.html
src/menhir/explorer/templates/bench_task_detail.html
src/menhir/explorer/templates/extraction_lab.html
src/menhir/explorer/templates/features.html
src/menhir/explorer/templates/index.html
src/menhir/explorer/templates/recall_lab.html
src/menhir/infrastructure/__init__.py
src/menhir/infrastructure/admission_source.py
src/menhir/infrastructure/artifact_corpus_scanner.py
src/menhir/infrastructure/artifact_repository.py
src/menhir/infrastructure/audit_trail.py
src/menhir/infrastructure/candidate_repository.py
src/menhir/infrastructure/circuit_breaker.py
src/menhir/infrastructure/consolidation_audit.py
src/menhir/infrastructure/consolidation_queries.py
src/menhir/infrastructure/correlation_queries.py
src/menhir/infrastructure/cypher.py
src/menhir/infrastructure/embedding_cache.py
src/menhir/infrastructure/embedding_dimensions.py
src/menhir/infrastructure/episode_lifecycle.py
src/menhir/infrastructure/episode_maintenance.py
src/menhir/infrastructure/episode_repository.py
src/menhir/infrastructure/episode_stamping.py
src/menhir/infrastructure/erasure_subjects.py
src/menhir/infrastructure/evidence_publication_intents.py
src/menhir/infrastructure/facet_graph_reader.py
src/menhir/infrastructure/git_log.py
src/menhir/infrastructure/graph_operations.py
src/menhir/infrastructure/graphiti_client.py
src/menhir/infrastructure/graphiti_extraction_patches.py
src/menhir/infrastructure/graphiti_helpers.py
src/menhir/infrastructure/graphiti_llm_patches.py
src/menhir/infrastructure/graphiti_model_patches.py
src/menhir/infrastructure/graphiti_patches.py
src/menhir/infrastructure/llm.py
src/menhir/infrastructure/logging_config.py
src/menhir/infrastructure/memory_graph_adapter.py
src/menhir/infrastructure/memory_queries.py
src/menhir/infrastructure/metric_receipts.py
src/menhir/infrastructure/migration_batches.py
src/menhir/infrastructure/neo4j.py
src/menhir/infrastructure/observability.py
src/menhir/infrastructure/operation_owner.py
src/menhir/infrastructure/paths.py
src/menhir/infrastructure/pending_actions.py
src/menhir/infrastructure/personal_memory_queries.py
src/menhir/infrastructure/process_liveness.py
src/menhir/infrastructure/project_identity_binding.py
src/menhir/infrastructure/project_scanner.py
src/menhir/infrastructure/projection_coverage_repository.py
src/menhir/infrastructure/projection_lifecycle_repository.py
src/menhir/infrastructure/providers.py
src/menhir/infrastructure/quantstate_repository.py
src/menhir/infrastructure/realization_coverage_repository.py
src/menhir/infrastructure/repo_topology.py
src/menhir/infrastructure/scalar_projection_materializer.py
src/menhir/infrastructure/scalar_view_repository.py
src/menhir/infrastructure/schema.py
src/menhir/infrastructure/script_safety.py
src/menhir/infrastructure/self_binding.py
src/menhir/infrastructure/structural_anchoring.py
src/menhir/infrastructure/structure_queries.py
src/menhir/infrastructure/structure_write_fence.py
src/menhir/infrastructure/sync_llm.py
src/menhir/infrastructure/temporal_repository.py
src/menhir/infrastructure/text_io.py
src/menhir/infrastructure/todo_repository.py
src/menhir/infrastructure/tool_event_repository.py
src/menhir/infrastructure/turn_evidence_repository.py
src/menhir/infrastructure/typed_assertion_models.py
src/menhir/infrastructure/typed_assertion_reconciliation.py
src/menhir/infrastructure/typed_assertion_repair_repository.py
src/menhir/infrastructure/typed_assertion_repository.py
src/menhir/infrastructure/typed_assertion_write_repository.py
src/menhir/infrastructure/typed_event_repository.py
src/menhir/infrastructure/verifier_repository.py
src/menhir/infrastructure/view_embedder.py
src/menhir/infrastructure/view_kind_registry.py
src/menhir/infrastructure/view_models.py
src/menhir/infrastructure/view_projection_repair.py
src/menhir/infrastructure/view_query_repository.py
src/menhir/infrastructure/view_repository.py
src/menhir/infrastructure/view_write_repository.py
src/menhir/infrastructure/work_artifact_repository.py
src/menhir/infrastructure/telemetry/__init__.py
src/menhir/infrastructure/telemetry/erasure_inventory.py
src/menhir/infrastructure/telemetry/erasure_purge.py
src/menhir/infrastructure/telemetry/event_store.py
src/menhir/infrastructure/telemetry/helpers.py
src/menhir/infrastructure/telemetry/lifecycle_store.py
src/menhir/infrastructure/telemetry/llm_usage_store.py
src/menhir/infrastructure/telemetry/recall_store.py
src/menhir/infrastructure/telemetry/recorders.py
src/menhir/infrastructure/telemetry/schema_migrations.py
src/menhir/infrastructure/telemetry/store.py
src/menhir/infrastructure/telemetry/task_ids.py
src/menhir/mcp/__init__.py
src/menhir/mcp/contracts.py
src/menhir/mcp/feedback.py
src/menhir/mcp/formatters.py
src/menhir/mcp/lifecycle.py
src/menhir/mcp/ownership.py
src/menhir/mcp/resources.py
src/menhir/mcp/server.py
src/menhir/mcp/service_access.py
src/menhir/mcp/telemetry/__init__.py
src/menhir/mcp/telemetry/tracker.py
src/menhir/mcp/tools/__init__.py
src/menhir/mcp/tools/base.py
src/menhir/mcp/tools/conflict/__init__.py
src/menhir/mcp/tools/conflict/list_conflicts.py
src/menhir/mcp/tools/conflict/requeue_for_review.py
src/menhir/mcp/tools/conflict/resolve_conflict.py
src/menhir/mcp/tools/conflict/run_llm_review.py
src/menhir/mcp/tools/conflict/scan_conflicts.py
src/menhir/mcp/tools/ingest/__init__.py
src/menhir/mcp/tools/ingest/add_candidate.py
src/menhir/mcp/tools/ingest/add_memory.py
src/menhir/mcp/tools/ingest/add_memory_and_track.py
src/menhir/mcp/tools/ingest/close_memory.py
src/menhir/mcp/tools/ingest/delete_memory.py
src/menhir/mcp/tools/ingest/flag_memory.py
src/menhir/mcp/tools/ingest/ingest_document.py
src/menhir/mcp/tools/ingest/ingest_project.py
src/menhir/mcp/tools/ingest/promote_memory.py
src/menhir/mcp/tools/ingest/unflag_memory.py
src/menhir/mcp/tools/ops/__init__.py
src/menhir/mcp/tools/ops/add_todo.py
src/menhir/mcp/tools/ops/audit_artifact_corpus.py
src/menhir/mcp/tools/ops/close_stale_todos.py
src/menhir/mcp/tools/ops/close_todo.py
src/menhir/mcp/tools/ops/delete_namespace.py
src/menhir/mcp/tools/ops/force_reenrich.py
src/menhir/mcp/tools/ops/force_release_lease.py
src/menhir/mcp/tools/ops/force_scheduler_takeover.py
src/menhir/mcp/tools/ops/get_artifact.py
src/menhir/mcp/tools/ops/get_artifact_relationships.py
src/menhir/mcp/tools/ops/get_client_context.py
src/menhir/mcp/tools/ops/get_enrichment_status.py
src/menhir/mcp/tools/ops/get_episode_trace.py
src/menhir/mcp/tools/ops/get_memory_stats.py
src/menhir/mcp/tools/ops/get_provenance.py
src/menhir/mcp/tools/ops/get_todo.py
src/menhir/mcp/tools/ops/link_artifacts.py
src/menhir/mcp/tools/ops/link_memory_to_todo.py
src/menhir/mcp/tools/ops/list_artifact_questions.py
src/menhir/mcp/tools/ops/list_artifacts.py
src/menhir/mcp/tools/ops/list_clients.py
src/menhir/mcp/tools/ops/list_enrichment_queue.py
src/menhir/mcp/tools/ops/list_todos.py
src/menhir/mcp/tools/ops/mint_client.py
src/menhir/mcp/tools/ops/pause_scheduler.py
src/menhir/mcp/tools/ops/rate_recall.py
src/menhir/mcp/tools/ops/recover_orphans.py
src/menhir/mcp/tools/ops/relocate_artifact_source.py
src/menhir/mcp/tools/ops/reopen_todo.py
src/menhir/mcp/tools/ops/repair_stale_enrichment.py
src/menhir/mcp/tools/ops/resolve_todo.py
src/menhir/mcp/tools/ops/resume_scheduler.py
src/menhir/mcp/tools/ops/revoke_client.py
src/menhir/mcp/tools/ops/supersede_artifact.py
src/menhir/mcp/tools/ops/supersede_todo.py
src/menhir/mcp/tools/ops/transition_artifact.py
src/menhir/mcp/tools/ops/view_entropy.py
src/menhir/mcp/tools/ops/watch_enrichment.py
src/menhir/mcp/tools/recall/__init__.py
src/menhir/mcp/tools/recall/build_context.py
src/menhir/mcp/tools/recall/query_structure.py
src/menhir/mcp/tools/recall/read_flagged_memories.py
src/menhir/mcp/tools/recall/recall_context_memories.py
src/menhir/mcp/tools/recall/recall_memories.py
src/menhir/pipeline/__init__.py
src/menhir/services/__init__.py
src/menhir/services/artifact_reconciliation_service.py
src/menhir/services/artifact_service.py
src/menhir/services/assertion_pipeline.py
src/menhir/services/candidate_service.py
src/menhir/services/change_log_provider.py
src/menhir/services/compositional_scalar_identity.py
src/menhir/services/context_builder.py
src/menhir/services/correction_resolver.py
src/menhir/services/correlation_service.py
src/menhir/services/delete_coordinator.py
src/menhir/services/deterministic_scalar_extractor.py
src/menhir/services/deterministic_scalar_router.py
src/menhir/services/enrichment_failures.py
src/menhir/services/enrichment_steps.py
src/menhir/services/erasure_backfill.py
src/menhir/services/erasure_coordinator.py
src/menhir/services/erasure_veto.py
src/menhir/services/event_consolidation.py
src/menhir/services/event_fold.py
src/menhir/services/event_history_authority.py
src/menhir/services/event_history_perception.py
src/menhir/services/event_history_recall.py
src/menhir/services/event_history_service.py
src/menhir/services/failure_counter_bridge.py
src/menhir/services/hybrid_retrieval.py
src/menhir/services/ingest_gate.py
src/menhir/services/ingest_intake.py
src/menhir/services/ingest_models.py
src/menhir/services/ingest_queue.py
src/menhir/services/ingest_service.py
src/menhir/services/ingest_worker.py
src/menhir/services/instability_counter_bridge.py
src/menhir/services/legacy_unmerge_coordinator.py
src/menhir/services/lifecycle_conflicts.py
src/menhir/services/lifecycle_consolidation.py
src/menhir/services/lifecycle_decay.py
src/menhir/services/lifecycle_models.py
src/menhir/services/lifecycle_service.py
src/menhir/services/maintenance_scheduler.py
src/menhir/services/memory_oracle_service.py
src/menhir/services/merge_coordinator.py
src/menhir/services/merge_recoverability.py
src/menhir/services/metric_write_coordinator.py
src/menhir/services/oracle_executor.py
src/menhir/services/perception.py
src/menhir/services/perception_report.py
src/menhir/services/project_identity_service.py
src/menhir/services/project_ingest.py
src/menhir/services/projection_coverage_service.py
src/menhir/services/quantstate_consolidator.py
src/menhir/services/realization_coverage_service.py
src/menhir/services/recall_pipeline.py
src/menhir/services/recall_policies.py
src/menhir/services/recall_service.py
src/menhir/services/recall_support.py
src/menhir/services/research_scalar_adapter.py
src/menhir/services/research_scalar_clause_isolator.py
src/menhir/services/research_scalar_dependency_bridge.py
src/menhir/services/research_scalar_dependency_rules.py
src/menhir/services/research_scalar_isolated_adapter.py
src/menhir/services/retrieval_oracles.py
src/menhir/services/saga_preflight.py
src/menhir/services/saga_reconcile_dispatcher.py
src/menhir/services/saga_reconcile_gate.py
src/menhir/services/saga_reconcile_outcomes.py
src/menhir/services/saga_writer_heartbeat.py
src/menhir/services/scalar_consolidation.py
src/menhir/services/scalar_projection_definition.py
src/menhir/services/scalar_projection_hash.py
src/menhir/services/scalar_projection_reconciliation.py
src/menhir/services/scalar_state_service.py
src/menhir/services/scheduler_lease.py
src/menhir/services/scheduler_protocols.py
src/menhir/services/scheduler_tasks.py
src/menhir/services/scoring_service.py
src/menhir/services/seam_types.py
src/menhir/services/shadow_context_composition.py
src/menhir/services/stale_labeling.py
src/menhir/services/structural_scalar_composer.py
src/menhir/services/subject_export.py
src/menhir/services/typed_scalar_perception.py
src/menhir/services/typed_scalar_persistence.py
src/menhir/services/typed_scalar_proposer_reviewer.py
src/menhir/services/typed_scalar_rules.py
src/menhir/services/typed_scalar_service.py
src/menhir/services/unmerge_coordinator.py
src/menhir/services/verifier_sync.py
src/menhir/services/view_entropy.py
src/menhir/services/view_projection_repair.py
src/menhir/services/windowed_fold.py
src/menhir/services/windowed_recall.py
tests/test_add_candidate_tool.py
tests/test_add_memory_unrecallable_warning.py
tests/test_admission_contract.py
tests/test_admission_semantics_ownership.py
tests/test_admitted_on_inprocess_live.py
tests/test_analyze_recall_lab_scores.py
tests/test_ansible_host_state.py
tests/test_api_auth.py
tests/test_api_routes.py
tests/test_api_tier_enforcement.py
tests/test_artifact_authority_coherence.py
tests/test_artifact_reconciliation.py
tests/test_artifact_reconciliation_entrypoints.py
tests/test_artifact_reconciliation_live.py
tests/test_artifact_repository.py
tests/test_artifact_role.py
tests/test_artifact_service.py
tests/test_artifact_shape.py
tests/test_artifact_source_reconciliation_io.py
tests/test_artifact_tools.py
tests/test_artifacts_domain.py
tests/test_assertion_pipeline.py
tests/test_audit_trail.py
tests/test_auth_code_store.py
tests/test_auth_mode.py
tests/test_backend_mcp_boundaries.py
tests/test_backend_roundtrip.py
tests/test_backend_signature_parity.py
tests/test_backup_cleanup_txn.py
tests/test_backup_local_contract.py
tests/test_belief_commit_capture.py
tests/test_belief_evidence.py
tests/test_belief_gate_metadata_rung.py
tests/test_boolean_polarity_consistency.py
tests/test_bootstrap_scope.py
tests/test_budget_caps.py
tests/test_budget_refusal_disposition.py
tests/test_build_release_image.py
tests/test_candidate_repository.py
tests/test_candidate_service.py
tests/test_canonical_self_automatic_memory.py
tests/test_canonical_self_contract_docs.py
tests/test_canonical_self_endpoint_e2e.py
tests/test_cf118_telemetry_preview_after_gates.py
tests/test_cf120_stale_conflict_starvation.py
tests/test_cf120b_conflict_created_at_driver_type.py
tests/test_cf120b_conflict_created_at_live.py
tests/test_cf121_verifier_flag_not_lost.py
tests/test_cf122_status_header_widths.py
tests/test_cf127_tenancy_scope_predicate.py
tests/test_cf131_self_token_guard.py
tests/test_cf132_stale_skipped_completeness.py
tests/test_cf133_retirement_reason.py
tests/test_cf134_duplicate_frontmatter_key.py
tests/test_cf136_parser_copies.py
tests/test_cf139_takeover_respects_benchmark_mode.py
tests/test_cf141_documented_guarantees.py
tests/test_cf14_structural_fields.py
tests/test_cf150_normalize_namespace_single_source.py
tests/test_cf164_structure_query_allowlist.py
tests/test_cf165_e2e_closure.py
tests/test_cf165_mcp_authoritative_lineage.py
tests/test_cf165_persistence_boundary.py
tests/test_cf165_product_e2e.py
tests/test_cf165_turn_evidence_direct.py
tests/test_cf175_concurrent_lanes.py
tests/test_cf179_lab_table_erasure.py
tests/test_cf181_derived_request_ceiling.py
tests/test_cf195_embed_version_override.py
tests/test_cf208_heartbeat_loop_stays_cancellable.py
tests/test_cf232_legacy_unmerge_ownership.py
tests/test_cf238_bootstrap_receipt_identity.py
tests/test_cf240_scheduler_stop_start_race.py
tests/test_cf241_force_takeover_overlap.py
tests/test_cf244_metric_chain_cas.py
tests/test_cf247_adjacency_edge_types.py
tests/test_cf251_session_budget_refusal_is_retryable.py
tests/test_cf29_caller_identity_and_stage.py
tests/test_cf33_memory_stats_scoping.py
tests/test_cf36_traceback_tier_gate.py
tests/test_cf41_console_key_privilege.py
tests/test_cf42_console_scheme.py
tests/test_cf44_hook_injection_bounds.py
tests/test_cf48_domain_owns_artifact_predicates.py
tests/test_cf53_bootstrap_pin_requires_flagged.py
tests/test_cf54_protocol_signature.py
tests/test_cf56_scalar_value_identity.py
tests/test_cf57_slot_key_single_source.py
tests/test_cf63_batch_correlation_namespace.py
tests/test_cf72_event_history_norm.py
tests/test_cf76_default_namespace_single_source.py
tests/test_cf79_llm_budgets_reach_every_thread.py
tests/test_cf92_clock_value_contracts.py
tests/test_cf93_one_clock.py
tests/test_cf95_backend_invoke_body_not_logged.py
tests/test_cf96_log_line_redaction_boundary.py
tests/test_cf97_diagnostic_url_reduction.py
tests/test_change_log_provider.py
tests/test_circuit_breaker.py
tests/test_claim_abandoned_operation.py
tests/test_cli_check_output.py
tests/test_cli_hook.py
tests/test_cli_ingest.py
tests/test_cli_setup.py
tests/test_cli_up.py
tests/test_client_namespace_pin.py
tests/test_client_token_store.py
tests/test_client_token_tier_auth.py
tests/test_client_tool_allowlist.py
tests/test_clock_time_source_canonicalization.py
tests/test_co_mention_veto_e2e.py
tests/test_codex_turn_evidence.py
tests/test_compositional_scalar_identity.py
tests/test_compositional_scalar_structural.py
tests/test_config_api_boundaries.py
tests/test_conflict_history.py
tests/test_conflict_namespace_scope.py
tests/test_conflict_tools.py
tests/test_consolidate_personal_memory.py
tests/test_consolidation_audit.py
tests/test_consumer_quality_pack.py
tests/test_consumer_session_e2e.py
tests/test_content_vector_retrieval.py
tests/test_context_builder.py
tests/test_correction_authorization.py
tests/test_correction_resolver.py
tests/test_correlation_service.py
tests/test_count_integer_source_canonicalization.py
tests/test_counter_scalar_reconcile_live.py
tests/test_cross_check_quality_pack.py
tests/test_cumulative_activity_scalars.py
tests/test_cypher.py
tests/test_decay_logic.py
tests/test_dedup_branch_telemetry.py
tests/test_dedup_identity_gate.py
tests/test_dedup_identity_gate_malformed_output.py
tests/test_degraded_startup.py
tests/test_delete_coordinator_live.py
tests/test_deployment_contracts.py
tests/test_destructive_audit.py
tests/test_deterministic_scalar_extractor.py
tests/test_deterministic_scalar_router.py
tests/test_deterministic_scalar_routing_service.py
tests/test_deterministic_scalar_shadow.py
tests/test_dev_test_server.py
tests/test_diff_attachment.py
tests/test_durable_inventory.py
tests/test_duration_unit_canonicalization.py
tests/test_edge_cases.py
tests/test_edge_weight_cap_contract.py
tests/test_embedding_cache.py
tests/test_embedding_dimensions.py
tests/test_enrichment_failures.py
tests/test_env_file_and_neo4j_probe.py
tests/test_episode_admission_endpoint.py
tests/test_episode_admission_endpoint_live.py
tests/test_episode_admission_link.py
tests/test_episode_lifecycle.py
tests/test_erasure_backfill.py
tests/test_erasure_coordinator.py
tests/test_erasure_coordinator_live.py
tests/test_erasure_purge.py
tests/test_erasure_subjects.py
tests/test_erasure_veto.py
tests/test_event_consolidation.py
tests/test_event_consolidation_cursor.py
tests/test_event_history.py
tests/test_event_history_adapter.py
tests/test_event_history_authority.py
tests/test_event_history_perception.py
tests/test_event_history_recall.py
tests/test_event_history_service.py
tests/test_event_timeline_kind.py
tests/test_event_timeline_repository.py
tests/test_evidence_projection.py
tests/test_evidence_projection_live.py
tests/test_evidence_publication_intents.py
tests/test_experience_counters_task.py
tests/test_experiment_capture_contract.py
tests/test_explicit_erasure_repository.py
tests/test_explorer_app.py
tests/test_explorer_bench_runs.py
tests/test_explorer_candidates.py
tests/test_facet_candidate_source.py
tests/test_facet_derivation.py
tests/test_facet_graph_reader.py
tests/test_facets.py
tests/test_fact_provenance.py
tests/test_feature_report.py
tests/test_feature_taxonomy.py
tests/test_filter_current_beliefs_rung1b.py
tests/test_first_boot_log_noise.py
tests/test_fold_algebra.py
tests/test_formatter_temporal_rung1.py
tests/test_freeze_scalar_samples.py
tests/test_frequency_identity_regression.py
tests/test_gate_relaxations.py
tests/test_git_staleness_recall_e2e.py
tests/test_graph_operations_merges.py
tests/test_graphiti_adaptive_dedupe.py
tests/test_graphiti_client.py
tests/test_graphiti_combined_extraction_closure.py
tests/test_graphiti_combined_extraction_patch.py
tests/test_graphiti_dedupe_resolutions_patch.py
tests/test_graphiti_edge_none_patch.py
tests/test_graphiti_entity_extraction_patch.py
tests/test_graphiti_entity_record_patch.py
tests/test_graphiti_node_summary_patch.py
tests/test_graphiti_prompt_payload_guard.py
tests/test_graphiti_structural_isolation.py
tests/test_graphiti_truncation_retry.py
tests/test_graphiti_view_candidate_isolation.py
tests/test_harness_block_stripping.py
tests/test_high_wave10_explorer_loopback.py
tests/test_high_wave11_pin_identity.py
tests/test_high_wave11_telemetry_retention.py
tests/test_high_wave1_remediation.py
tests/test_high_wave2_tenancy.py
tests/test_high_wave3_retention_scans.py
tests/test_high_wave4_pin_scope.py
tests/test_high_wave5_explorer_domain.py
tests/test_high_wave6_scheduler_authz.py
tests/test_high_wave7_injection_lifecycle.py
tests/test_high_wave8_domain_authority.py
tests/test_high_wave9_budgets_startup.py
tests/test_hook_center_actionability.py
tests/test_hook_center_artifact_reconciliation.py
tests/test_hook_center_live_smoke.py
tests/test_hook_center_stale_lane_smoke.py
tests/test_hook_center_tool_events.py
tests/test_hybrid_retrieval.py
tests/test_ingest_document_tool.py
tests/test_ingest_gate.py
tests/test_ingest_guard.py
tests/test_ingest_intake_event_loop.py
tests/test_ingest_live.py
tests/test_injection_chain_e2e.py
tests/test_install_bundle_builder.py
tests/test_intent_oracle.py
tests/test_jose_provider.py
tests/test_l4_artifact_loop_integration.py
tests/test_large_module_boundaries.py
tests/test_legacy_unmerge_live.py
tests/test_lifecycle_consolidation_job.py
tests/test_lifecycle_live.py
tests/test_lifecycle_service.py
tests/test_live_vps_playbook.py
tests/test_llm_budget_execution_count.py
tests/test_llm_budget_report_only.py
tests/test_llm_compression.py
tests/test_llm_usage_control_signal_propagation.py
tests/test_logging_config.py
tests/test_loopback_auth_safety.py
tests/test_loopback_multiclient_provenance.py
tests/test_m0_retrieval_baseline.py
tests/test_main_checks.py
tests/test_maintenance_admission.py
tests/test_mcp_acceptance_probe.py
tests/test_mcp_backend_client_hardening.py
tests/test_mcp_chatgpt_metadata.py
tests/test_mcp_client_tools.py
tests/test_mcp_formatters.py
tests/test_mcp_gateway.py
tests/test_mcp_oauth_challenges.py
tests/test_mcp_remote.py
tests/test_mcp_server.py
tests/test_mcp_telemetry.py
tests/test_measurement_unit_canonicalization.py
tests/test_memory_admission_hook.py
tests/test_memory_graph_adapter_methods.py
tests/test_memory_queries_provenance.py
tests/test_memory_type_policy.py
tests/test_merge_audit_namespace_lineage.py
tests/test_merge_coordinator_live.py
tests/test_merge_delta.py
tests/test_merge_eligibility.py
tests/test_merge_eligibility_live.py
tests/test_merge_provenance_e2e.py
tests/test_merge_snapshot.py
tests/test_metric_coordinator_live.py
tests/test_metric_saga_sidecar.py
tests/test_metric_write_coordinator.py
tests/test_migrate_flagged_bootstrap_scope.py
tests/test_milestone_three_contract.py
tests/test_milestone_two_contract.py
tests/test_milestone_zero_scope.py
tests/test_money_currency_canonicalization.py
tests/test_namespace_argument_discipline.py
tests/test_namespace_isolation.py
tests/test_neo4j_mutation_budget.py
tests/test_neo4j_repository.py
tests/test_neo4j_test_routing.py
tests/test_oauth_as_consent_secret.py
tests/test_oauth_as_e2e.py
tests/test_oauth_as_metadata.py
tests/test_oauth_as_register.py
tests/test_oauth_as_self_wiring.py
tests/test_oauth_authorize.py
tests/test_oauth_cimd.py
tests/test_oauth_client_store.py
tests/test_oauth_consent_session.py
tests/test_oauth_jwt_verifier.py
tests/test_oauth_keys.py
tests/test_oauth_local_smoke.py
tests/test_oauth_metadata.py
tests/test_oauth_operator_preflight.py
tests/test_oauth_rate_limit.py
tests/test_oauth_refresh_store.py
tests/test_oauth_settings_snapshot.py
tests/test_oauth_token.py
tests/test_object_ownership_at_load.py
tests/test_observability.py
tests/test_occurred_at.py
tests/test_openai_credential_probe.py
tests/test_opencode_turn_evidence.py
tests/test_operation_ownership.py
tests/test_operator_diagnostics.py
tests/test_oracle_combiner.py
tests/test_oracle_executor.py
tests/test_orphan_cleanup_gate.py
tests/test_orphan_cleanup_removal_live.py
tests/test_package_metadata.py
tests/test_pending_episode_namespace_isolation.py
tests/test_perception.py
tests/test_perception_canonicalization.py
tests/test_perception_generalization.py
tests/test_personal_deploy.py
tests/test_personal_promote.py
tests/test_personal_stage_vps.py
tests/test_phase_one_bootstrap_live.py
tests/test_phase_one_schema.py
tests/test_pid_namespace_assertion.py
tests/test_privacy.py
tests/test_probe_paired_arms.py
tests/test_producer_pack.py
tests/test_production_dependency_pins.py
tests/test_production_runtime_surface.py
tests/test_project_ingest_service.py
tests/test_project_scanner.py
tests/test_projection_coverage_domain.py
tests/test_projection_coverage_repository_live.py
tests/test_projection_coverage_service.py
tests/test_projection_coverage_status.py
tests/test_promote_memory.py
tests/test_provider_auth_failure_surfacing.py
tests/test_provider_backends.py
tests/test_query_auth_policy.py
tests/test_query_intent.py
tests/test_query_structure_tool.py
tests/test_queue_health_surfacing.py
tests/test_ready_stats_contract.py
tests/test_realization_coverage_service.py
tests/test_recall_event_authority_runtime.py
tests/test_recall_feedback.py
tests/test_recall_lab.py
tests/test_recall_live.py
tests/test_recall_memories_tool.py
tests/test_recall_packet_prototype.py
tests/test_recall_service.py
tests/test_recall_stale_labels.py
tests/test_recall_trace_boundaries.py
tests/test_reconciliation_gate.py
tests/test_registry_completeness.py
tests/test_regression_conflicts.py
tests/test_regression_state_machines.py
tests/test_relation_completeness_first_person_gate.py
tests/test_release_author.py
tests/test_release_flow.py
tests/test_release_image_workflow.py
tests/test_release_notes.py
tests/test_release_spec.py
tests/test_repair_lme_scalar_source_times.py
tests/test_replay_harness.py
tests/test_report_stale_verifications.py
tests/test_research_scalar_adapter.py
tests/test_research_scalar_clause_isolator.py
tests/test_research_scalar_dependency_bridge.py
tests/test_research_scalar_dependency_rules.py
tests/test_research_scalar_isolated_adapter.py
tests/test_resource_auth_gates.py
tests/test_resource_namespace_pin.py
tests/test_resource_tier_gate.py
tests/test_restore_authority_txn.py
tests/test_retrieval_oracles.py
tests/test_retrieval_trace.py
tests/test_saga_dispatcher_live.py
tests/test_saga_heartbeat_wiring.py
tests/test_saga_lease_timing.py
tests/test_saga_reconcile_dispatcher.py
tests/test_saga_reconcile_dry_run.py
tests/test_saga_reconcile_live_path.py
tests/test_saga_recovery_matrix_live.py
tests/test_saga_review_fixes.py
tests/test_saga_startup_recovery.py
tests/test_saga_writer_heartbeat.py
tests/test_same_host_fence.py
tests/test_scaffold.py
tests/test_scaffold_authority.py
tests/test_scaffold_maintenance_lifecycle.py
tests/test_scalar_bind_mismatch_live.py
tests/test_scalar_consolidation_cursor.py
tests/test_scalar_correction.py
tests/test_scalar_correction_live.py
tests/test_scalar_deletion_live.py
tests/test_scalar_delta_log_live.py
tests/test_scalar_dependency_evidence.py
tests/test_scalar_hedged_abstention.py
tests/test_scalar_history.py
tests/test_scalar_history_recall.py
tests/test_scalar_history_service.py
tests/test_scalar_observation_embedding_live.py
tests/test_scalar_observation_lane_live.py
tests/test_scalar_observation_nodes_live.py
tests/test_scalar_projection_definition.py
tests/test_scalar_projection_reconciliation.py
tests/test_scalar_projection_reconciliation_live_assertion.py
tests/test_scalar_provenance_edges_live.py
tests/test_scalar_state_fold.py
tests/test_scalar_state_merge.py
tests/test_scalar_state_view.py
tests/test_scalar_temporal_matrix.py
tests/test_scalar_threshold_setting.py
tests/test_scalar_turnevidence_discovery_live.py
tests/test_scalar_turnevidence_foundation_live.py
tests/test_scalar_view_authority.py
tests/test_scalar_view_authority_phase_d.py
tests/test_scalar_view_supersession_live.py
tests/test_scalar_view_suppression.py
tests/test_scalar_view_suppression_provenance_live.py
tests/test_scheduler_task_boundaries.py
tests/test_scheduler_tools.py
tests/test_scheduler_two_owner_lease_e2e.py
tests/test_scoring_service.py
tests/test_script_safety.py
tests/test_self_binding.py
tests/test_self_binding_corpus.py
tests/test_self_endpoint_collision.py
tests/test_self_fork_non_destructive.py
tests/test_self_identity.py
tests/test_self_identity_producer_census.py
tests/test_self_resolver_bypass.py
tests/test_services_pipeline.py
tests/test_settings.py
tests/test_settings_event_history.py
tests/test_settings_event_history_runtime.py
tests/test_settings_scalar_deterministic_router.py
tests/test_settings_scalar_deterministic_shadow.py
tests/test_shadow_context_composition.py
tests/test_sidecar_consistency.py
tests/test_sidecar_erasure_inventory.py
tests/test_sidecar_expansion.py
tests/test_sidecar_lineage_columns.py
tests/test_source_confidence_ssot.py
tests/test_source_fence_author.py
tests/test_stale_anchor_verifications.py
tests/test_startup_saga_observe.py
tests/test_status_identity_canonicalization.py
tests/test_stdio_local_trust.py
tests/test_structural_anchoring.py
tests/test_structural_memory.py
tests/test_structural_semantic_domain_partition.py
tests/test_structure_context_live.py
tests/test_structure_project_isolation_live.py
tests/test_structure_queries.py
tests/test_structure_watcher.py
tests/test_telemetry_logger_binding.py
tests/test_telemetry_stats.py
tests/test_temporal_facts_rung1a.py
tests/test_temporal_repository.py
tests/test_text_io.py
tests/test_thread_safety.py
tests/test_titled_list_membership.py
tests/test_todo.py
tests/test_todo_location.py
tests/test_turn_evidence.py
tests/test_turn_stash.py
tests/test_two_tenant_e2e.py
tests/test_typed_assertion_repository.py
tests/test_typed_event_repository.py
tests/test_typed_scalar_bind_persist.py
tests/test_typed_scalar_gate.py
tests/test_typed_scalar_perception.py
tests/test_typed_scalar_prompt_third_party_subject.py
tests/test_typed_scalar_proposer_reviewer.py
tests/test_typed_scalar_self_binding.py
tests/test_unmerge_coordinator_live.py
tests/test_unmerge_precondition.py
tests/test_utils.py
tests/test_verifier_sync.py
tests/test_view_audience_visibility.py
tests/test_view_class_metric.py
tests/test_view_counter_embedding.py
tests/test_view_entropy.py
tests/test_view_evidence_lifecycle.py
tests/test_view_namespace_fence.py
tests/test_view_projection_repair.py
tests/test_view_repository_lww.py
tests/test_weekday_canonicalization.py
tests/test_wheelhouse_verifier.py
tests/test_windowed_fold.py
tests/test_windowed_recall.py
tests/test_work_artifact.py