README.md
pyproject.toml
src/flare_kernel/__init__.py
src/flare_kernel/app.py
src/flare_kernel/list_event_broker.py
src/flare_kernel/main.py
src/flare_kernel/project_record_memory_store.py
src/flare_kernel/project_store.py
src/flare_kernel/run_store.py
src/flare_kernel/session_archive_context.py
src/flare_kernel/session_archive_graph.py
src/flare_kernel/session_archive_metrics.py
src/flare_kernel/session_archive_summary.py
src/flare_kernel/session_lifecycle_policy.py
src/flare_kernel/session_message_policy.py
src/flare_kernel/session_message_records.py
src/flare_kernel/session_record_policy.py
src/flare_kernel/session_replay.py
src/flare_kernel/session_store.py
src/flare_kernel/user_store.py
src/flare_kernel.egg-info/PKG-INFO
src/flare_kernel.egg-info/SOURCES.txt
src/flare_kernel.egg-info/dependency_links.txt
src/flare_kernel.egg-info/requires.txt
src/flare_kernel.egg-info/top_level.txt
src/flare_kernel/contracts/__init__.py
src/flare_kernel/contracts/auth_contract.py
src/flare_kernel/contracts/context.py
src/flare_kernel/contracts/kernel_contract.py
src/flare_kernel/contracts/list_event_contract.py
src/flare_kernel/contracts/mode.py
src/flare_kernel/contracts/project_contract.py
src/flare_kernel/contracts/project_memory_contract.py
src/flare_kernel/contracts/run_contract.py
src/flare_kernel/contracts/session_contract.py
src/flare_kernel/contracts/update_contract.py
src/flare_kernel/router/__init__.py
src/flare_kernel/router/hardcode_boundary.py
src/flare_kernel/router/kernel.py
src/flare_kernel/router/next_actions_guard.py
src/flare_kernel/router/patch_contract.py
src/flare_kernel/router/source_library.py
src/flare_kernel/router/text_safety.py
src/flare_kernel/router/turn_act.py
src/flare_kernel/router/api/__init__.py
src/flare_kernel/router/api/auth.py
src/flare_kernel/router/api/auth_guard.py
src/flare_kernel/router/api/chat.py
src/flare_kernel/router/api/errors.py
src/flare_kernel/router/api/list_events.py
src/flare_kernel/router/api/project.py
src/flare_kernel/router/api/run.py
src/flare_kernel/router/api/session.py
src/flare_kernel/router/api/session_list_events.py
src/flare_kernel/router/api/update.py
src/flare_kernel/router/canonical/__init__.py
src/flare_kernel/router/canonical/analysis.py
src/flare_kernel/router/canonical/checkpoint.py
src/flare_kernel/router/canonical/composer_ui.py
src/flare_kernel/router/canonical/context_authority.py
src/flare_kernel/router/canonical/contract_support.py
src/flare_kernel/router/canonical/flow.py
src/flare_kernel/router/canonical/mode_projection.py
src/flare_kernel/router/canonical/payload.py
src/flare_kernel/router/canonical/projection.py
src/flare_kernel/router/canonical/track_actions.py
src/flare_kernel/router/canonical/context/__init__.py
src/flare_kernel/router/canonical/context/analysis.py
src/flare_kernel/router/canonical/context/inputs.py
src/flare_kernel/router/canonical/context/session.py
src/flare_kernel/router/completion/__init__.py
src/flare_kernel/router/completion/analysis_policy.py
src/flare_kernel/router/completion/analysis_result_contract.py
src/flare_kernel/router/completion/capability_boundary.py
src/flare_kernel/router/completion/guided.py
src/flare_kernel/router/completion/intake_commit_contract.py
src/flare_kernel/router/completion/intake_summary_content.py
src/flare_kernel/router/completion/intake_summary_events.py
src/flare_kernel/router/completion/intake_summary_submission.py
src/flare_kernel/router/completion/response_builder.py
src/flare_kernel/router/completion/selection.py
src/flare_kernel/router/completion/stream_collect.py
src/flare_kernel/router/context/__init__.py
src/flare_kernel/router/context/endpoint.py
src/flare_kernel/router/context/sourcing_preview.py
src/flare_kernel/router/intake/__init__.py
src/flare_kernel/router/intake/amount_quantity.py
src/flare_kernel/router/intake/answer.py
src/flare_kernel/router/intake/canonicalization.py
src/flare_kernel/router/intake/clarification.py
src/flare_kernel/router/intake/decision_rules.py
src/flare_kernel/router/intake/delivery_time.py
src/flare_kernel/router/intake/entry_policy.py
src/flare_kernel/router/intake/field_scope.py
src/flare_kernel/router/intake/inputs.py
src/flare_kernel/router/intake/legacy_question.py
src/flare_kernel/router/intake/node_state.py
src/flare_kernel/router/intake/numeric.py
src/flare_kernel/router/intake/payload_updates.py
src/flare_kernel/router/intake/readiness.py
src/flare_kernel/router/intake/state_persistence.py
src/flare_kernel/router/intake/workflow_checkpoint.py
src/flare_kernel/router/intake/authority/__init__.py
src/flare_kernel/router/intake/authority/checkpoint.py
src/flare_kernel/router/intake/authority/core.py
src/flare_kernel/router/intake/authority/hydration.py
src/flare_kernel/router/intake/authority/session.py
src/flare_kernel/router/intake/extraction/__init__.py
src/flare_kernel/router/intake/extraction/core.py
src/flare_kernel/router/intake/extraction/extractors.py
src/flare_kernel/router/intake/extraction/merge.py
src/flare_kernel/router/intake/field_projection/__init__.py
src/flare_kernel/router/intake/field_projection/core.py
src/flare_kernel/router/intake/field_projection/entity.py
src/flare_kernel/router/intake/field_projection/payload.py
src/flare_kernel/router/intake/field_projection/source.py
src/flare_kernel/router/intake/guided/__init__.py
src/flare_kernel/router/intake/guided/confirmed_updates.py
src/flare_kernel/router/intake/guided/flags.py
src/flare_kernel/router/intake/guided/followup.py
src/flare_kernel/router/intake/guided/followup_work_item.py
src/flare_kernel/router/intake/guided/open_fields.py
src/flare_kernel/router/intake/guided/status.py
src/flare_kernel/router/intake/guided/summary.py
src/flare_kernel/router/intake/status/__init__.py
src/flare_kernel/router/intake/status/chooser_stage.py
src/flare_kernel/router/intake/status/core.py
src/flare_kernel/router/intake/status/guided_session.py
src/flare_kernel/router/intake/status/projection.py
src/flare_kernel/router/intake/status/schema.py
src/flare_kernel/router/intent/__init__.py
src/flare_kernel/router/intent/classifier_utils.py
src/flare_kernel/router/intent/compat_aliases.py
src/flare_kernel/router/intent/routing.py
src/flare_kernel/router/intent/escalation/__init__.py
src/flare_kernel/router/intent/escalation/override.py
src/flare_kernel/router/intent/escalation/pipeline.py
src/flare_kernel/router/intent/escalation/signal.py
src/flare_kernel/router/intent/session_intent/__init__.py
src/flare_kernel/router/intent/session_intent/core.py
src/flare_kernel/router/intent/session_intent/fields.py
src/flare_kernel/router/intent/session_intent/small_talk.py
src/flare_kernel/router/kernel_constants/__init__.py
src/flare_kernel/router/kernel_constants/intake.py
src/flare_kernel/router/kernel_constants/intent.py
src/flare_kernel/router/kernel_constants/patch.py
src/flare_kernel/router/kernel_endpoint_handlers/__init__.py
src/flare_kernel/router/kernel_endpoint_handlers/health.py
src/flare_kernel/router/kernel_endpoint_handlers/knowledge.py
src/flare_kernel/router/kernel_endpoint_handlers/sourcing.py
src/flare_kernel/router/kernel_endpoint_handlers/turn.py
src/flare_kernel/router/kernel_facade/__init__.py
src/flare_kernel/router/kernel_facade/canonical_state.py
src/flare_kernel/router/kernel_facade/dependency_resolution.py
src/flare_kernel/router/kernel_facade/domain_pack_payload.py
src/flare_kernel/router/kernel_facade/flow.py
src/flare_kernel/router/kernel_facade/orchestration.py
src/flare_kernel/router/kernel_facade/payload_enrichment.py
src/flare_kernel/router/kernel_facade/turn_context.py
src/flare_kernel/router/kernel_facade/utils.py
src/flare_kernel/router/kernel_flow_bindings/__init__.py
src/flare_kernel/router/kernel_flow_bindings/intent_query.py
src/flare_kernel/router/kernel_flow_bindings/mode.py
src/flare_kernel/router/kernel_flow_bindings/session_intent.py
src/flare_kernel/router/kernel_request_pipeline/__init__.py
src/flare_kernel/router/kernel_request_pipeline/action.py
src/flare_kernel/router/kernel_request_pipeline/intake.py
src/flare_kernel/router/kernel_request_pipeline/intent_query.py
src/flare_kernel/router/kernel_request_pipeline/intent_signal.py
src/flare_kernel/router/kernel_route/__init__.py
src/flare_kernel/router/kernel_route/action.py
src/flare_kernel/router/kernel_route/execution.py
src/flare_kernel/router/kernel_route/run.py
src/flare_kernel/router/kernel_route/stream.py
src/flare_kernel/router/mode/__init__.py
src/flare_kernel/router/mode/resolution.py
src/flare_kernel/router/mode/switch.py
src/flare_kernel/router/orchestration/__init__.py
src/flare_kernel/router/orchestration/status/__init__.py
src/flare_kernel/router/orchestration/status/action_readiness.py
src/flare_kernel/router/orchestration/status/actions.py
src/flare_kernel/router/orchestration/status/analysis_entry_decision.py
src/flare_kernel/router/orchestration/status/builder.py
src/flare_kernel/router/orchestration/status/checkpoint_state.py
src/flare_kernel/router/orchestration/status/context.py
src/flare_kernel/router/orchestration/status/context_helpers.py
src/flare_kernel/router/orchestration/status/core.py
src/flare_kernel/router/orchestration/status/decision.py
src/flare_kernel/router/orchestration/status/followup_state.py
src/flare_kernel/router/orchestration/status/projection.py
src/flare_kernel/router/orchestration/status/result.py
src/flare_kernel/router/orchestration/status/runtime_state.py
src/flare_kernel/router/orchestration/status/state/__init__.py
src/flare_kernel/router/orchestration/status/state/context.py
src/flare_kernel/router/orchestration/status/state/decision.py
src/flare_kernel/router/orchestration/status/state/entry.py
src/flare_kernel/router/orchestration/status/state/flow.py
src/flare_kernel/router/orchestration/status/state/followup.py
src/flare_kernel/router/orchestration/status/state/intent.py
src/flare_kernel/router/orchestration/status/state/node.py
src/flare_kernel/router/orchestration/status/state/payload.py
src/flare_kernel/router/orchestration/status/state/unpack.py
src/flare_kernel/router/orchestration/trace/__init__.py
src/flare_kernel/router/orchestration/trace/core.py
src/flare_kernel/router/orchestration/trace/projection.py
src/flare_kernel/router/orchestration/trace/steps.py
src/flare_kernel/router/payload/__init__.py
src/flare_kernel/router/payload/action.py
src/flare_kernel/router/payload/analysis_canvas.py
src/flare_kernel/router/payload/enrichment.py
src/flare_kernel/router/payload/turn_act_enrichment.py
src/flare_kernel/router/prompting/__init__.py
src/flare_kernel/router/prompting/artifact_template.py
src/flare_kernel/router/prompting/capability_boundary.py
src/flare_kernel/router/prompting/context_blocks.py
src/flare_kernel/router/prompting/core.py
src/flare_kernel/router/prompting/patch_preview.py
src/flare_kernel/router/prompting/requirement_intake.py
src/flare_kernel/router/prompting/response_strategy.py
src/flare_kernel/router/prompting/summary_contract.py
src/flare_kernel/router/prompting/track_context.py
src/flare_kernel/router/request/__init__.py
src/flare_kernel/router/request/identity.py
src/flare_kernel/router/request/intent_resolution.py
src/flare_kernel/router/response_intent/__init__.py
src/flare_kernel/router/response_intent/contracts.py
src/flare_kernel/router/response_intent/document_output.py
src/flare_kernel/router/response_intent/resolution.py
src/flare_kernel/router/retrieval/__init__.py
src/flare_kernel/router/retrieval/aliases.py
src/flare_kernel/router/retrieval/field_queries.py
src/flare_kernel/router/retrieval/projection.py
src/flare_kernel/router/retrieval/query_builder.py
src/flare_kernel/router/retrieval/search.py
src/flare_kernel/router/streaming/__init__.py
src/flare_kernel/router/streaming/event_emitter.py
src/flare_kernel/router/streaming/draft/__init__.py
src/flare_kernel/router/streaming/draft/completion.py
src/flare_kernel/router/streaming/draft/finalize.py
src/flare_kernel/router/streaming/draft/phase.py
src/flare_kernel/router/streaming/draft/phase_timing.py
src/flare_kernel/router/streaming/draft/post_completion.py
src/flare_kernel/router/streaming/draft/prologue.py
src/flare_kernel/router/streaming/intake/__init__.py
src/flare_kernel/router/streaming/intake/phase.py
src/flare_kernel/router/streaming/mode/__init__.py
src/flare_kernel/router/streaming/mode/event_payload.py
src/flare_kernel/router/streaming/mode/events.py
src/flare_kernel/router/streaming/response/__init__.py
src/flare_kernel/router/streaming/response/bootstrap.py
src/flare_kernel/router/streaming/response/builder.py
src/flare_kernel/router/streaming/response/builder_transport.py
src/flare_kernel/router/streaming/response/draft_phase.py
src/flare_kernel/router/streaming/response/phase_groups.py
src/flare_kernel/router/streaming/response/phases.py
src/flare_kernel/router/streaming/response/runtime.py
src/flare_kernel/router/streaming/response/structured_reasoning_phase.py
src/flare_kernel/router/streaming/retrieval/__init__.py
src/flare_kernel/router/streaming/retrieval/phase.py
src/flare_kernel/router/streaming/runtime/__init__.py
src/flare_kernel/router/streaming/runtime/sourcing_observations.py
src/flare_kernel/router/streaming/runtime/steps.py
src/flare_kernel/runtime/__init__.py
src/flare_kernel/runtime/auth/__init__.py
src/flare_kernel/runtime/auth/exchange.py
src/flare_kernel/runtime/auth/policy.py
src/flare_kernel/runtime/auth/scope_guard.py
src/flare_kernel/runtime/context/__init__.py
src/flare_kernel/runtime/context/analysis_application.py
src/flare_kernel/runtime/context/document_application.py
src/flare_kernel/runtime/context/intake_application.py
src/flare_kernel/runtime/context/reasoning_application.py
src/flare_kernel/runtime/context/session_context.py
src/flare_kernel/runtime/context/track_application.py
src/flare_kernel/runtime/diagnostics/__init__.py
src/flare_kernel/runtime/diagnostics/provider_audit.py
src/flare_kernel/runtime/diagnostics/provider_audit_export.py
src/flare_kernel/runtime/diagnostics/replay_snapshot.py
src/flare_kernel/runtime/diagnostics/replay_snapshot_io.py
src/flare_kernel/runtime/diagnostics/replay_snapshot_validation.py
src/flare_kernel/runtime/domain/__init__.py
src/flare_kernel/runtime/domain/domain_pack_loader.py
src/flare_kernel/runtime/domain/domain_pack_paths.py
src/flare_kernel/runtime/domain/domain_pack_root.py
src/flare_kernel/runtime/domain/profile_resolution.py
src/flare_kernel/runtime/execution/__init__.py
src/flare_kernel/runtime/execution/agent_runtime.py
src/flare_kernel/runtime/execution/skill_runtime.py
src/flare_kernel/runtime/infrastructure/__init__.py
src/flare_kernel/runtime/infrastructure/chat_memory.py
src/flare_kernel/runtime/infrastructure/database.py
src/flare_kernel/runtime/infrastructure/dependency_status.py
src/flare_kernel/runtime/infrastructure/infrastructure.py
src/flare_kernel/runtime/infrastructure/knowledge_ingest.py
src/flare_kernel/runtime/infrastructure/knowledge_memory.py
src/flare_kernel/runtime/infrastructure/knowledge_postgres_search.py
src/flare_kernel/runtime/infrastructure/knowledge_qdrant_search.py
src/flare_kernel/runtime/infrastructure/knowledge_search.py
src/flare_kernel/runtime/infrastructure/knowledge_terms.py
src/flare_kernel/runtime/infrastructure/logging.py
src/flare_kernel/runtime/infrastructure/project_memory_codec.py
src/flare_kernel/runtime/infrastructure/project_memory_sql.py
src/flare_kernel/runtime/infrastructure/project_memory_store.py
src/flare_kernel/runtime/infrastructure/redis_client.py
src/flare_kernel/runtime/infrastructure/trace.py
src/flare_kernel/runtime/infrastructure/vector_store.py
src/flare_kernel/runtime/infrastructure/run/__init__.py
src/flare_kernel/runtime/infrastructure/run/repository.py
src/flare_kernel/runtime/infrastructure/run/repository_memory.py
src/flare_kernel/runtime/infrastructure/run/repository_sql.py
src/flare_kernel/runtime/infrastructure/session/__init__.py
src/flare_kernel/runtime/infrastructure/session/columns.py
src/flare_kernel/runtime/infrastructure/session/repository.py
src/flare_kernel/runtime/infrastructure/session/repository_memory.py
src/flare_kernel/runtime/infrastructure/session/repository_sql.py
src/flare_kernel/runtime/infrastructure/source/__init__.py
src/flare_kernel/runtime/infrastructure/source/document_understanding_codec.py
src/flare_kernel/runtime/infrastructure/source/library_persistence.py
src/flare_kernel/runtime/infrastructure/source/ocr_provider.py
src/flare_kernel/runtime/infrastructure/source/schema.py
src/flare_kernel/runtime/infrastructure/source/text_extractor.py
src/flare_kernel/runtime/infrastructure/sourcing/__init__.py
src/flare_kernel/runtime/infrastructure/sourcing/instance_profile_adapter.py
src/flare_kernel/runtime/infrastructure/sourcing/persistence.py
src/flare_kernel/runtime/infrastructure/sourcing/provider.py
src/flare_kernel/runtime/infrastructure/sourcing/provider_config.py
src/flare_kernel/runtime/infrastructure/sourcing/provider_gateway.py
src/flare_kernel/runtime/infrastructure/sourcing/provider_normalize.py
src/flare_kernel/runtime/infrastructure/sourcing/provider_public.py
src/flare_kernel/runtime/infrastructure/sourcing/provider_result.py
src/flare_kernel/runtime/intent/__init__.py
src/flare_kernel/runtime/intent/intent_and_escalation_classifier.py
src/flare_kernel/runtime/intent/intent_and_escalation/__init__.py
src/flare_kernel/runtime/intent/intent_and_escalation/decision.py
src/flare_kernel/runtime/intent/intent_and_escalation/lexicon.py
src/flare_kernel/runtime/intent/intent_and_escalation/preprocessing.py
src/flare_kernel/runtime/intent/intent_and_escalation/signals.py
src/flare_kernel/runtime/llm/__init__.py
src/flare_kernel/runtime/llm/completion_capture.py
src/flare_kernel/runtime/llm/config.py
src/flare_kernel/runtime/llm/contracts.py
src/flare_kernel/runtime/llm/dashscope_provider.py
src/flare_kernel/runtime/llm/dashscope_streaming_provider.py
src/flare_kernel/runtime/llm/fallback_policy.py
src/flare_kernel/runtime/llm/intent_model_policy.py
src/flare_kernel/runtime/llm/llm_provider.py
src/flare_kernel/runtime/llm/model_router.py
src/flare_kernel/runtime/llm/native_streaming.py
src/flare_kernel/runtime/llm/provider_health.py
src/flare_kernel/runtime/llm/provider_health_probe.py
src/flare_kernel/runtime/llm/provider_health_snapshot.py
src/flare_kernel/runtime/llm/provider_health_source.py
src/flare_kernel/runtime/llm/provider_quota.py
src/flare_kernel/runtime/llm/provider_trace.py
src/flare_kernel/runtime/llm/provider_usage.py
src/flare_kernel/runtime/llm/replay_provider.py
src/flare_kernel/runtime/llm/streaming_provider.py
src/flare_kernel/runtime/orchestration/__init__.py
src/flare_kernel/runtime/orchestration/analysis_route_policy.py
src/flare_kernel/runtime/orchestration/analysis_router_runtime.py
src/flare_kernel/runtime/orchestration/artifact_template_runtime.py
src/flare_kernel/runtime/orchestration/canvas_sourcing_contract.py
src/flare_kernel/runtime/orchestration/decision_engine.py
src/flare_kernel/runtime/orchestration/module_prompt_registry.py
src/flare_kernel/runtime/orchestration/observation.py
src/flare_kernel/runtime/orchestration/patch_preview_runtime.py
src/flare_kernel/runtime/orchestration/response_strategy_runtime.py
src/flare_kernel/runtime/orchestration/session_context_runtime.py
src/flare_kernel/runtime/orchestration/structured_prompt_context.py
src/flare_kernel/runtime/orchestration/structured_reasoning.py
src/flare_kernel/runtime/orchestration/track_runtime.py
src/flare_kernel/runtime/orchestration/canvas/__init__.py
src/flare_kernel/runtime/orchestration/canvas/toolbar_actions.py
src/flare_kernel/runtime/orchestration/mode/__init__.py
src/flare_kernel/runtime/orchestration/mode/canvas_state.py
src/flare_kernel/runtime/orchestration/mode/field_definitions.py
src/flare_kernel/runtime/orchestration/mode/intake_action_resolution.py
src/flare_kernel/runtime/orchestration/mode/intake_actions.py
src/flare_kernel/runtime/orchestration/mode/intake_canvas.py
src/flare_kernel/runtime/orchestration/mode/intake_canvas_content.py
src/flare_kernel/runtime/orchestration/mode/intake_canvas_events.py
src/flare_kernel/runtime/orchestration/mode/intake_context.py
src/flare_kernel/runtime/orchestration/mode/intake_coverage.py
src/flare_kernel/runtime/orchestration/mode/intake_draft_payload.py
src/flare_kernel/runtime/orchestration/mode/intake_events.py
src/flare_kernel/runtime/orchestration/mode/intake_field_projection.py
src/flare_kernel/runtime/orchestration/mode/intake_model_question_plan.py
src/flare_kernel/runtime/orchestration/mode/intake_next_actions_payload.py
src/flare_kernel/runtime/orchestration/mode/intake_payloads.py
src/flare_kernel/runtime/orchestration/mode/intake_progress_payload.py
src/flare_kernel/runtime/orchestration/mode/intake_question.py
src/flare_kernel/runtime/orchestration/mode/intake_question_lifecycle.py
src/flare_kernel/runtime/orchestration/mode/intake_question_plan_carrier.py
src/flare_kernel/runtime/orchestration/mode/intake_question_progress.py
src/flare_kernel/runtime/orchestration/mode/intake_summary_artifact.py
src/flare_kernel/runtime/orchestration/mode/orchestration.py
src/flare_kernel/runtime/orchestration/mode/question_selection.py
src/flare_kernel/runtime/orchestration/mode/reasoning.py
src/flare_kernel/runtime/orchestration/mode/runtime.py
src/flare_kernel/runtime/orchestration/mode/shared.py
src/flare_kernel/runtime/orchestration/mode/sourcing_actions.py
src/flare_kernel/runtime/orchestration/mode/sourcing_events.py
src/flare_kernel/runtime/orchestration/mode/sourcing_preview.py
src/flare_kernel/runtime/orchestration/mode/sourcing_report.py
src/flare_kernel/runtime/orchestration/mode/state_transition.py
src/flare_kernel/runtime/orchestration/sourcing/__init__.py
src/flare_kernel/runtime/orchestration/sourcing/additive_search.py
src/flare_kernel/runtime/orchestration/sourcing/analysis_entry.py
src/flare_kernel/runtime/orchestration/sourcing/candidate_explainability.py
src/flare_kernel/runtime/orchestration/sourcing/canvas_state.py
src/flare_kernel/runtime/orchestration/sourcing/context_round.py
src/flare_kernel/runtime/orchestration/sourcing/event_payloads.py
src/flare_kernel/runtime/orchestration/sourcing/instance_db_runtime.py
src/flare_kernel/runtime/orchestration/sourcing/internal_runtime.py
src/flare_kernel/runtime/orchestration/sourcing/mcp_runtime.py
src/flare_kernel/runtime/orchestration/sourcing/observation_payloads.py
src/flare_kernel/runtime/orchestration/sourcing/observations.py
src/flare_kernel/runtime/orchestration/sourcing/parameter_draft.py
src/flare_kernel/runtime/orchestration/sourcing/provider_config_loader.py
src/flare_kernel/runtime/orchestration/sourcing/provider_health.py
src/flare_kernel/runtime/orchestration/sourcing/result_window.py
src/flare_kernel/runtime/orchestration/sourcing/search_runtime.py
src/flare_kernel/runtime/orchestration/sourcing/source_priority.py
src/flare_kernel/runtime/orchestration/sourcing/web_runtime.py
src/flare_kernel/runtime/project_memory/__init__.py
src/flare_kernel/runtime/project_memory/extraction.py
src/flare_kernel/runtime/project_memory/recall.py
src/flare_kernel/runtime/project_memory/runtime.py
src/flare_kernel/runtime/reasoning/__init__.py
src/flare_kernel/runtime/reasoning/intake/__init__.py
src/flare_kernel/runtime/reasoning/intake/api.py
src/flare_kernel/runtime/reasoning/intake/context.py
src/flare_kernel/runtime/reasoning/intake/field_selection.py
src/flare_kernel/runtime/reasoning/intake/gap_detection.py
src/flare_kernel/runtime/reasoning/intake/hypothesis.py
src/flare_kernel/runtime/reasoning/intake/planning.py
src/flare_kernel/runtime/reasoning/intake/priority.py
src/flare_kernel/runtime/reasoning/intake/shared.py
src/flare_kernel/runtime/reasoning/intake/understanding_state.py
src/flare_kernel/runtime/reasoning/intake/visible_response.py
src/flare_kernel/runtime/reasoning/intake/visible_summary.py
src/flare_kernel/runtime/reasoning/intake/branching/__init__.py
src/flare_kernel/runtime/reasoning/intake/branching/core.py
src/flare_kernel/runtime/reasoning/intake/branching/policy.py
src/flare_kernel/runtime/reasoning/intake/question/__init__.py
src/flare_kernel/runtime/reasoning/intake/question/builder.py
src/flare_kernel/runtime/reasoning/intake/question/decision.py
src/flare_kernel/runtime/reasoning/intake/question/extraction.py
src/flare_kernel/runtime/reasoning/intake/question/planner.py
src/flare_kernel/runtime/reasoning/intake/question/structured.py
src/flare_kernel/runtime/reasoning/intake/readiness/__init__.py
src/flare_kernel/runtime/reasoning/intake/readiness/core.py
src/flare_kernel/runtime/reasoning/intake/readiness/scoring.py
src/flare_kernel/runtime/session/__init__.py
src/flare_kernel/runtime/session/checkpoint_manager.py
src/flare_kernel/runtime/session/intake_session_store.py
src/flare_kernel/runtime/session/models.py
src/flare_kernel/runtime/source_ingestion/__init__.py
src/flare_kernel/runtime/source_ingestion/artifacts.py
src/flare_kernel/runtime/source_ingestion/chunk_storage.py
src/flare_kernel/runtime/source_ingestion/knowledge_storage.py
src/flare_kernel/runtime/source_ingestion/runtime.py
src/flare_kernel/runtime/source_ingestion/storage.py
src/flare_kernel/update/__init__.py
src/flare_kernel/update/compatibility.py
src/flare_kernel/update/planner.py
src/flare_kernel/update/registry.py
src/flare_kernel/update/versioning.py
tests/test_action_payload.py
tests/test_action_readiness.py
tests/test_analysis_canvas_payload.py
tests/test_analysis_context_patch.py
tests/test_analysis_e2e.py
tests/test_analysis_entry_decision.py
tests/test_analysis_route_projection.py
tests/test_analysis_route_runtime.py
tests/test_artifact_template_runtime.py
tests/test_auth_exchange.py
tests/test_auth_scope_guard.py
tests/test_basics.py
tests/test_builder_split_modules.py
tests/test_business_hardcode_guard.py
tests/test_canonical_mode_projection.py
tests/test_canonical_state_context_analysis.py
tests/test_canonical_state_context_inputs.py
tests/test_canonical_state_context_session.py
tests/test_canonical_state_flow.py
tests/test_canonical_state_payload.py
tests/test_canonical_state_projection.py
tests/test_canvas_sourcing_contract_meta.py
tests/test_capability_boundary.py
tests/test_chat_api_alias.py
tests/test_command_resolution_analysis_mode.py
tests/test_compat_aliases.py
tests/test_completion_response_builder.py
tests/test_completion_selection.py
tests/test_context_authority_projection.py
tests/test_dashscope_streaming_provider.py
tests/test_decision_engine.py
tests/test_domain_pack_loader.py
tests/test_endpoint_context.py
tests/test_flare_v1_patch_contract.py
tests/test_generic_domain_pack_options.py
tests/test_guided_completion.py
tests/test_infrastructure_helpers.py
tests/test_infrastructure_knowledge.py
tests/test_intake_amount_quantity.py
tests/test_intake_answer.py
tests/test_intake_authority.py
tests/test_intake_authority_checkpoint.py
tests/test_intake_authority_hydration.py
tests/test_intake_authority_session.py
tests/test_intake_canonicalization.py
tests/test_intake_clarification.py
tests/test_intake_commit_context_patch.py
tests/test_intake_decision_rules.py
tests/test_intake_delivery_time.py
tests/test_intake_domain_context_options.py
tests/test_intake_entry_policy.py
tests/test_intake_extraction.py
tests/test_intake_extraction_extractors.py
tests/test_intake_extraction_merge.py
tests/test_intake_field_projection.py
tests/test_intake_field_projection_entity.py
tests/test_intake_field_projection_payload.py
tests/test_intake_field_projection_source.py
tests/test_intake_field_scope.py
tests/test_intake_guided_confirmed_updates.py
tests/test_intake_guided_flags.py
tests/test_intake_guided_followup.py
tests/test_intake_guided_followup_work_item.py
tests/test_intake_guided_open_fields.py
tests/test_intake_guided_status.py
tests/test_intake_guided_summary.py
tests/test_intake_inputs.py
tests/test_intake_node_state.py
tests/test_intake_numeric.py
tests/test_intake_payload_updates.py
tests/test_intake_question_extraction.py
tests/test_intake_question_projection.py
tests/test_intake_readiness.py
tests/test_intake_reasoning_priority.py
tests/test_intake_state_persistence.py
tests/test_intake_status.py
tests/test_intake_status_guided_session.py
tests/test_intake_status_projection.py
tests/test_intake_status_schema.py
tests/test_intake_status_stage.py
tests/test_intake_visible_response.py
tests/test_intake_workflow_checkpoint.py
tests/test_intent_classifier_utils.py
tests/test_intent_escalation_classifier.py
tests/test_intent_escalation_override.py
tests/test_intent_escalation_pipeline.py
tests/test_intent_escalation_signal.py
tests/test_intent_resolution.py
tests/test_intent_retrieval.py
tests/test_intent_routing.py
tests/test_intent_type_compat_aliases.py
tests/test_kernel_alias_delegation.py
tests/test_kernel_endpoint_handlers.py
tests/test_kernel_endpoint_handlers_sourcing.py
tests/test_kernel_facade_helpers.py
tests/test_kernel_facade_turn_context.py
tests/test_kernel_intent_query_flow.py
tests/test_kernel_mode_flow.py
tests/test_kernel_route_execution_wrappers.py
tests/test_kernel_session_intent_flow.py
tests/test_list_events.py
tests/test_llm_provider.py
tests/test_llm_provider_fallback_policy.py
tests/test_llm_provider_health_file.py
tests/test_llm_provider_health_probe.py
tests/test_llm_provider_health_snapshot.py
tests/test_llm_provider_live.py
tests/test_llm_provider_native_streaming.py
tests/test_llm_provider_quota.py
tests/test_llm_provider_streaming.py
tests/test_llm_replay_provider.py
tests/test_mode_orchestration_state_bridge.py
tests/test_mode_reasoning.py
tests/test_mode_resolution.py
tests/test_mode_switch.py
tests/test_model_router.py
tests/test_module_prompt_registry.py
tests/test_new_flow_guard.py
tests/test_orc15_guided_completion.py
tests/test_orc15_turn_act_classification.py
tests/test_orc16_main_chain_hardcode_boundary.py
tests/test_orchestration_checkpoint_state.py
tests/test_orchestration_followup_state.py
tests/test_orchestration_status_context.py
tests/test_orchestration_status_context_helpers.py
tests/test_orchestration_status_decision.py
tests/test_orchestration_status_projection.py
tests/test_orchestration_status_result.py
tests/test_orchestration_status_runtime_state.py
tests/test_orchestration_status_state_context.py
tests/test_orchestration_status_state_decision.py
tests/test_orchestration_status_state_entry.py
tests/test_orchestration_status_state_followup.py
tests/test_orchestration_status_state_intent.py
tests/test_orchestration_status_state_node.py
tests/test_orchestration_status_state_payload.py
tests/test_orchestration_status_state_unpack.py
tests/test_orchestration_trace.py
tests/test_orchestration_trace_projection.py
tests/test_orchestration_trace_steps.py
tests/test_patch_contract.py
tests/test_patch_preview_runtime.py
tests/test_payload_enrichment.py
tests/test_pln03_question_chooser.py
tests/test_pln11_question_option_extraction.py
tests/test_project_api.py
tests/test_project_memory_runtime.py
tests/test_project_memory_store.py
tests/test_prompting_analysis_instruction.py
tests/test_prompting_requirement_intake.py
tests/test_prompting_user_template_instruction.py
tests/test_provider_audit.py
tests/test_provider_audit_export.py
tests/test_replay_snapshot.py
tests/test_replay_snapshot_validation.py
tests/test_request_identity.py
tests/test_request_intent_resolution.py
tests/test_requirement_intake_canvas_progress.py
tests/test_requirement_intake_canvas_state.py
tests/test_requirement_intake_continuation.py
tests/test_requirement_intake_flow.py
tests/test_requirement_intake_model_question_plan.py
tests/test_requirement_intake_summary_route.py
tests/test_response_intent_resolution.py
tests/test_response_strategy_runtime.py
tests/test_retrieval_aliases.py
tests/test_retrieval_field_queries.py
tests/test_retrieval_projection.py
tests/test_retrieval_query_builder.py
tests/test_retrieval_search.py
tests/test_run_api.py
tests/test_run_sql_repository.py
tests/test_run_store.py
tests/test_session_api.py
tests/test_session_archive_summary.py
tests/test_session_context_persistence.py
tests/test_session_intent.py
tests/test_session_intent_fields.py
tests/test_session_intent_small_talk.py
tests/test_session_lifecycle_api.py
tests/test_session_replay_api.py
tests/test_session_sql_columns.py
tests/test_session_sql_migration.py
tests/test_session_sql_repository.py
tests/test_source_ingestion_runtime.py
tests/test_source_ingestion_ssot_acceptance.py
tests/test_source_library.py
tests/test_source_library_persistence_scope.py
tests/test_source_text_extractor.py
tests/test_sourcing_additive_search.py
tests/test_sourcing_candidate_explainability.py
tests/test_sourcing_context_reuse.py
tests/test_sourcing_e2e.py
tests/test_sourcing_instance_profile_adapter.py
tests/test_sourcing_parameter_draft.py
tests/test_sourcing_preview_context.py
tests/test_sourcing_provider.py
tests/test_sourcing_provider_adapters.py
tests/test_sourcing_provider_config_loader.py
tests/test_sourcing_provider_health.py
tests/test_sourcing_runtime_additive_search.py
tests/test_sourcing_search_runtime.py
tests/test_sourcing_source_priority.py
tests/test_stream_collect_completion.py
tests/test_streaming_draft_completion.py
tests/test_streaming_draft_finalize.py
tests/test_streaming_draft_intake_canvas_sync.py
tests/test_streaming_draft_phase.py
tests/test_streaming_draft_post_completion.py
tests/test_streaming_draft_prologue.py
tests/test_streaming_event_emitter.py
tests/test_streaming_intake_phase.py
tests/test_streaming_mode_event_payload.py
tests/test_streaming_mode_events.py
tests/test_streaming_response_bootstrap.py
tests/test_streaming_response_phases.py
tests/test_streaming_response_runtime.py
tests/test_streaming_response_transport.py
tests/test_streaming_retrieval_phase.py
tests/test_streaming_runtime_steps.py
tests/test_structured_prompt_context.py
tests/test_text_safety.py
tests/test_track_prompt_context.py
tests/test_track_runtime.py
tests/test_update_plane.py