LICENSE
MANIFEST.in
README.md
pyproject.toml
deploy/README.md
docs/BRIDGE_DEVELOPMENT.md
docs/COMPATIBILITY_MATRIX.md
docs/DOCUMENT_TOPOLOGY.md
docs/GLOBAL_DEPLOYMENT_GUIDE.md
docs/INSTALL_AND_BOOTSTRAP.md
docs/RELEASE_FILE_MAP.md
docs/RELEASE_SURFACE.md
docs/REMOTE_CLIENT.md
docs/STARTUP_PROBE_CONTRACT.md
docs/Scribe_Usage.md
docs/TEMPLATE_VARIABLES.md
docs/TOUR.md
docs/mcp_server_guide.md
docs/next_steps.md
docs/examples/mcp.json.example
docs/examples/opencode.json.example
docs/guides/LIVE_MCP_IMPACT_REPORT_2026-04-17.md
docs/guides/hooks_setup.md
docs/guides/manage_docs_agent_guide.md
docs/guides/manage_docs_troubleshooting.md
docs/guides/scribe_onboarding_prompt.md
docs/whitepapers/scribe_mcp_whitepaper.md
skills/scribe-integration/SKILL.md
src/scribe_mcp/__init__.py
src/scribe_mcp/__main__.py
src/scribe_mcp/install_wizard.py
src/scribe_mcp/log_intelligence.py
src/scribe_mcp/physical_logical_reconciliation.py
src/scribe_mcp/progress_log_parser.py
src/scribe_mcp/py.typed
src/scribe_mcp/readiness.py
src/scribe_mcp/reminders.py
src/scribe_mcp/runtime_timing_envelope.py
src/scribe_mcp/selector_readback.py
src/scribe_mcp/server.py
src/scribe_mcp/server_sse.py
src/scribe_mcp/tool_contracts.py
src/scribe_mcp.egg-info/PKG-INFO
src/scribe_mcp.egg-info/SOURCES.txt
src/scribe_mcp.egg-info/dependency_links.txt
src/scribe_mcp.egg-info/entry_points.txt
src/scribe_mcp.egg-info/requires.txt
src/scribe_mcp.egg-info/top_level.txt
src/scribe_mcp/auth/__init__.py
src/scribe_mcp/auth/api_key.py
src/scribe_mcp/auth/base.py
src/scribe_mcp/auth/jwt_auth.py
src/scribe_mcp/bridges/__init__.py
src/scribe_mcp/bridges/api.py
src/scribe_mcp/bridges/health.py
src/scribe_mcp/bridges/hooks.py
src/scribe_mcp/bridges/manifest.py
src/scribe_mcp/bridges/plugin.py
src/scribe_mcp/bridges/policy.py
src/scribe_mcp/bridges/registry.py
src/scribe_mcp/bridges/runtime.py
src/scribe_mcp/bridges/security.py
src/scribe_mcp/bridges/tools.py
src/scribe_mcp/bridges/examples/__init__.py
src/scribe_mcp/bridges/examples/hello_world_plugin.py
src/scribe_mcp/cli/__init__.py
src/scribe_mcp/cli/main.py
src/scribe_mcp/cli/session_store.py
src/scribe_mcp/config/__init__.py
src/scribe_mcp/config/boundary_rules_schema.json
src/scribe_mcp/config/display_config.py
src/scribe_mcp/config/downstream_assets.py
src/scribe_mcp/config/downstream_seed_manifest.yaml
src/scribe_mcp/config/global_log_config.json
src/scribe_mcp/config/log_config.json
src/scribe_mcp/config/log_config.py
src/scribe_mcp/config/logging.py
src/scribe_mcp/config/mcp_config.json
src/scribe_mcp/config/mode_detection.py
src/scribe_mcp/config/paths.py
src/scribe_mcp/config/reminder_config.json
src/scribe_mcp/config/reminder_rules.json
src/scribe_mcp/config/repo_config.py
src/scribe_mcp/config/scribe_config_template.yaml
src/scribe_mcp/config/settings.py
src/scribe_mcp/db/__init__.py
src/scribe_mcp/db/init.sql
src/scribe_mcp/db/postgres_migrations/001_jsonb_indexes.sql
src/scribe_mcp/db/postgres_migrations/002_query_path_indexes.sql
src/scribe_mcp/db/postgres_migrations/003_legacy_document_tables.sql
src/scribe_mcp/db/postgres_migrations/004_tool_call_correlation_metadata.sql
src/scribe_mcp/doc_management/__init__.py
src/scribe_mcp/doc_management/boundary_guidance.py
src/scribe_mcp/doc_management/change_logger.py
src/scribe_mcp/doc_management/change_rollback.py
src/scribe_mcp/doc_management/changelog.py
src/scribe_mcp/doc_management/cli.py
src/scribe_mcp/doc_management/conflict_resolver.py
src/scribe_mcp/doc_management/diff_visualizer.py
src/scribe_mcp/doc_management/errors.py
src/scribe_mcp/doc_management/file_watcher.py
src/scribe_mcp/doc_management/healing.py
src/scribe_mcp/doc_management/indexing.py
src/scribe_mcp/doc_management/integrity_verifier.py
src/scribe_mcp/doc_management/intelligence_exports.py
src/scribe_mcp/doc_management/intelligence_workflows.py
src/scribe_mcp/doc_management/lifecycle.py
src/scribe_mcp/doc_management/manager.py
src/scribe_mcp/doc_management/naming.py
src/scribe_mcp/doc_management/performance_monitor.py
src/scribe_mcp/doc_management/preflight.py
src/scribe_mcp/doc_management/runtime.py
src/scribe_mcp/doc_management/scaffold_quality.py
src/scribe_mcp/doc_management/special_create.py
src/scribe_mcp/doc_management/special_indexes.py
src/scribe_mcp/doc_management/sync_manager.py
src/scribe_mcp/doc_management/topology.py
src/scribe_mcp/doc_management/utils.py
src/scribe_mcp/doc_management/validation.py
src/scribe_mcp/doc_management/version_context.py
src/scribe_mcp/doc_management/actions/__init__.py
src/scribe_mcp/doc_management/actions/append.py
src/scribe_mcp/doc_management/actions/batch.py
src/scribe_mcp/doc_management/actions/create.py
src/scribe_mcp/doc_management/actions/edit.py
src/scribe_mcp/doc_management/actions/query.py
src/scribe_mcp/doc_management/actions/search.py
src/scribe_mcp/doc_management/actions/status.py
src/scribe_mcp/doc_management/quality/__init__.py
src/scribe_mcp/doc_management/quality/context.py
src/scribe_mcp/doc_management/quality/registry.py
src/scribe_mcp/doc_management/quality/results.py
src/scribe_mcp/doc_management/quality/scopes.py
src/scribe_mcp/doc_management/quality/rules/changelog.py
src/scribe_mcp/doc_management/quality/rules/release_gate.py
src/scribe_mcp/doc_management/quality/rules/research.py
src/scribe_mcp/doc_management/quality/rules/scaffold.py
src/scribe_mcp/object_store/__init__.py
src/scribe_mcp/object_store/base.py
src/scribe_mcp/object_store/filesystem.py
src/scribe_mcp/object_store/hybrid.py
src/scribe_mcp/object_store/keys.py
src/scribe_mcp/object_store/providers/__init__.py
src/scribe_mcp/object_store/providers/corta.py
src/scribe_mcp/object_store/providers/s3.py
src/scribe_mcp/plugins/__init__.py
src/scribe_mcp/plugins/registry.py
src/scribe_mcp/plugins_bundle/claude/.claude-plugin/plugin.json
src/scribe_mcp/plugins_bundle/claude/agents/scribe-architect.md
src/scribe_mcp/plugins_bundle/claude/agents/scribe-bug-hunter.md
src/scribe_mcp/plugins_bundle/claude/agents/scribe-coder.md
src/scribe_mcp/plugins_bundle/claude/agents/scribe-doc-writer.md
src/scribe_mcp/plugins_bundle/claude/agents/scribe-research-analyst.md
src/scribe_mcp/plugins_bundle/claude/agents/scribe-review-agent.md
src/scribe_mcp/plugins_bundle/claude/agents/scribe-security-agent.md
src/scribe_mcp/plugins_bundle/claude/bin/protect-managed-docs.sh
src/scribe_mcp/plugins_bundle/claude/hooks/hooks.json
src/scribe_mcp/plugins_bundle/claude/skills/scribe-integration/SKILL.md
src/scribe_mcp/plugins_bundle/claude/skills/scribe-onboarding/SKILL.md
src/scribe_mcp/plugins_bundle/codex/.app.json
src/scribe_mcp/plugins_bundle/codex/marketplace.json
src/scribe_mcp/plugins_bundle/codex/.codex-plugin/plugin.json
src/scribe_mcp/plugins_bundle/codex/agents/scribe-architect.toml
src/scribe_mcp/plugins_bundle/codex/agents/scribe-bug-hunter.toml
src/scribe_mcp/plugins_bundle/codex/agents/scribe-coder.toml
src/scribe_mcp/plugins_bundle/codex/agents/scribe-doc-writer.toml
src/scribe_mcp/plugins_bundle/codex/agents/scribe-research-analyst.toml
src/scribe_mcp/plugins_bundle/codex/agents/scribe-review-agent.toml
src/scribe_mcp/plugins_bundle/codex/agents/scribe-security-agent.toml
src/scribe_mcp/plugins_bundle/codex/assets/agents.json
src/scribe_mcp/plugins_bundle/codex/assets/agents/scribe-architect.md
src/scribe_mcp/plugins_bundle/codex/assets/agents/scribe-bug-hunter.md
src/scribe_mcp/plugins_bundle/codex/assets/agents/scribe-coder.md
src/scribe_mcp/plugins_bundle/codex/assets/agents/scribe-doc-writer.md
src/scribe_mcp/plugins_bundle/codex/assets/agents/scribe-research-analyst.md
src/scribe_mcp/plugins_bundle/codex/assets/agents/scribe-review-agent.md
src/scribe_mcp/plugins_bundle/codex/assets/agents/scribe-security-agent.md
src/scribe_mcp/plugins_bundle/codex/skills/scribe-integration/SKILL.md
src/scribe_mcp/plugins_bundle/codex/skills/scribe-onboarding/SKILL.md
src/scribe_mcp/scripts/__init__.py
src/scribe_mcp/scripts/backfill_log_type.py
src/scribe_mcp/scripts/bootstrap_postgres.py
src/scribe_mcp/scripts/migrate_database.py
src/scribe_mcp/scripts/migrate_sqlite_to_postgres.py
src/scribe_mcp/scripts/migrate_state.py
src/scribe_mcp/scripts/migrate_to_object_store.py
src/scribe_mcp/scripts/postgres_backup.py
src/scribe_mcp/scripts/postgres_metrics.py
src/scribe_mcp/scripts/postgres_restore.py
src/scribe_mcp/scripts/postgres_soak_test.py
src/scribe_mcp/scripts/project_codex_plugin.py
src/scribe_mcp/scripts/scribe.py
src/scribe_mcp/scripts/scribe_admin.py
src/scribe_mcp/scripts/scribe_cli.py
src/scribe_mcp/scripts/scribe_probe.py
src/scribe_mcp/scripts/test_mcp_server.py
src/scribe_mcp/scripts/verify_migration.py
src/scribe_mcp/security/__init__.py
src/scribe_mcp/security/sandbox.py
src/scribe_mcp/shared/__init__.py
src/scribe_mcp/shared/base_logging_tool.py
src/scribe_mcp/shared/execution_context.py
src/scribe_mcp/shared/log_enums.py
src/scribe_mcp/shared/logging_utils.py
src/scribe_mcp/shared/path_policy.py
src/scribe_mcp/shared/project_registry.py
src/scribe_mcp/shared/project_utils.py
src/scribe_mcp/shared/reference_resolution.py
src/scribe_mcp/shared/repo_authority.py
src/scribe_mcp/shared/session_scope.py
src/scribe_mcp/shared/session_utils.py
src/scribe_mcp/shared/tool_runtime.py
src/scribe_mcp/shared/write_barrier.py
src/scribe_mcp/state/__init__.py
src/scribe_mcp/state/agent_identity.py
src/scribe_mcp/state/agent_manager.py
src/scribe_mcp/state/manager.py
src/scribe_mcp/state/migration.py
src/scribe_mcp/storage/__init__.py
src/scribe_mcp/storage/base.py
src/scribe_mcp/storage/models.py
src/scribe_mcp/storage/pool.py
src/scribe_mcp/storage/project_identity_preflight.py
src/scribe_mcp/storage/remote.py
src/scribe_mcp/storage/postgres/__init__.py
src/scribe_mcp/storage/postgres/documents.py
src/scribe_mcp/storage/postgres/internals.py
src/scribe_mcp/storage/postgres/migrations.py
src/scribe_mcp/storage/postgres/schema.py
src/scribe_mcp/storage/sqlite/__init__.py
src/scribe_mcp/storage/sqlite/cases.py
src/scribe_mcp/storage/sqlite/compat_migrations.py
src/scribe_mcp/storage/sqlite/documents.py
src/scribe_mcp/storage/sqlite/domain_facade.py
src/scribe_mcp/storage/sqlite/entries.py
src/scribe_mcp/storage/sqlite/internals.py
src/scribe_mcp/storage/sqlite/migrations.py
src/scribe_mcp/storage/sqlite/planning.py
src/scribe_mcp/storage/sqlite/projects.py
src/scribe_mcp/storage/sqlite/schema.py
src/scribe_mcp/storage/sqlite/sessions.py
src/scribe_mcp/storage/sqlite/telemetry.py
src/scribe_mcp/storage/sqlite/telemetry_support.py
src/scribe_mcp/template_engine/__init__.py
src/scribe_mcp/template_engine/cli.py
src/scribe_mcp/template_engine/engine.py
src/scribe_mcp/templates/__init__.py
src/scribe_mcp/templates/custom/project_header.md
src/scribe_mcp/templates/documents/AGENT_REPORT_CARD_TEMPLATE.md
src/scribe_mcp/templates/documents/ARCHITECTURE_GUIDE_TEMPLATE.md
src/scribe_mcp/templates/documents/BUG_LOG_TEMPLATE.md
src/scribe_mcp/templates/documents/BUG_REPORT_TEMPLATE.md
src/scribe_mcp/templates/documents/CHECKLIST_TEMPLATE.md
src/scribe_mcp/templates/documents/DOC_LOG_TEMPLATE.md
src/scribe_mcp/templates/documents/GLOBAL_PROGRESS_LOG_TEMPLATE.md
src/scribe_mcp/templates/documents/PHASE_PLAN_TEMPLATE.md
src/scribe_mcp/templates/documents/PROGRESS_LOG_TEMPLATE.md
src/scribe_mcp/templates/documents/RESEARCH_REPORT_TEMPLATE.md
src/scribe_mcp/templates/documents/REVIEW_REPORT_TEMPLATE.md
src/scribe_mcp/templates/documents/SECURITY_LOG_TEMPLATE.md
src/scribe_mcp/templates/documents/SECURITY_REPORT_TEMPLATE.md
src/scribe_mcp/templates/documents/base_document.md
src/scribe_mcp/templates/documents/base_log.md
src/scribe_mcp/templates/fragments/api_endpoints.md
src/scribe_mcp/templates/fragments/directory_structure.md
src/scribe_mcp/templates/fragments/testing_strategy.md
src/scribe_mcp/tools/__init__.py
src/scribe_mcp/tools/agent_project_utils.py
src/scribe_mcp/tools/append_entry.py
src/scribe_mcp/tools/authorize_repo_root.py
src/scribe_mcp/tools/constants.py
src/scribe_mcp/tools/delete_project.py
src/scribe_mcp/tools/doctor.py
src/scribe_mcp/tools/edit_file.py
src/scribe_mcp/tools/generate_doc_templates.py
src/scribe_mcp/tools/get_project.py
src/scribe_mcp/tools/health_check.py
src/scribe_mcp/tools/list_open_cases.py
src/scribe_mcp/tools/list_projects.py
src/scribe_mcp/tools/log_intelligence.py
src/scribe_mcp/tools/manage_docs.py
src/scribe_mcp/tools/manage_docs_validation.py
src/scribe_mcp/tools/progress_log_projection.py
src/scribe_mcp/tools/project_utils.py
src/scribe_mcp/tools/query_entries.py
src/scribe_mcp/tools/read_file.py
src/scribe_mcp/tools/read_recent.py
src/scribe_mcp/tools/reminder_tools.py
src/scribe_mcp/tools/rotate_log.py
src/scribe_mcp/tools/search.py
src/scribe_mcp/tools/sentinel_tools.py
src/scribe_mcp/tools/set_project.py
src/scribe_mcp/tools/write_barrier.py
src/scribe_mcp/tools/base/__init__.py
src/scribe_mcp/tools/base/base_tool.py
src/scribe_mcp/tools/base/parameter_normalizer.py
src/scribe_mcp/tools/base/tool_metadata.py
src/scribe_mcp/tools/base/tool_result.py
src/scribe_mcp/tools/config/append_entry_config.py
src/scribe_mcp/tools/config/query_entries_config.py
src/scribe_mcp/tools/config/rotate_log_config.py
src/scribe_mcp/transport/__init__.py
src/scribe_mcp/transport/base.py
src/scribe_mcp/transport/http_sse.py
src/scribe_mcp/transport/websocket.py
src/scribe_mcp/utils/__init__.py
src/scribe_mcp/utils/audit.py
src/scribe_mcp/utils/bulk_processor.py
src/scribe_mcp/utils/config_manager.py
src/scribe_mcp/utils/context_safety.py
src/scribe_mcp/utils/diff_compiler.py
src/scribe_mcp/utils/entry_limit.py
src/scribe_mcp/utils/error_handler.py
src/scribe_mcp/utils/estimator.py
src/scribe_mcp/utils/files.py
src/scribe_mcp/utils/frontmatter.py
src/scribe_mcp/utils/integrity.py
src/scribe_mcp/utils/logs.py
src/scribe_mcp/utils/parameter_validator.py
src/scribe_mcp/utils/path_suggestions.py
src/scribe_mcp/utils/path_utils.py
src/scribe_mcp/utils/reminder_engine.py
src/scribe_mcp/utils/reminder_monitoring.py
src/scribe_mcp/utils/reminder_validator.py
src/scribe_mcp/utils/response.py
src/scribe_mcp/utils/rotation_state.py
src/scribe_mcp/utils/search.py
src/scribe_mcp/utils/sentinel_logs.py
src/scribe_mcp/utils/slug.py
src/scribe_mcp/utils/time.py
src/scribe_mcp/utils/tokens.py
src/scribe_mcp/utils/tool_logger.py
src/scribe_mcp/utils/formatters/__init__.py
src/scribe_mcp/utils/formatters/base.py
src/scribe_mcp/utils/formatters/dispatcher.py
src/scribe_mcp/utils/formatters/entry.py
src/scribe_mcp/utils/formatters/file.py
src/scribe_mcp/utils/formatters/project.py
src/scribe_mcp/utils/formatters/ui.py
tests/test_agent_identity_and_resumption.py
tests/test_agent_manager.py
tests/test_all_tools_phase5.py
tests/test_analyze_logs_boundary.py
tests/test_append_entry_config.py
tests/test_append_entry_explicit_project_resolution.py
tests/test_append_entry_ids.py
tests/test_append_entry_integration.py
tests/test_append_entry_path_policy.py
tests/test_append_entry_priority.py
tests/test_append_entry_tee_routing.py
tests/test_audit_trails.py
tests/test_auth_transport_contracts.py
tests/test_authorize_repo_root_storage.py
tests/test_authorize_repo_root_tool.py
tests/test_auto_registration.py
tests/test_auto_registration_production.py
tests/test_auto_registration_real.py
tests/test_backup_integration.py
tests/test_base_formatter.py
tests/test_base_logging_tool.py
tests/test_batch_doc_name_inheritance.py
tests/test_bootstrap_postgres_script.py
tests/test_bridge_registry.py
tests/test_bridge_system.py
tests/test_bug_management_regression_matrix.py
tests/test_bulk_processor_detect_bulk_mode.py
tests/test_bulletproof_corrector_enhancements.py
tests/test_bulletproof_fallback_manager.py
tests/test_bulletproof_integration.py
tests/test_case_field_section_anchors.py
tests/test_case_registry_ownership.py
tests/test_case_registry_registration.py
tests/test_case_registry_runtime_hooks.py
tests/test_case_registry_storage.py
tests/test_case_status_vocab.py
tests/test_cleanup_old_entries.py
tests/test_cli_call_dispatch_path.py
tests/test_confidence_clamp_healing.py
tests/test_config_manager.py
tests/test_configure_reminders_wiring.py
tests/test_conflict_scenarios.py
tests/test_connection_isolation_fix.py
tests/test_connection_pool.py
tests/test_consumer_resolution_contract.py
tests/test_count_entries_metrics_fastpath.py
tests/test_create_contract_unified.py
tests/test_create_editable_sections_complete.py
tests/test_create_guidance_consistent.py
tests/test_database_migration.py
tests/test_db_activation.py
tests/test_db_routing.py
tests/test_diff_compiler.py
tests/test_direct_tool_runtime_contract.py
tests/test_discovery_authority_parity.py
tests/test_dispatcher.py
tests/test_doc_management.py
tests/test_doc_management_basic.py
tests/test_doc_update_path_policy.py
tests/test_doc_updates_autolog_contract.py
tests/test_doctor_telemetry.py
tests/test_document_intelligence_workflows.py
tests/test_document_topology_exports.py
tests/test_document_topology_metadata.py
tests/test_document_topology_parsing.py
tests/test_downstream_assets_phase0.py
tests/test_dual_parameter_integration.py
tests/test_dual_parameter_logic.py
tests/test_dual_parameter_simple.py
tests/test_dual_parameter_support.py
tests/test_edit_file.py
tests/test_enhanced_append_entry.py
tests/test_entry_formatter.py
tests/test_entry_limit.py
tests/test_error_enrichment_simple.py
tests/test_error_handler.py
tests/test_error_remediation.py
tests/test_estimator.py
tests/test_exception_healer.py
tests/test_execution_context.py
tests/test_execution_context_session_collision.py
tests/test_failure_priority.py
tests/test_fallback_path_fix_simple.py
tests/test_file_formatter.py
tests/test_format_fixes.py
tests/test_frontmatter.py
tests/test_function_decomposition_integration.py
tests/test_gen_001_baseline_hash_recorded.py
tests/test_generate_doc_templates_phase11.py
tests/test_generate_doc_templates_target_dir.py
tests/test_get_project_formatter.py
tests/test_get_project_integration.py
tests/test_get_project_log_counts.py
tests/test_get_project_sitrep.py
tests/test_global_optimization_utils.py
tests/test_global_scribe.py
tests/test_health_check.py
tests/test_install_docs_consistency.py
tests/test_install_wizard.py
tests/test_install_wizard_security.py
tests/test_int_param_coercion.py
tests/test_jinja2_engine.py
tests/test_last_known_project_hint.py
tests/test_link_fix_completeness_gate.py
tests/test_list_open_cases.py
tests/test_list_projects.py
tests/test_list_projects_formatters.py
tests/test_list_projects_integration.py
tests/test_list_projects_registry_integration.py
tests/test_list_projects_sitrep.py
tests/test_log_enums.py
tests/test_log_intelligence.py
tests/test_logging_utils.py
tests/test_manage_docs_actions_post_fix.py
tests/test_manage_docs_actor_identity.py
tests/test_manage_docs_boundary_contract.py
tests/test_manage_docs_checklist_helper.py
tests/test_manage_docs_cleanup_support.py
tests/test_manage_docs_cli.py
tests/test_manage_docs_corruption_fixes.py
tests/test_manage_docs_create_doc.py
tests/test_manage_docs_create_intent.py
tests/test_manage_docs_creation_hygiene_regression.py
tests/test_manage_docs_frontmatter_contract.py
tests/test_manage_docs_generate_toc.py
tests/test_manage_docs_index_updates.py
tests/test_manage_docs_normalization.py
tests/test_manage_docs_patch_range.py
tests/test_manage_docs_project_health_quality.py
tests/test_manage_docs_quality_check.py
tests/test_manage_docs_reminders.py
tests/test_manage_docs_replace_section_structure.py
tests/test_manage_docs_runtime_action_classification.py
tests/test_manage_docs_scaffold_quality.py
tests/test_manage_docs_schema_keystone.py
tests/test_manage_docs_session_binding.py
tests/test_manage_docs_status_intent_guardrails.py
tests/test_manage_docs_structured_edit.py
tests/test_manage_docs_target_resolution.py
tests/test_manage_docs_validate_crosslinks.py
tests/test_mcp_tools_enhancements.py
tests/test_message_pipe_healing.py
tests/test_migrate_sqlite_to_postgres_script.py
tests/test_migration_priority_columns.py
tests/test_mode_detection.py
tests/test_multi_repo_file_ops.py
tests/test_object_store.py
tests/test_object_store_hybrid.py
tests/test_object_store_providers.py
tests/test_open_case_dedup_perf.py
tests/test_parameter_validator.py
tests/test_path_policy_config.py
tests/test_path_resolution_debug.py
tests/test_path_suggestions.py
tests/test_performance.py
tests/test_phase12_config_precedence.py
tests/test_phase1_package12_hardening.py
tests/test_phase2_case_registry_contract.py
tests/test_phase3_state_manager.py
tests/test_physical_logical_reconciliation.py
tests/test_planning_truth_advisories.py
tests/test_plugin_bundles.py
tests/test_plugin_registry_runtime.py
tests/test_postgres_backup_script.py
tests/test_postgres_project_identity_scoping.py
tests/test_postgres_restore_script.py
tests/test_preflight_backup.py
tests/test_progress_log_parser.py
tests/test_progress_log_projection.py
tests/test_project_identity_preflight.py
tests/test_project_registry.py
tests/test_project_state_detection.py
tests/test_quality_scaling_regression.py
tests/test_query_entries_config.py
tests/test_query_entries_db.py
tests/test_query_entries_dead_engine_honest_envelopes.py
tests/test_query_entries_explicit_project_resolution.py
tests/test_query_entries_fields_parameter.py
tests/test_query_entries_message_filter_regression.py
tests/test_query_entries_message_predicate_exhaustive.py
tests/test_query_entries_pagination_contract.py
tests/test_query_entries_regex_prevalidate.py
tests/test_query_integration.py
tests/test_query_performance.py
tests/test_query_priority_filters.py
tests/test_read_file_dependencies.py
tests/test_read_file_enhancements.py
tests/test_read_file_mode_enum_schema.py
tests/test_read_file_phase4_bugs.py
tests/test_read_file_read_only_contract.py
tests/test_read_file_readable.py
tests/test_read_file_tool.py
tests/test_read_recent_limit.py
tests/test_read_recent_supplement_gate.py
tests/test_read_search_error_integration.py
tests/test_readiness.py
tests/test_readiness_cache_key_scaling.py
tests/test_release_startup_probe.py
tests/test_reminder_dead_conditions.py
tests/test_reminder_hash_session.py
tests/test_reminder_history_schema.py
tests/test_reminder_storage.py
tests/test_reminder_storage_policy.py
tests/test_reminder_time_variables.py
tests/test_reminder_tools.py
tests/test_remote_backend.py
tests/test_replace_section_separator.py
tests/test_replace_text_multiline.py
tests/test_repo_config_docs_paths.py
tests/test_repo_scoped_project_keys.py
tests/test_research_artifact_hygiene.py
tests/test_research_index_hoist.py
tests/test_response_formatter_helpers.py
tests/test_response_formatter_readable.py
tests/test_rotate_log_config.py
tests/test_rotation_utils.py
tests/test_runtime_backend_repo_overrides.py
tests/test_runtime_mode_resolution.py
tests/test_runtime_path_policy.py
tests/test_runtime_registry_storage_policy.py
tests/test_sandbox_bypass.py
tests/test_schema_fix.py
tests/test_scribe_probe.py
tests/test_search_output_mode_enum_schema.py
tests/test_search_pagination.py
tests/test_search_tool.py
tests/test_selector_readback.py
tests/test_sentinel_enum_schema.py
tests/test_sentinel_tools.py
tests/test_server_api.py
tests/test_server_invoke_tool_startup_bypass.py
tests/test_server_storage_policy.py
tests/test_session_identity_integration.py
tests/test_session_integration.py
tests/test_session_isolation.py
tests/test_session_project_cache.py
tests/test_session_resolution_advisories.py
tests/test_set_project.py
tests/test_set_project_changelog.py
tests/test_set_project_formatters.py
tests/test_set_project_integration.py
tests/test_set_project_runtime_scope_contract.py
tests/test_set_project_sitrep.py
tests/test_settings_public_contract.py
tests/test_settings_schema_alias.py
tests/test_slug.py
tests/test_sqlite_internals.py
tests/test_sqlite_sessions_ops.py
tests/test_state_migration.py
tests/test_storage_factory_backends.py
tests/test_storage_models_compatibility.py
tests/test_template_engine_manage_docs.py
tests/test_template_filter.py
tests/test_template_validation.py
tests/test_token_count.py
tests/test_token_optimization.py
tests/test_tool_calls_schema.py
tests/test_tool_discoverability_p7.py
tests/test_tool_logger.py
tests/test_tool_metadata_contract.py
tests/test_tool_runtime_repo_scope.py
tests/test_tools.py
tests/test_transport_sse.py
tests/test_ui_formatter.py
tests/test_utils.py
tests/test_versioning_behavior.py
tests/test_write_barrier_contract.py
tests/test_write_barrier_tool_surface.py