LICENSE
README.md
pyproject.toml
setup.py
src/briefloop.egg-info/PKG-INFO
src/briefloop.egg-info/SOURCES.txt
src/briefloop.egg-info/dependency_links.txt
src/briefloop.egg-info/entry_points.txt
src/briefloop.egg-info/requires.txt
src/briefloop.egg-info/top_level.txt
src/multi_agent_brief/__init__.py
src/multi_agent_brief/orchestrator_contract.py
src/multi_agent_brief/runtime_assets.py
src/multi_agent_brief/status.py
src/multi_agent_brief/analysis_blocks/__init__.py
src/multi_agent_brief/analysis_blocks/builder.py
src/multi_agent_brief/analysis_blocks/renderer.py
src/multi_agent_brief/analysis_blocks/schemas.py
src/multi_agent_brief/analysis_modules/__init__.py
src/multi_agent_brief/analysis_modules/base.py
src/multi_agent_brief/analysis_modules/registry.py
src/multi_agent_brief/analysis_modules/market_competitor/__init__.py
src/multi_agent_brief/analysis_modules/market_competitor/auditor.py
src/multi_agent_brief/analysis_modules/market_competitor/config.py
src/multi_agent_brief/analysis_modules/market_competitor/event_builder.py
src/multi_agent_brief/analysis_modules/market_competitor/renderer.py
src/multi_agent_brief/analysis_modules/market_competitor/schemas.py
src/multi_agent_brief/analysis_modules/policy_regulatory/__init__.py
src/multi_agent_brief/analysis_modules/policy_regulatory/audit.py
src/multi_agent_brief/analysis_modules/policy_regulatory/module.py
src/multi_agent_brief/analysis_modules/policy_regulatory/schemas.py
src/multi_agent_brief/audience/__init__.py
src/multi_agent_brief/audience/profiles.py
src/multi_agent_brief/audience_memory/__init__.py
src/multi_agent_brief/audience_memory/profile.py
src/multi_agent_brief/audit/__init__.py
src/multi_agent_brief/audit/case_applicability.py
src/multi_agent_brief/audit/deterministic.py
src/multi_agent_brief/audit/editorial_governance.py
src/multi_agent_brief/audit/final_quality.py
src/multi_agent_brief/audit/harness.py
src/multi_agent_brief/audit/interfaces.py
src/multi_agent_brief/audit/limitation_hygiene.py
src/multi_agent_brief/audit/proposal_boundary.py
src/multi_agent_brief/audit/redaction.py
src/multi_agent_brief/audit/rule_packs.py
src/multi_agent_brief/audit/semantic.py
src/multi_agent_brief/capabilities/__init__.py
src/multi_agent_brief/capabilities/catalog.py
src/multi_agent_brief/capabilities/detect.py
src/multi_agent_brief/capabilities/models.py
src/multi_agent_brief/capabilities/recommend.py
src/multi_agent_brief/cli/__init__.py
src/multi_agent_brief/cli/authority_guard.py
src/multi_agent_brief/cli/capability_commands.py
src/multi_agent_brief/cli/competitors_commands.py
src/multi_agent_brief/cli/contract_commands.py
src/multi_agent_brief/cli/core_v2_commands.py
src/multi_agent_brief/cli/experiments_commands.py
src/multi_agent_brief/cli/init_commands.py
src/multi_agent_brief/cli/init_wizard.py
src/multi_agent_brief/cli/intake_v2_commands.py
src/multi_agent_brief/cli/main.py
src/multi_agent_brief/cli/onboard_commands.py
src/multi_agent_brief/cli/product_commands.py
src/multi_agent_brief/cli/run_commands.py
src/multi_agent_brief/cli/runtime_commands.py
src/multi_agent_brief/cli/secrets_commands.py
src/multi_agent_brief/cli/sources_commands.py
src/multi_agent_brief/cli/status_commands.py
src/multi_agent_brief/configs/artifact_contracts.yaml
src/multi_agent_brief/configs/orchestrator_contract.yaml
src/multi_agent_brief/configs/stage_specs.yaml
src/multi_agent_brief/configs/policy_packs/default.yaml
src/multi_agent_brief/configs/policy_profiles/evidence_extract_default.yaml
src/multi_agent_brief/configs/policy_profiles/finance_default.yaml
src/multi_agent_brief/configs/policy_profiles/internet_default.yaml
src/multi_agent_brief/configs/policy_profiles/manufacturing_default.yaml
src/multi_agent_brief/configs/policy_profiles/solar_manufacturing_default.yaml
src/multi_agent_brief/configs/report_packs/evidence_extract.yaml
src/multi_agent_brief/configs/report_packs/management_monthly.yaml
src/multi_agent_brief/configs/report_packs/market_weekly.yaml
src/multi_agent_brief/configs/report_packs/solar_industry_periodic.yaml
src/multi_agent_brief/configs/report_templates/evidence_extract.yaml
src/multi_agent_brief/configs/report_templates/management_monthly.yaml
src/multi_agent_brief/configs/report_templates/market_weekly.yaml
src/multi_agent_brief/configs/report_templates/solar_industry_periodic.yaml
src/multi_agent_brief/contracts/__init__.py
src/multi_agent_brief/contracts/agent_artifact_intake.py
src/multi_agent_brief/contracts/artifact_paths.py
src/multi_agent_brief/contracts/base.py
src/multi_agent_brief/contracts/errors.py
src/multi_agent_brief/contracts/json.py
src/multi_agent_brief/contracts/registry.py
src/multi_agent_brief/contracts/role_topology.py
src/multi_agent_brief/contracts/runtime_contracts.py
src/multi_agent_brief/contracts/runtime_errors.py
src/multi_agent_brief/contracts/semantic_assessment_status.py
src/multi_agent_brief/contracts/source_metadata.py
src/multi_agent_brief/contracts/v2.py
src/multi_agent_brief/contracts/validator.py
src/multi_agent_brief/contracts/migrations/__init__.py
src/multi_agent_brief/contracts/migrations/claim_v1_to_v2.py
src/multi_agent_brief/contracts/schemas/__init__.py
src/multi_agent_brief/contracts/schemas/atomic_claim_graph.py
src/multi_agent_brief/contracts/schemas/audit_report.py
src/multi_agent_brief/contracts/schemas/claim.py
src/multi_agent_brief/contracts/schemas/claim_draft.py
src/multi_agent_brief/contracts/schemas/claim_support_matrix.py
src/multi_agent_brief/contracts/schemas/evidence_span_registry.py
src/multi_agent_brief/contracts/schemas/policy_profile.py
src/multi_agent_brief/contracts/schemas/report_spec.py
src/multi_agent_brief/contracts/schemas/semantic_assessment_report.py
src/multi_agent_brief/control_store/__init__.py
src/multi_agent_brief/control_store/backup.py
src/multi_agent_brief/control_store/errors.py
src/multi_agent_brief/control_store/schema.py
src/multi_agent_brief/control_store/serialization.py
src/multi_agent_brief/control_store/sqlite_store.py
src/multi_agent_brief/control_store/uow.py
src/multi_agent_brief/control_store/migrations/0001.sql
src/multi_agent_brief/control_store/migrations/0002.sql
src/multi_agent_brief/control_store/migrations/0003.sql
src/multi_agent_brief/control_store/migrations/0004.sql
src/multi_agent_brief/control_store/migrations/0005.sql
src/multi_agent_brief/control_store/migrations/0006.sql
src/multi_agent_brief/controls/__init__.py
src/multi_agent_brief/controls/contract.py
src/multi_agent_brief/core/__init__.py
src/multi_agent_brief/core/citations.py
src/multi_agent_brief/core/claim_ledger.py
src/multi_agent_brief/core/config.py
src/multi_agent_brief/core/env.py
src/multi_agent_brief/core/schemas.py
src/multi_agent_brief/core_run_v2/__init__.py
src/multi_agent_brief/core_run_v2/artifacts.py
src/multi_agent_brief/core_run_v2/checkout.py
src/multi_agent_brief/core_run_v2/claims.py
src/multi_agent_brief/core_run_v2/errors.py
src/multi_agent_brief/core_run_v2/gates.py
src/multi_agent_brief/core_run_v2/integrity.py
src/multi_agent_brief/core_run_v2/lineage.py
src/multi_agent_brief/core_run_v2/next_action.py
src/multi_agent_brief/core_run_v2/policy.py
src/multi_agent_brief/core_run_v2/publication.py
src/multi_agent_brief/core_run_v2/publication_platform.py
src/multi_agent_brief/core_run_v2/recovery.py
src/multi_agent_brief/core_run_v2/service.py
src/multi_agent_brief/core_run_v2/terminal.py
src/multi_agent_brief/core_run_v2/verifier.py
src/multi_agent_brief/delivery/__init__.py
src/multi_agent_brief/delivery/artifact_policy.py
src/multi_agent_brief/delivery/base.py
src/multi_agent_brief/delivery/feishu.py
src/multi_agent_brief/delivery/gws.py
src/multi_agent_brief/evaluation_cases/__init__.py
src/multi_agent_brief/evaluation_cases/fixtures/manifest.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/approved_guidance_materialized/workspace/config.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/approved_guidance_materialized/workspace/sources.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/approved_guidance_materialized/workspace/user.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/approved_guidance_materialized/workspace/improvement/ledger.jsonl
src/multi_agent_brief/evaluation_cases/fixtures/cases/company_event_missing_latest_official_check/workspace/config.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/company_event_missing_latest_official_check/workspace/sources.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/company_event_missing_latest_official_check/workspace/user.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/control_switchboard_selection_is_not_execution/workspace/config.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/control_switchboard_selection_is_not_execution/workspace/sources.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/control_switchboard_selection_is_not_execution/workspace/user.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/feedback_triage_required/workspace/config.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/feedback_triage_required/workspace/sources.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/feedback_triage_required/workspace/user.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/feedback_triage_required/workspace/input/human_feedback.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/final_abstract_quality_warning_surface/workspace/config.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/final_abstract_quality_warning_surface/workspace/sources.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/final_abstract_quality_warning_surface/workspace/user.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/final_abstract_quality_warning_surface/workspace/output/brief.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/final_abstract_quality_warning_surface/workspace/output/intermediate/audit_report.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/final_abstract_quality_warning_surface/workspace/output/intermediate/audited_brief.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/final_abstract_quality_warning_surface/workspace/output/intermediate/candidate_claims.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/final_abstract_quality_warning_surface/workspace/output/intermediate/claim_ledger.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/final_abstract_quality_warning_surface/workspace/output/intermediate/screened_candidates.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/formal_release_missing_human_approval/workspace/config.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/formal_release_missing_human_approval/workspace/sources.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/formal_release_missing_human_approval/workspace/user.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/guidance_manifestation_not_observable/workspace/config.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/guidance_manifestation_not_observable/workspace/sources.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/guidance_manifestation_not_observable/workspace/user.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/media_only_legal_policy_blocks_research_review/workspace/config.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/media_only_legal_policy_blocks_research_review/workspace/sources.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/media_only_legal_policy_blocks_research_review/workspace/user.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/mixed_metric_scope_support_blocker/workspace/config.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/mixed_metric_scope_support_blocker/workspace/sources.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/mixed_metric_scope_support_blocker/workspace/user.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/planned_blocking_issue_cannot_continue/workspace/config.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/planned_blocking_issue_cannot_continue/workspace/sources.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/planned_blocking_issue_cannot_continue/workspace/user.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/planned_blocking_issue_cannot_continue/workspace/output/intermediate/audited_brief.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/planned_blocking_issue_cannot_continue/workspace/output/intermediate/candidate_claims.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/planned_blocking_issue_cannot_continue/workspace/output/intermediate/claim_ledger.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/planned_blocking_issue_cannot_continue/workspace/output/intermediate/feedback_issues.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/planned_blocking_issue_cannot_continue/workspace/output/intermediate/repair_plan.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/planned_blocking_issue_cannot_continue/workspace/output/intermediate/screened_candidates.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/provenance_projection_minimal/workspace/config.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/provenance_projection_minimal/workspace/sources.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/provenance_projection_minimal/workspace/user.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/provenance_projection_minimal/workspace/output/intermediate/audit_report.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/provenance_projection_minimal/workspace/output/intermediate/audited_brief.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/provenance_projection_minimal/workspace/output/intermediate/candidate_claims.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/provenance_projection_minimal/workspace/output/intermediate/claim_ledger.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/provenance_projection_minimal/workspace/output/intermediate/quality_gate_report.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/provenance_projection_minimal/workspace/output/intermediate/screened_candidates.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_clean_failed_no_delivery_promotion/workspace/config.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_clean_failed_no_delivery_promotion/workspace/sources.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_clean_failed_no_delivery_promotion/workspace/user.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_clean_failed_no_delivery_promotion/workspace/output/delivery/brief.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_clean_failed_no_delivery_promotion/workspace/output/intermediate/audit_report.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_clean_failed_no_delivery_promotion/workspace/output/intermediate/audited_brief.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_clean_failed_no_delivery_promotion/workspace/output/intermediate/claim_ledger.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_clean_failed_no_delivery_promotion/workspace/output/intermediate/finalize_report.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_clean_failed_no_delivery_promotion/workspace/output/intermediate/finalize_candidate/tx-reader-clean-fail/reader_brief.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_facing_source_appendix/workspace/config.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_facing_source_appendix/workspace/sources.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_facing_source_appendix/workspace/user.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_facing_source_appendix/workspace/output/intermediate/audit_report.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_facing_source_appendix/workspace/output/intermediate/audited_brief.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_facing_source_appendix/workspace/output/intermediate/candidate_claims.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_facing_source_appendix/workspace/output/intermediate/claim_ledger.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_facing_source_appendix/workspace/output/intermediate/screened_candidates.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_facing_target_relevance/workspace/config.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_facing_target_relevance/workspace/sources.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_facing_target_relevance/workspace/user.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_facing_target_relevance/workspace/output/brief.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_facing_target_relevance/workspace/output/intermediate/audit_report.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_facing_target_relevance/workspace/output/intermediate/audited_brief.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_facing_target_relevance/workspace/output/intermediate/candidate_claims.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_facing_target_relevance/workspace/output/intermediate/claim_ledger.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/reader_facing_target_relevance/workspace/output/intermediate/screened_candidates.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/release_readiness_forged_event_blocker/workspace/config.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/release_readiness_forged_event_blocker/workspace/sources.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/release_readiness_forged_event_blocker/workspace/user.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/release_readiness_forged_event_blocker/workspace/output/intermediate/release_readiness_report.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/reverted_entry_removed_from_next_snapshot/workspace/config.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/reverted_entry_removed_from_next_snapshot/workspace/sources.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/reverted_entry_removed_from_next_snapshot/workspace/user.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/reverted_entry_removed_from_next_snapshot/workspace/improvement/ledger.jsonl
src/multi_agent_brief/evaluation_cases/fixtures/cases/reverted_entry_removed_from_next_snapshot/workspace/improvement/memory.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/reverted_entry_removed_from_next_snapshot/workspace/output/intermediate/improvement_memory_snapshot.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/same_evidence_reader_quality_regression/workspace/config.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/same_evidence_reader_quality_regression/workspace/report_spec.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/same_evidence_reader_quality_regression/workspace/sources.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/same_evidence_reader_quality_regression/workspace/user.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/same_evidence_reader_quality_regression/workspace/input/sources/source-001.txt
src/multi_agent_brief/evaluation_cases/fixtures/cases/same_evidence_reader_quality_regression/workspace/output/brief.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/same_evidence_reader_quality_regression/workspace/output/source_appendix.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/same_evidence_reader_quality_regression/workspace/output/source_appendix_trace.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/same_evidence_reader_quality_regression/workspace/output/delivery/brief.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/same_evidence_reader_quality_regression/workspace/output/intermediate/atomic_claim_graph.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/same_evidence_reader_quality_regression/workspace/output/intermediate/audit_report.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/same_evidence_reader_quality_regression/workspace/output/intermediate/audited_brief.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/same_evidence_reader_quality_regression/workspace/output/intermediate/candidate_claims.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/same_evidence_reader_quality_regression/workspace/output/intermediate/claim_ledger.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/same_evidence_reader_quality_regression/workspace/output/intermediate/evidence_span_registry.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/same_evidence_reader_quality_regression/workspace/output/intermediate/finalize_report.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/same_evidence_reader_quality_regression/workspace/output/intermediate/screened_candidates.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/same_evidence_reader_quality_regression/workspace/output/intermediate/gates/auditor_quality_gate_report.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/same_evidence_reader_quality_regression/workspace/output/intermediate/gates/finalize_quality_gate_report.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/source_evidence_pack_blocks_non_evidence_file/workspace/config.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/source_evidence_pack_blocks_non_evidence_file/workspace/sources.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/source_evidence_pack_blocks_non_evidence_file/workspace/user.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/source_evidence_pack_blocks_non_evidence_file/workspace/input/sources/README.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/source_evidence_pack_blocks_non_evidence_file/workspace/output/intermediate/source_evidence_pack_manifest.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/stale_current_claim/workspace/config.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/stale_current_claim/workspace/sources.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/stale_current_claim/workspace/user.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/stale_current_claim/workspace/output/intermediate/audit_report.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/stale_current_claim/workspace/output/intermediate/audited_brief.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/stale_current_claim/workspace/output/intermediate/candidate_claims.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/stale_current_claim/workspace/output/intermediate/claim_ledger.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/stale_current_claim/workspace/output/intermediate/screened_candidates.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/third_party_price_snapshot_formal_block/workspace/config.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/third_party_price_snapshot_formal_block/workspace/sources.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/third_party_price_snapshot_formal_block/workspace/user.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/trajectory_retry_budget_exhausted/workspace/config.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/trajectory_retry_budget_exhausted/workspace/sources.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/trajectory_retry_budget_exhausted/workspace/user.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/unapproved_entry_not_materialized/workspace/config.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/unapproved_entry_not_materialized/workspace/sources.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/unapproved_entry_not_materialized/workspace/user.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/unapproved_entry_not_materialized/workspace/improvement/ledger.jsonl
src/multi_agent_brief/evaluation_cases/fixtures/cases/unauthorized_institution_branding_blocks_release/workspace/config.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/unauthorized_institution_branding_blocks_release/workspace/sources.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/unauthorized_institution_branding_blocks_release/workspace/user.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/unsupported_material_fact/workspace/config.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/unsupported_material_fact/workspace/sources.yaml
src/multi_agent_brief/evaluation_cases/fixtures/cases/unsupported_material_fact/workspace/user.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/unsupported_material_fact/workspace/output/intermediate/audit_report.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/unsupported_material_fact/workspace/output/intermediate/audited_brief.md
src/multi_agent_brief/evaluation_cases/fixtures/cases/unsupported_material_fact/workspace/output/intermediate/candidate_claims.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/unsupported_material_fact/workspace/output/intermediate/claim_ledger.json
src/multi_agent_brief/evaluation_cases/fixtures/cases/unsupported_material_fact/workspace/output/intermediate/screened_candidates.json
src/multi_agent_brief/experiments/__init__.py
src/multi_agent_brief/experiments/a2_isolation.py
src/multi_agent_brief/inputs/__init__.py
src/multi_agent_brief/inputs/classifier.py
src/multi_agent_brief/inputs/contracts.py
src/multi_agent_brief/inputs/extractor.py
src/multi_agent_brief/install/__init__.py
src/multi_agent_brief/install/writer.py
src/multi_agent_brief/intake_v2/__init__.py
src/multi_agent_brief/intake_v2/errors.py
src/multi_agent_brief/intake_v2/policy.py
src/multi_agent_brief/intake_v2/scratch.py
src/multi_agent_brief/intake_v2/service.py
src/multi_agent_brief/onboarding/__init__.py
src/multi_agent_brief/onboarding/io.py
src/multi_agent_brief/onboarding/mapper.py
src/multi_agent_brief/onboarding/schema.py
src/multi_agent_brief/orchestrator/__init__.py
src/multi_agent_brief/orchestrator/source_evidence.py
src/multi_agent_brief/outputs/__init__.py
src/multi_agent_brief/outputs/atomic_claim_graph_validation.py
src/multi_agent_brief/outputs/atomic_reader_projection.py
src/multi_agent_brief/outputs/evidence_span_validation.py
src/multi_agent_brief/outputs/finalize.py
src/multi_agent_brief/outputs/ib_docx.py
src/multi_agent_brief/outputs/naming.py
src/multi_agent_brief/outputs/reader_final_gate.py
src/multi_agent_brief/outputs/reader_projection.py
src/multi_agent_brief/outputs/source_appendix.py
src/multi_agent_brief/outputs/templates/__init__.py
src/multi_agent_brief/product/__init__.py
src/multi_agent_brief/product/bundle_projection.py
src/multi_agent_brief/product/citation_profile.py
src/multi_agent_brief/product/materiality_selection.py
src/multi_agent_brief/product/policy_gate_adapter.py
src/multi_agent_brief/product/policy_profile.py
src/multi_agent_brief/product/policy_projection.py
src/multi_agent_brief/product/policy_registry.py
src/multi_agent_brief/product/policy_resolver.py
src/multi_agent_brief/product/quality_closeout.py
src/multi_agent_brief/product/quality_panel.py
src/multi_agent_brief/product/report_pack.py
src/multi_agent_brief/product/report_pack_aliases.py
src/multi_agent_brief/product/report_registry.py
src/multi_agent_brief/product/report_spec.py
src/multi_agent_brief/product/template_conformance.py
src/multi_agent_brief/product/template_projection.py
src/multi_agent_brief/product/template_registry.py
src/multi_agent_brief/product/template_render_plan.py
src/multi_agent_brief/product/template_renderer.py
src/multi_agent_brief/product/trajectory_regulation.py
src/multi_agent_brief/product/brief_html/__init__.py
src/multi_agent_brief/product/brief_html/builder.py
src/multi_agent_brief/product/brief_html/render.py
src/multi_agent_brief/product/brief_html/static/THIRD_PARTY_NOTICES.txt
src/multi_agent_brief/product/brief_html/static/app.js
src/multi_agent_brief/product/brief_html/static/index.html
src/multi_agent_brief/product/brief_html/static/provenance.json
src/multi_agent_brief/product/brief_html/static/style.css
src/multi_agent_brief/product/init_web/__init__.py
src/multi_agent_brief/product/init_web/server.py
src/multi_agent_brief/product/init_web/submit.py
src/multi_agent_brief/product/init_web/static/THIRD_PARTY_NOTICES.txt
src/multi_agent_brief/product/init_web/static/app.js
src/multi_agent_brief/product/init_web/static/index.html
src/multi_agent_brief/product/init_web/static/provenance.json
src/multi_agent_brief/product/init_web/static/style.css
src/multi_agent_brief/product/review_session/__init__.py
src/multi_agent_brief/product/review_session/contracts.py
src/multi_agent_brief/product/review_session/launcher.py
src/multi_agent_brief/product/review_session/resources.py
src/multi_agent_brief/product/review_session/serialization.py
src/multi_agent_brief/product/review_session/server.py
src/multi_agent_brief/product/review_session/static_qp.py
src/multi_agent_brief/product/review_session/static/THIRD_PARTY_NOTICES.txt
src/multi_agent_brief/product/review_session/static/app.js
src/multi_agent_brief/product/review_session/static/index.html
src/multi_agent_brief/product/review_session/static/provenance.json
src/multi_agent_brief/product/review_session/static/style.css
src/multi_agent_brief/provenance/__init__.py
src/multi_agent_brief/provenance/contract.py
src/multi_agent_brief/provenance/io.py
src/multi_agent_brief/provenance/model.py
src/multi_agent_brief/provenance/references.py
src/multi_agent_brief/provenance/validator.py
src/multi_agent_brief/quality_gates/__init__.py
src/multi_agent_brief/quality_gates/contract.py
src/multi_agent_brief/quality_gates/evaluation.py
src/multi_agent_brief/runtime_host_v2/__init__.py
src/multi_agent_brief/runtime_host_v2/codex.py
src/multi_agent_brief/runtime_host_v2/contracts.py
src/multi_agent_brief/runtime_host_v2/errors.py
src/multi_agent_brief/runtime_host_v2/initialization.py
src/multi_agent_brief/runtime_host_v2/projections.py
src/multi_agent_brief/runtime_host_v2/scratch.py
src/multi_agent_brief/runtime_host_v2/service.py
src/multi_agent_brief/runtime_host_v2/source_routes.py
src/multi_agent_brief/runtime_kits/codex/config.toml
src/multi_agent_brief/runtime_kits/codex/agents/briefloop-analyst.toml
src/multi_agent_brief/runtime_kits/codex/agents/briefloop-auditor.toml
src/multi_agent_brief/runtime_kits/codex/agents/briefloop-claim-ledger.toml
src/multi_agent_brief/runtime_kits/codex/agents/briefloop-editor.toml
src/multi_agent_brief/runtime_kits/codex/agents/briefloop-scout.toml
src/multi_agent_brief/runtime_kits/codex/agents/briefloop-screener.toml
src/multi_agent_brief/runtime_kits/codex/agents/briefloop-source-planner.toml
src/multi_agent_brief/runtime_kits/codex/agents/briefloop-source-provider.toml
src/multi_agent_brief/runtime_kits/codex/skills/briefloop/SKILL.md
src/multi_agent_brief/runtime_kits/codex/skills/briefloop/references/controlstore-v2.md
src/multi_agent_brief/semantic_evaluator/__init__.py
src/multi_agent_brief/semantic_evaluator/adapter.py
src/multi_agent_brief/semantic_evaluator/admission.py
src/multi_agent_brief/semantic_evaluator/archive.py
src/multi_agent_brief/semantic_evaluator/baseline.py
src/multi_agent_brief/semantic_evaluator/composition.py
src/multi_agent_brief/semantic_evaluator/contracts.py
src/multi_agent_brief/semantic_evaluator/demo.py
src/multi_agent_brief/semantic_evaluator/errors.py
src/multi_agent_brief/semantic_evaluator/instrument.py
src/multi_agent_brief/semantic_evaluator/normalization.py
src/multi_agent_brief/semantic_evaluator/parser.py
src/multi_agent_brief/semantic_evaluator/post_final_bridge.py
src/multi_agent_brief/semantic_evaluator/profile.py
src/multi_agent_brief/semantic_evaluator/prompt_sizer.py
src/multi_agent_brief/semantic_evaluator/prompts.py
src/multi_agent_brief/semantic_evaluator/reader.py
src/multi_agent_brief/semantic_evaluator/resources.py
src/multi_agent_brief/semantic_evaluator/runner.py
src/multi_agent_brief/semantic_evaluator/serialization.py
src/multi_agent_brief/semantic_evaluator/shadow_contracts.py
src/multi_agent_brief/semantic_evaluator/snapshot.py
src/multi_agent_brief/semantic_evaluator/study.py
src/multi_agent_brief/semantic_evaluator/study_contracts.py
src/multi_agent_brief/semantic_evaluator/unit_planner.py
src/multi_agent_brief/semantic_evaluator/validator.py
src/multi_agent_brief/semantic_evaluator/adapters/__init__.py
src/multi_agent_brief/semantic_evaluator/adapters/local_proxy_responses.py
src/multi_agent_brief/semantic_evaluator/adapters/openai_responses.py
src/multi_agent_brief/semantic_evaluator/adapters/synthetic_fixture.py
src/multi_agent_brief/semantic_evaluator/baselines/structured_checklist_zh_v1.yaml
src/multi_agent_brief/semantic_evaluator/fixtures/synthetic_shadow_v1/bounded_context.json
src/multi_agent_brief/semantic_evaluator/fixtures/synthetic_shadow_v1/instrument.json
src/multi_agent_brief/semantic_evaluator/fixtures/synthetic_shadow_v1/manifest.json
src/multi_agent_brief/semantic_evaluator/fixtures/synthetic_shadow_v1/report.md
src/multi_agent_brief/semantic_evaluator/profiles/research_design_report_zh_v1.yaml
src/multi_agent_brief/semantic_evaluator/prompts/dimension_v1.txt
src/multi_agent_brief/semantic_evaluator/prompts/system_v1.txt
src/multi_agent_brief/sources/__init__.py
src/multi_agent_brief/sources/api_filings.py
src/multi_agent_brief/sources/api_news.py
src/multi_agent_brief/sources/base.py
src/multi_agent_brief/sources/cached_package.py
src/multi_agent_brief/sources/cli_provider.py
src/multi_agent_brief/sources/decider.py
src/multi_agent_brief/sources/doctor.py
src/multi_agent_brief/sources/evidence_pack.py
src/multi_agent_brief/sources/feishu_provider.py
src/multi_agent_brief/sources/filing_resolver.py
src/multi_agent_brief/sources/industry_packs.py
src/multi_agent_brief/sources/join.py
src/multi_agent_brief/sources/local_signal.py
src/multi_agent_brief/sources/local_signal_planner.py
src/multi_agent_brief/sources/manual.py
src/multi_agent_brief/sources/mcp_provider.py
src/multi_agent_brief/sources/mineru_provider.py
src/multi_agent_brief/sources/normalizer.py
src/multi_agent_brief/sources/opencli_provider.py
src/multi_agent_brief/sources/planner.py
src/multi_agent_brief/sources/registry.py
src/multi_agent_brief/sources/rss.py
src/multi_agent_brief/sources/sourcehub.py
src/multi_agent_brief/sources/web_search.py
src/multi_agent_brief/sources/search_backends/__init__.py
src/multi_agent_brief/sources/search_backends/base.py
src/multi_agent_brief/sources/search_backends/brave.py
src/multi_agent_brief/sources/search_backends/capabilities.py
src/multi_agent_brief/sources/search_backends/exa.py
src/multi_agent_brief/sources/search_backends/firecrawl.py
src/multi_agent_brief/sources/search_backends/serper.py
src/multi_agent_brief/sources/search_backends/tavily.py
src/multi_agent_brief/tools/__init__.py
src/multi_agent_brief/tools/draft_cleanup.py
src/multi_agent_brief/workspace/__init__.py
src/multi_agent_brief/workspace/init_profile.py
tests/test_069_e2e_stabilization.py
tests/test_a2_isolation_preflight.py
tests/test_agent_artifact_intake.py
tests/test_agent_config_generation.py
tests/test_agent_onboarding_docs.py
tests/test_analysis_blocks.py
tests/test_analysis_module_registry.py
tests/test_architecture_reference_v04.py
tests/test_atomic_reader_projection.py
tests/test_audience_memory.py
tests/test_audience_profiles.py
tests/test_audit_semantic.py
tests/test_b02_search_execution.py
tests/test_b1416_date_numeric.py
tests/test_brave_backend.py
tests/test_brief_html_isolation.py
tests/test_brief_html_packaging.py
tests/test_brief_html_pages.py
tests/test_brief_html_render.py
tests/test_briefloop_skill_freshness.py
tests/test_capabilities.py
tests/test_case_applicability.py
tests/test_checkout_publication_v2.py
tests/test_checkout_revision_v2.py
tests/test_ci_merge_gate.py
tests/test_citation_parser_home.py
tests/test_citations.py
tests/test_claim_ledger.py
tests/test_cli.py
tests/test_competitor_onboarding.py
tests/test_config_contract.py
tests/test_config_language_compat.py
tests/test_contract_commands.py
tests/test_contract_registry.py
tests/test_contracts.py
tests/test_control_contracts_v2.py
tests/test_control_store.py
tests/test_control_store_intake_v2.py
tests/test_core_run_v2.py
tests/test_core_run_v2_next_action.py
tests/test_core_run_v2_packaging.py
tests/test_core_run_v2_recovery.py
tests/test_core_run_v2_terminal.py
tests/test_core_v2_commands.py
tests/test_deterministic_audit.py
tests/test_docs_archive_policy.py
tests/test_doctor.py
tests/test_docx_templates.py
tests/test_editor_cleanup.py
tests/test_editorial_governance.py
tests/test_evidence_extract_pack.py
tests/test_exa_backend.py
tests/test_experiment_080_public_pilot.py
tests/test_explicit_runtime_identity.py
tests/test_fetch_github_review_comments.py
tests/test_filing_resolver_provider.py
tests/test_final_quality_audit.py
tests/test_finalize_delivery_gate.py
tests/test_firecrawl_backend.py
tests/test_generator_boundaries.py
tests/test_init_from_onboarding.py
tests/test_init_web_server.py
tests/test_init_web_submit.py
tests/test_input_classification_governance.py
tests/test_install_scripts.py
tests/test_install_writer.py
tests/test_intake_v2_commands.py
tests/test_launch_smoke.py
tests/test_limitation_hygiene.py
tests/test_local_signal.py
tests/test_local_signal_provider.py
tests/test_market_competitor_audit.py
tests/test_market_competitor_config.py
tests/test_market_competitor_events.py
tests/test_market_competitor_schemas.py
tests/test_materiality_selection.py
tests/test_minimal_comparative_eval.py
tests/test_onboard_commands.py
tests/test_onboarding_mapper.py
tests/test_orchestrator_contract_docs.py
tests/test_package_version.py
tests/test_policy_profile_dogfood_fixtures.py
tests/test_policy_profiles.py
tests/test_policy_regulatory_audit.py
tests/test_policy_regulatory_module.py
tests/test_post_final_review_contracts.py
tests/test_post_final_review_isolation.py
tests/test_post_final_review_packaging.py
tests/test_post_final_review_session.py
tests/test_product_baseline.py
tests/test_public_product_rename.py
tests/test_public_safety_scan.py
tests/test_quality_harness.py
tests/test_quality_panel.py
tests/test_reader_final_gate.py
tests/test_reader_projection.py
tests/test_release_consistency.py
tests/test_rendered_output_validation.py
tests/test_report_bundles.py
tests/test_report_packs.py
tests/test_report_template_renderer.py
tests/test_role_topology.py
tests/test_rule_packs.py
tests/test_runtime_assets.py
tests/test_runtime_host_codex_v2.py
tests/test_runtime_host_codex_workspace_binding_v2.py
tests/test_runtime_host_v2.py
tests/test_semantic_assessment_dogfood_fixtures.py
tests/test_semantic_evaluator_adapter.py
tests/test_semantic_evaluator_admission.py
tests/test_semantic_evaluator_archive.py
tests/test_semantic_evaluator_baseline.py
tests/test_semantic_evaluator_contracts.py
tests/test_semantic_evaluator_demo.py
tests/test_semantic_evaluator_e2e.py
tests/test_semantic_evaluator_instrument.py
tests/test_semantic_evaluator_isolation.py
tests/test_semantic_evaluator_normalization.py
tests/test_semantic_evaluator_packaging.py
tests/test_semantic_evaluator_parser_validator.py
tests/test_semantic_evaluator_planner.py
tests/test_semantic_evaluator_reader.py
tests/test_semantic_evaluator_runner.py
tests/test_semantic_evaluator_shadow_cli.py
tests/test_semantic_evaluator_shadow_contracts.py
tests/test_semantic_evaluator_study.py
tests/test_serper_backend.py
tests/test_skill_contracts.py
tests/test_source_appendix.py
tests/test_source_config_fix.py
tests/test_source_decider.py
tests/test_source_evidence_pack.py
tests/test_source_join.py
tests/test_source_providers.py
tests/test_sourcehub_lite.py
tests/test_start_commands.py
tests/test_status.py
tests/test_subagent_first_contract.py
tests/test_tavily_guidance.py
tests/test_terms_and_docs.py
tests/test_trajectory_regulation.py
tests/test_v1_pilot_evidence.py
tests/test_web_search_metadata.py