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_session_summary.py
src/flare_kernel/project_store.py
src/flare_kernel/run_store.py
src/flare_kernel/run_store_events.py
src/flare_kernel/run_store_expiration.py
src/flare_kernel/run_store_replay.py
src/flare_kernel/run_store_states.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_creation.py
src/flare_kernel/session_exchange_persistence.py
src/flare_kernel/session_lifecycle_policy.py
src/flare_kernel/session_list_store.py
src/flare_kernel/session_message_policy.py
src/flare_kernel/session_message_records.py
src/flare_kernel/session_record_assembly.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/artifact_document.py
src/flare_kernel/contracts/auth_contract.py
src/flare_kernel/contracts/code_proposal_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/llm_node_taxonomy.py
src/flare_kernel/contracts/mode.py
src/flare_kernel/contracts/node_result.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/source_image_understanding.py
src/flare_kernel/contracts/update_contract.py
src/flare_kernel/contracts/workflow_tracker_contract.py
src/flare_kernel/router/__init__.py
src/flare_kernel/router/fast_gate.py
src/flare_kernel/router/hardcode_boundary.py
src/flare_kernel/router/kernel.py
src/flare_kernel/router/kernel_stream_session.py
src/flare_kernel/router/kernel_support_routes.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/structured_reasoning_gate.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/chat_attach_stream.py
src/flare_kernel/router/api/chat_stream_timing.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_artifact_edit.py
src/flare_kernel/router/api/session_list_events.py
src/flare_kernel/router/api/session_run_projection.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/analysis_projection.py
src/flare_kernel/router/canonical/capability_availability.py
src/flare_kernel/router/canonical/checkpoint.py
src/flare_kernel/router/canonical/composer_ui.py
src/flare_kernel/router/canonical/context_activity.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/intent_state_projection.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/workflow_projection.py
src/flare_kernel/router/canonical/workflow_projection_policy.py
src/flare_kernel/router/canonical/workflow_tracker_projection.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_artifact_overwrite_guard.py
src/flare_kernel/router/completion/analysis_policy.py
src/flare_kernel/router/completion/analysis_result_contract.py
src/flare_kernel/router/completion/artifact_action_contract.py
src/flare_kernel/router/completion/artifact_regeneration_bridge.py
src/flare_kernel/router/completion/boundary_intent.py
src/flare_kernel/router/completion/boundary_response_composer.py
src/flare_kernel/router/completion/capability_boundary.py
src/flare_kernel/router/completion/degraded_fallback.py
src/flare_kernel/router/completion/guided.py
src/flare_kernel/router/completion/intake_chooser_reply_policy.py
src/flare_kernel/router/completion/intake_commit_contract.py
src/flare_kernel/router/completion/intake_question_visibility.py
src/flare_kernel/router/completion/intake_summary_content.py
src/flare_kernel/router/completion/intake_summary_document_sync.py
src/flare_kernel/router/completion/intake_summary_events.py
src/flare_kernel/router/completion/intake_summary_submission.py
src/flare_kernel/router/completion/output_quality.py
src/flare_kernel/router/completion/response_appendix.py
src/flare_kernel/router/completion/response_builder.py
src/flare_kernel/router/completion/response_quality_projection.py
src/flare_kernel/router/completion/selection.py
src/flare_kernel/router/completion/sidecar_reply_policy.py
src/flare_kernel/router/completion/stream_collect.py
src/flare_kernel/router/completion/turn_decision_policy.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/control_messages.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/extraction/quantity_classifier.py
src/flare_kernel/router/intake/extraction/quantity_prefixes.py
src/flare_kernel/router/intake/extraction/use_case_patterns.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/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/intake/status/stage_resolution.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/context_io.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/domain_trigger_signal_flow.py
src/flare_kernel/router/kernel_facade/flow.py
src/flare_kernel/router/kernel_facade/flow_admission.py
src/flare_kernel/router/kernel_facade/flow_context_refs.py
src/flare_kernel/router/kernel_facade/flow_enrichment.py
src/flare_kernel/router/kernel_facade/flow_execution_mode.py
src/flare_kernel/router/kernel_facade/flow_orchestration_status.py
src/flare_kernel/router/kernel_facade/flow_result.py
src/flare_kernel/router/kernel_facade/flow_runtime_projection.py
src/flare_kernel/router/kernel_facade/flow_timing.py
src/flare_kernel/router/kernel_facade/orchestration.py
src/flare_kernel/router/kernel_facade/payload_enrichment.py
src/flare_kernel/router/kernel_facade/runtime_prompt_projection.py
src/flare_kernel/router/kernel_facade/structured_reasoning_policy.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/early_boundary.py
src/flare_kernel/router/kernel_request_pipeline/fast_gate_policy.py
src/flare_kernel/router/kernel_request_pipeline/intake.py
src/flare_kernel/router/kernel_request_pipeline/intake_session_intent_bridge.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_request_pipeline/session_binding.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/admission_state.py
src/flare_kernel/router/payload/analysis_artifact_context.py
src/flare_kernel/router/payload/analysis_canvas.py
src/flare_kernel/router/payload/analysis_template_matching.py
src/flare_kernel/router/payload/analysis_template_projection.py
src/flare_kernel/router/payload/analysis_template_variants.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_edit_preflight.py
src/flare_kernel/router/prompting/artifact_template.py
src/flare_kernel/router/prompting/boundary_intent.py
src/flare_kernel/router/prompting/candidate_fields.py
src/flare_kernel/router/prompting/capability_boundary.py
src/flare_kernel/router/prompting/context_blocks.py
src/flare_kernel/router/prompting/context_copy.py
src/flare_kernel/router/prompting/core.py
src/flare_kernel/router/prompting/mainline_answer_frame.py
src/flare_kernel/router/prompting/patch_preview.py
src/flare_kernel/router/prompting/pre_response_plan.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/prompting/workflow_guidance.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/analysis_output.py
src/flare_kernel/router/response_intent/contracts.py
src/flare_kernel/router/response_intent/conversation_intent.py
src/flare_kernel/router/response_intent/document_output.py
src/flare_kernel/router/response_intent/patch_diff_intent.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/artifact_upkeep_completion.py
src/flare_kernel/router/streaming/draft/completion.py
src/flare_kernel/router/streaming/draft/context_patch_completion.py
src/flare_kernel/router/streaming/draft/final_patch_projection.py
src/flare_kernel/router/streaming/draft/finalize.py
src/flare_kernel/router/streaming/draft/interrupt.py
src/flare_kernel/router/streaming/draft/patch_fast_path_events.py
src/flare_kernel/router/streaming/draft/patch_preview_events.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/post_completion_canvas_events.py
src/flare_kernel/router/streaming/draft/post_completion_canvas_policy.py
src/flare_kernel/router/streaming/draft/post_completion_event_sequence.py
src/flare_kernel/router/streaming/draft/post_completion_persistence_payloads.py
src/flare_kernel/router/streaming/draft/post_completion_summary_actions.py
src/flare_kernel/router/streaming/draft/post_completion_visible_text.py
src/flare_kernel/router/streaming/draft/post_generation_completion.py
src/flare_kernel/router/streaming/draft/prologue.py
src/flare_kernel/router/streaming/draft/reconciliation_completion.py
src/flare_kernel/router/streaming/draft/session_exchange.py
src/flare_kernel/router/streaming/draft/text_cadence.py
src/flare_kernel/router/streaming/draft/turn_disposition_completion.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/background_execution.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/first_event_timing.py
src/flare_kernel/router/streaming/response/patch_fast_path_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_admission.py
src/flare_kernel/router/streaming/response/structured_reasoning_existing.py
src/flare_kernel/router/streaming/response/structured_reasoning_phase.py
src/flare_kernel/router/streaming/response/structured_reasoning_projection.py
src/flare_kernel/router/streaming/response/structured_reasoning_refresh.py
src/flare_kernel/router/streaming/response/turn_workplan_fast_path_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/artifact_edit/__init__.py
src/flare_kernel/runtime/artifact_edit/action_content.py
src/flare_kernel/runtime/artifact_edit/context_patch.py
src/flare_kernel/runtime/artifact_edit/contracts.py
src/flare_kernel/runtime/artifact_edit/orchestrator.py
src/flare_kernel/runtime/artifact_edit/preflight.py
src/flare_kernel/runtime/artifact_edit/refresh_structure.py
src/flare_kernel/runtime/artifact_edit/semantic_map_refresh.py
src/flare_kernel/runtime/artifact_edit/view_capabilities.py
src/flare_kernel/runtime/artifact_hud/__init__.py
src/flare_kernel/runtime/artifact_hud/contracts.py
src/flare_kernel/runtime/artifact_hud/orchestrator.py
src/flare_kernel/runtime/artifact_quality/__init__.py
src/flare_kernel/runtime/artifact_quality/body_admission.py
src/flare_kernel/runtime/artifact_quality/requirement_markdown.py
src/flare_kernel/runtime/artifact_registry/__init__.py
src/flare_kernel/runtime/artifact_registry/contracts.py
src/flare_kernel/runtime/artifact_registry/resolver.py
src/flare_kernel/runtime/artifact_upkeep/__init__.py
src/flare_kernel/runtime/artifact_upkeep/analysis_projector.py
src/flare_kernel/runtime/artifact_upkeep/contracts.py
src/flare_kernel/runtime/artifact_upkeep/generic_projector.py
src/flare_kernel/runtime/artifact_upkeep/orchestrator.py
src/flare_kernel/runtime/artifact_upkeep/planner.py
src/flare_kernel/runtime/artifact_upkeep/policy.py
src/flare_kernel/runtime/artifact_upkeep/projector.py
src/flare_kernel/runtime/artifact_upkeep/requirement_package_updates.py
src/flare_kernel/runtime/artifact_upkeep/requirement_projector.py
src/flare_kernel/runtime/auth/__init__.py
src/flare_kernel/runtime/auth/bearer.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/artifact_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/context/turn_delta_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_reload.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_review_sql.py
src/flare_kernel/runtime/infrastructure/project_memory_review_store.py
src/flare_kernel/runtime/infrastructure/project_memory_sql.py
src/flare_kernel/runtime/infrastructure/project_memory_store.py
src/flare_kernel/runtime/infrastructure/project_memory_version_sql.py
src/flare_kernel/runtime/infrastructure/project_memory_version_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/session/repository_sql_schema.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/image_understanding_config.py
src/flare_kernel/runtime/infrastructure/source/image_understanding_dashscope.py
src/flare_kernel/runtime/infrastructure/source/image_understanding_policy.py
src/flare_kernel/runtime/infrastructure/source/image_understanding_prompt.py
src/flare_kernel/runtime/infrastructure/source/image_understanding_provider.py
src/flare_kernel/runtime/infrastructure/source/image_understanding_text.py
src/flare_kernel/runtime/infrastructure/source/library_dedupe.py
src/flare_kernel/runtime/infrastructure/source/library_persistence.py
src/flare_kernel/runtime/infrastructure/source/library_records.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/source/upload_storage.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/apipro_provider.py
src/flare_kernel/runtime/llm/apipro_streaming_provider.py
src/flare_kernel/runtime/llm/code_generation_provider_matrix.py
src/flare_kernel/runtime/llm/completion_capture.py
src/flare_kernel/runtime/llm/completion_plan.py
src/flare_kernel/runtime/llm/config.py
src/flare_kernel/runtime/llm/contracts.py
src/flare_kernel/runtime/llm/credential_adapter.py
src/flare_kernel/runtime/llm/credential_config.py
src/flare_kernel/runtime/llm/credential_pool.py
src/flare_kernel/runtime/llm/dashscope_provider.py
src/flare_kernel/runtime/llm/dashscope_streaming_provider.py
src/flare_kernel/runtime/llm/failover_policy.py
src/flare_kernel/runtime/llm/fallback_policy.py
src/flare_kernel/runtime/llm/intent_model_policy.py
src/flare_kernel/runtime/llm/langgraph_executor_adapter.py
src/flare_kernel/runtime/llm/llm_provider.py
src/flare_kernel/runtime/llm/model_limits.py
src/flare_kernel/runtime/llm/model_router.py
src/flare_kernel/runtime/llm/native_stream_result.py
src/flare_kernel/runtime/llm/native_stream_retry.py
src/flare_kernel/runtime/llm/native_streaming.py
src/flare_kernel/runtime/llm/ocr_provider_contract.py
src/flare_kernel/runtime/llm/ocr_structured_extraction_admission.py
src/flare_kernel/runtime/llm/ocr_structured_extraction_contract.py
src/flare_kernel/runtime/llm/ocr_structured_extraction_projection.py
src/flare_kernel/runtime/llm/provider_error.py
src/flare_kernel/runtime/llm/provider_failover.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_retry.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/stream_dispatch.py
src/flare_kernel/runtime/llm/streaming_provider.py
src/flare_kernel/runtime/llm/system_prompt.py
src/flare_kernel/runtime/orchestration/__init__.py
src/flare_kernel/runtime/orchestration/action_prompt_drafts.py
src/flare_kernel/runtime/orchestration/active_artifact_context_runtime.py
src/flare_kernel/runtime/orchestration/admission_node.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_admission.py
src/flare_kernel/runtime/orchestration/artifact_template_runtime.py
src/flare_kernel/runtime/orchestration/artifact_template_selection.py
src/flare_kernel/runtime/orchestration/background_run_contracts.py
src/flare_kernel/runtime/orchestration/background_run_coordinator.py
src/flare_kernel/runtime/orchestration/boundary_artifact_context.py
src/flare_kernel/runtime/orchestration/boundary_context_evidence.py
src/flare_kernel/runtime/orchestration/boundary_intent_gate.py
src/flare_kernel/runtime/orchestration/boundary_intent_gate_application.py
src/flare_kernel/runtime/orchestration/boundary_intent_gate_context.py
src/flare_kernel/runtime/orchestration/boundary_intent_gate_response_deferral.py
src/flare_kernel/runtime/orchestration/boundary_intent_gate_rules.py
src/flare_kernel/runtime/orchestration/boundary_intent_gate_runtime.py
src/flare_kernel/runtime/orchestration/boundary_intent_gate_semantic.py
src/flare_kernel/runtime/orchestration/boundary_semantic_evidence.py
src/flare_kernel/runtime/orchestration/boundary_semantic_frame.py
src/flare_kernel/runtime/orchestration/boundary_turn_continuity_gate.py
src/flare_kernel/runtime/orchestration/canvas_output_admission.py
src/flare_kernel/runtime/orchestration/canvas_sourcing_contract.py
src/flare_kernel/runtime/orchestration/canvas_version_history_runtime.py
src/flare_kernel/runtime/orchestration/capability_completion_admission.py
src/flare_kernel/runtime/orchestration/capability_completion_events.py
src/flare_kernel/runtime/orchestration/capability_confirmation_contracts.py
src/flare_kernel/runtime/orchestration/capability_confirmation_resolution.py
src/flare_kernel/runtime/orchestration/capability_dispatch.py
src/flare_kernel/runtime/orchestration/capability_dispatch_contracts.py
src/flare_kernel/runtime/orchestration/capability_node_result.py
src/flare_kernel/runtime/orchestration/capability_result_normalization.py
src/flare_kernel/runtime/orchestration/category_resolution.py
src/flare_kernel/runtime/orchestration/context_operation_executor.py
src/flare_kernel/runtime/orchestration/context_write_admission.py
src/flare_kernel/runtime/orchestration/decision_engine.py
src/flare_kernel/runtime/orchestration/direct_turn_runtime.py
src/flare_kernel/runtime/orchestration/domain_trigger_signals.py
src/flare_kernel/runtime/orchestration/main_chain_sidecar_model_question.py
src/flare_kernel/runtime/orchestration/main_chain_sidecar_options.py
src/flare_kernel/runtime/orchestration/main_chain_sidecar_projection.py
src/flare_kernel/runtime/orchestration/main_chain_sidecar_question.py
src/flare_kernel/runtime/orchestration/module_prompt_registry.py
src/flare_kernel/runtime/orchestration/node_result_normalization.py
src/flare_kernel/runtime/orchestration/normalized_policy_view.py
src/flare_kernel/runtime/orchestration/observation.py
src/flare_kernel/runtime/orchestration/operation_target_resolver.py
src/flare_kernel/runtime/orchestration/patch_fast_path_policy.py
src/flare_kernel/runtime/orchestration/patch_preview_context.py
src/flare_kernel/runtime/orchestration/patch_preview_operations.py
src/flare_kernel/runtime/orchestration/patch_preview_runtime.py
src/flare_kernel/runtime/orchestration/patch_preview_target.py
src/flare_kernel/runtime/orchestration/patch_question_node.py
src/flare_kernel/runtime/orchestration/pre_response_plan_runtime.py
src/flare_kernel/runtime/orchestration/projection_patches.py
src/flare_kernel/runtime/orchestration/prompt_context_copy_runtime.py
src/flare_kernel/runtime/orchestration/reasoning_loop.py
src/flare_kernel/runtime/orchestration/response_strategy_runtime.py
src/flare_kernel/runtime/orchestration/run_settlement.py
src/flare_kernel/runtime/orchestration/semantic_boundary_policy.py
src/flare_kernel/runtime/orchestration/semantic_intent_node.py
src/flare_kernel/runtime/orchestration/session_context_runtime.py
src/flare_kernel/runtime/orchestration/sidecar_option_generation.py
src/flare_kernel/runtime/orchestration/source_grounding_context.py
src/flare_kernel/runtime/orchestration/structured_prompt_context.py
src/flare_kernel/runtime/orchestration/structured_reasoning.py
src/flare_kernel/runtime/orchestration/structured_reasoning_normalization.py
src/flare_kernel/runtime/orchestration/structured_reasoning_projection.py
src/flare_kernel/runtime/orchestration/track_runtime.py
src/flare_kernel/runtime/orchestration/turn_act_classification.py
src/flare_kernel/runtime/orchestration/turn_admission.py
src/flare_kernel/runtime/orchestration/turn_admission_contracts.py
src/flare_kernel/runtime/orchestration/turn_admission_facts.py
src/flare_kernel/runtime/orchestration/turn_admission_policy.py
src/flare_kernel/runtime/orchestration/turn_admission_rules.py
src/flare_kernel/runtime/orchestration/turn_continuity.py
src/flare_kernel/runtime/orchestration/turn_continuity_contracts.py
src/flare_kernel/runtime/orchestration/turn_decision_contracts.py
src/flare_kernel/runtime/orchestration/turn_decision_projection.py
src/flare_kernel/runtime/orchestration/turn_disposition.py
src/flare_kernel/runtime/orchestration/turn_operation_planner.py
src/flare_kernel/runtime/orchestration/turn_operation_projection.py
src/flare_kernel/runtime/orchestration/turn_workplan_contracts.py
src/flare_kernel/runtime/orchestration/turn_workplan_gate_decision.py
src/flare_kernel/runtime/orchestration/workflow_artifact_events.py
src/flare_kernel/runtime/orchestration/workflow_guidance_runtime.py
src/flare_kernel/runtime/orchestration/workflow_run_lifecycle.py
src/flare_kernel/runtime/orchestration/workflow_run_terminal.py
src/flare_kernel/runtime/orchestration/workplan_contracts.py
src/flare_kernel/runtime/orchestration/workplan_projection.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/fallback.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_artifact_display_value.py
src/flare_kernel/runtime/orchestration/mode/intake_artifact_document.py
src/flare_kernel/runtime/orchestration/mode/intake_artifact_node_candidates.py
src/flare_kernel/runtime/orchestration/mode/intake_artifact_semantic_map.py
src/flare_kernel/runtime/orchestration/mode/intake_artifact_semantic_template.py
src/flare_kernel/runtime/orchestration/mode/intake_artifact_views.py
src/flare_kernel/runtime/orchestration/mode/intake_canvas.py
src/flare_kernel/runtime/orchestration/mode/intake_canvas_candidate_fields.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_canvas_presentation.py
src/flare_kernel/runtime/orchestration/mode/intake_composer_chooser_policy.py
src/flare_kernel/runtime/orchestration/mode/intake_context.py
src/flare_kernel/runtime/orchestration/mode/intake_context_evidence.py
src/flare_kernel/runtime/orchestration/mode/intake_coverage.py
src/flare_kernel/runtime/orchestration/mode/intake_current_question.py
src/flare_kernel/runtime/orchestration/mode/intake_document_seed.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_candidates.py
src/flare_kernel/runtime/orchestration/mode/intake_field_hydration.py
src/flare_kernel/runtime/orchestration/mode/intake_field_pack_suggestions.py
src/flare_kernel/runtime/orchestration/mode/intake_field_projection.py
src/flare_kernel/runtime/orchestration/mode/intake_field_state.py
src/flare_kernel/runtime/orchestration/mode/intake_interaction_policy.py
src/flare_kernel/runtime/orchestration/mode/intake_markdown_normalization.py
src/flare_kernel/runtime/orchestration/mode/intake_model_question_plan.py
src/flare_kernel/runtime/orchestration/mode/intake_model_question_policy.py
src/flare_kernel/runtime/orchestration/mode/intake_next_actions_payload.py
src/flare_kernel/runtime/orchestration/mode/intake_package_draft.py
src/flare_kernel/runtime/orchestration/mode/intake_package_events.py
src/flare_kernel/runtime/orchestration/mode/intake_package_projection_policy.py
src/flare_kernel/runtime/orchestration/mode/intake_package_schema.py
src/flare_kernel/runtime/orchestration/mode/intake_payloads.py
src/flare_kernel/runtime/orchestration/mode/intake_procurement_task_projection.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_interruption.py
src/flare_kernel/runtime/orchestration/mode/intake_question_interruption_policy.py
src/flare_kernel/runtime/orchestration/mode/intake_question_lifecycle.py
src/flare_kernel/runtime/orchestration/mode/intake_question_options.py
src/flare_kernel/runtime/orchestration/mode/intake_question_plan_carrier.py
src/flare_kernel/runtime/orchestration/mode/intake_question_policy.py
src/flare_kernel/runtime/orchestration/mode/intake_question_progress.py
src/flare_kernel/runtime/orchestration/mode/intake_question_queue.py
src/flare_kernel/runtime/orchestration/mode/intake_question_queue_canvas.py
src/flare_kernel/runtime/orchestration/mode/intake_structured_document.py
src/flare_kernel/runtime/orchestration/mode/intake_summary_artifact.py
src/flare_kernel/runtime/orchestration/mode/intake_summary_generation_projection.py
src/flare_kernel/runtime/orchestration/mode/intake_summary_merge.py
src/flare_kernel/runtime/orchestration/mode/intake_summary_source.py
src/flare_kernel/runtime/orchestration/mode/intake_summary_validation.py
src/flare_kernel/runtime/orchestration/mode/intake_template_canvas_content.py
src/flare_kernel/runtime/orchestration/mode/intake_template_document.py
src/flare_kernel/runtime/orchestration/mode/intake_template_placeholder_body.py
src/flare_kernel/runtime/orchestration/mode/intake_template_table_values.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/runtime_bookkeeping.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/response_labels.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/post_generation/__init__.py
src/flare_kernel/runtime/post_generation/contracts.py
src/flare_kernel/runtime/post_generation/normalizer.py
src/flare_kernel/runtime/post_generation/orchestrator.py
src/flare_kernel/runtime/post_generation/output_target.py
src/flare_kernel/runtime/post_generation/validator.py
src/flare_kernel/runtime/project_memory/__init__.py
src/flare_kernel/runtime/project_memory/decision.py
src/flare_kernel/runtime/project_memory/extraction.py
src/flare_kernel/runtime/project_memory/promotion.py
src/flare_kernel/runtime/project_memory/recall.py
src/flare_kernel/runtime/project_memory/runtime.py
src/flare_kernel/runtime/project_memory/semantic_index.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/branch_plan.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/question/structured_candidate.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/reconciliation/__init__.py
src/flare_kernel/runtime/reconciliation/artifact_projection.py
src/flare_kernel/runtime/reconciliation/context_revision.py
src/flare_kernel/runtime/reconciliation/contracts.py
src/flare_kernel/runtime/reconciliation/events.py
src/flare_kernel/runtime/reconciliation/executor.py
src/flare_kernel/runtime/reconciliation/gates.py
src/flare_kernel/runtime/reconciliation/impact.py
src/flare_kernel/runtime/reconciliation/operation.py
src/flare_kernel/runtime/reconciliation/orchestrator.py
src/flare_kernel/runtime/reconciliation/planner.py
src/flare_kernel/runtime/session/__init__.py
src/flare_kernel/runtime/session/checkpoint_manager.py
src/flare_kernel/runtime/session/intake_session_codec.py
src/flare_kernel/runtime/session/intake_session_postgres.py
src/flare_kernel/runtime/session/intake_session_redis.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/profile.py
src/flare_kernel/runtime/source_ingestion/runtime.py
src/flare_kernel/runtime/source_ingestion/storage.py
src/flare_kernel/runtime/turn_pipeline/__init__.py
src/flare_kernel/runtime/turn_pipeline/contracts.py
src/flare_kernel/runtime/turn_pipeline/delta_extraction.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_prompt_drafts.py
tests/test_action_readiness.py
tests/test_active_artifact_context_runtime.py
tests/test_active_artifact_registry_resolver.py
tests/test_active_artifact_workplan_acceptance_matrix.py
tests/test_agent_runtime_slice_acceptance.py
tests/test_agent_skill_runtime_trace_authority.py
tests/test_ai_provider_governance_docs.py
tests/test_analysis_artifact_context_projection.py
tests/test_analysis_artifact_overwrite_guard.py
tests/test_analysis_canvas_payload.py
tests/test_analysis_canvas_slot_fallbacks.py
tests/test_analysis_context_patch.py
tests/test_analysis_e2e.py
tests/test_analysis_entry_decision.py
tests/test_analysis_prompt_artifact_context.py
tests/test_analysis_route_projection.py
tests/test_analysis_route_runtime.py
tests/test_analysis_template_projection.py
tests/test_arch01_admission_node.py
tests/test_arch01_fake_domain_decision_matrix.py
tests/test_arch01_fake_domain_node_output_matrix.py
tests/test_arch01_normalized_policy_consumption.py
tests/test_artifact_admission.py
tests/test_artifact_cross_mode_regression_matrix.py
tests/test_artifact_document_contract.py
tests/test_artifact_edit_action_content.py
tests/test_artifact_edit_context_patch.py
tests/test_artifact_edit_preflight_runtime.py
tests/test_artifact_edit_runtime.py
tests/test_artifact_edit_view_capabilities.py
tests/test_artifact_hud_runtime.py
tests/test_artifact_regeneration_bridge.py
tests/test_artifact_template_prompt.py
tests/test_artifact_template_runtime.py
tests/test_artifact_upkeep_orchestrator.py
tests/test_artifact_upkeep_policy_planner.py
tests/test_artifact_upkeep_projector.py
tests/test_artifact_upkeep_projector_structure.py
tests/test_artifact_upkeep_requirement_package_updates.py
tests/test_auth_bearer_guard.py
tests/test_auth_exchange.py
tests/test_auth_scope_guard.py
tests/test_background_run_coordinator.py
tests/test_background_stream_execution.py
tests/test_basics.py
tests/test_boundary_intent_semantic_composer.py
tests/test_budget_patch_real_phrasing.py
tests/test_builder_split_modules.py
tests/test_business_hardcode_guard.py
tests/test_canonical_composer_chooser_authority.py
tests/test_canonical_composer_ui_projection.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_output_admission.py
tests/test_canvas_sourcing_contract_meta.py
tests/test_canvas_version_history_runtime.py
tests/test_capability_active_work_item.py
tests/test_capability_availability_projection.py
tests/test_capability_boundary.py
tests/test_capability_completion_admission.py
tests/test_capability_confirmation_resolution.py
tests/test_capability_dispatch_runtime.py
tests/test_capability_result_normalization.py
tests/test_chat_api_alias.py
tests/test_chat_stream_attach.py
tests/test_code_generation_provider_matrix.py
tests/test_code_proposal_contract.py
tests/test_command_resolution_analysis_mode.py
tests/test_compat_aliases.py
tests/test_completion_degraded_source_fallback.py
tests/test_completion_output_quality_projection.py
tests/test_completion_response_builder.py
tests/test_completion_selection.py
tests/test_completion_selection_clarification_domain_pack.py
tests/test_completion_selection_intent_routing.py
tests/test_context_activity_projection.py
tests/test_context_authority_projection.py
tests/test_context_delta_artifact_sync_acceptance.py
tests/test_context_live_chain.py
tests/test_context_operation_executor.py
tests/test_context_usage_model_limit.py
tests/test_context_write_contract.py
tests/test_dashscope_streaming_provider.py
tests/test_decision_engine.py
tests/test_dependency_status.py
tests/test_domain_pack_loader.py
tests/test_domain_pack_structured_reasoning_guidance.py
tests/test_domain_trigger_signals.py
tests/test_endpoint_context.py
tests/test_entry_recommendation_projection.py
tests/test_execution_profile_contract.py
tests/test_fast_gate.py
tests/test_fast_gate_context_isolation.py
tests/test_fast_gate_policy.py
tests/test_flare_v1_patch_contract.py
tests/test_generic_domain_pack_options.py
tests/test_guided_completion.py
tests/test_image_understanding_dashscope.py
tests/test_infrastructure_helpers.py
tests/test_infrastructure_knowledge.py
tests/test_intake_action_copy.py
tests/test_intake_amount_quantity.py
tests/test_intake_answer.py
tests/test_intake_artifact_candidate_display_values.py
tests/test_intake_artifact_semantic_map.py
tests/test_intake_artifact_semantic_map_candidate_values.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_chooser_reply_policy.py
tests/test_intake_clarification.py
tests/test_intake_commit_context_patch.py
tests/test_intake_composer_chooser_policy.py
tests/test_intake_decision_rules.py
tests/test_intake_delivery_time.py
tests/test_intake_document_seed.py
tests/test_intake_domain_context_options.py
tests/test_intake_entry_policy.py
tests/test_intake_extraction.py
tests/test_intake_extraction_control_messages.py
tests/test_intake_extraction_extractors.py
tests/test_intake_extraction_merge.py
tests/test_intake_extraction_quantity_prefixes.py
tests/test_intake_extraction_use_case_patterns.py
tests/test_intake_field_hydration_context.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_field_state.py
tests/test_intake_field_state_gap_scoring.py
tests/test_intake_field_state_projection.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_markdown_normalization.py
tests/test_intake_model_question_policy.py
tests/test_intake_money_currency_policy.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_interruption_policy.py
tests/test_intake_question_projection.py
tests/test_intake_readiness.py
tests/test_intake_reasoning_priority.py
tests/test_intake_session_store.py
tests/test_intake_sourcing_handoff_gate.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_summary_artifact_framework.py
tests/test_intake_summary_next_actions_context.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_fast_general_qa.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_clarification_copy.py
tests/test_kernel_endpoint_handlers.py
tests/test_kernel_endpoint_handlers_sourcing.py
tests/test_kernel_facade_context_io.py
tests/test_kernel_facade_direct_admission_mode.py
tests/test_kernel_facade_early_boundary.py
tests/test_kernel_facade_fast_boundary_runtime.py
tests/test_kernel_facade_flow_enrichment.py
tests/test_kernel_facade_helpers.py
tests/test_kernel_facade_sidecar_prompt_payload.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_route_normalized_result.py
tests/test_kernel_session_intent_flow.py
tests/test_kernel_stream_timing.py
tests/test_langgraph_executor_adapter.py
tests/test_langgraph_executor_boundary_docs.py
tests/test_list_events.py
tests/test_llm_apipro_provider.py
tests/test_llm_credential_pool.py
tests/test_llm_credential_pool_runtime.py
tests/test_llm_node_result_coverage_matrix.py
tests/test_llm_node_taxonomy_contract.py
tests/test_llm_provider.py
tests/test_llm_provider_error_normalization.py
tests/test_llm_provider_failover.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_llm_structured_reasoning_replay_fixtures.py
tests/test_main_chain_sidecar_options.py
tests/test_main_chain_sidecar_question_split.py
tests/test_main_chain_sidecar_queue.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_node_result_contract.py
tests/test_node_result_normalization.py
tests/test_ocr_provider_contract.py
tests/test_ocr_structured_extraction_contract.py
tests/test_operation_target_resolver.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_fast_path_policy.py
tests/test_patch_preview_events.py
tests/test_patch_preview_runtime.py
tests/test_patch_question_node.py
tests/test_payload_enrichment.py
tests/test_pln03_question_chooser.py
tests/test_pln11_question_option_extraction.py
tests/test_post_completion_visible_text.py
tests/test_post_generation_canvas_admission.py
tests/test_post_generation_completion.py
tests/test_post_generation_runtime.py
tests/test_pre_response_plan_runtime.py
tests/test_project_api.py
tests/test_project_memory_promotion.py
tests/test_project_memory_promotion_decision.py
tests/test_project_memory_runtime.py
tests/test_project_memory_semantic_index.py
tests/test_project_memory_store.py
tests/test_project_memory_versions.py
tests/test_projection_patches.py
tests/test_prompt_template_main_chain_flow.py
tests/test_prompting_analysis_instruction.py
tests/test_prompting_requirement_intake.py
tests/test_prompting_sidecar_question.py
tests/test_prompting_user_template_instruction.py
tests/test_provider_audit.py
tests/test_provider_audit_export.py
tests/test_reasoning_context_patch.py
tests/test_reasoning_loop.py
tests/test_reconciliation_analysis_patch_projection.py
tests/test_reconciliation_artifact_structure_projection.py
tests/test_reconciliation_context_revision.py
tests/test_reconciliation_orchestrator.py
tests/test_release_isolation_gate.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_branch_chooser.py
tests/test_requirement_intake_canvas_progress.py
tests/test_requirement_intake_canvas_state.py
tests/test_requirement_intake_canvas_visibility.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_node_result_question_plan.py
tests/test_requirement_intake_question_queue.py
tests/test_requirement_intake_structured_package.py
tests/test_requirement_intake_summary_route.py
tests/test_requirement_refresh_prompting.py
tests/test_response_intent_full_output_regression.py
tests/test_response_intent_resolution.py
tests/test_response_strategy_prompting_compact.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_contract_metadata.py
tests/test_run_replay_api_contract.py
tests/test_run_settlement.py
tests/test_run_sql_repository.py
tests/test_run_store.py
tests/test_run_store_event_conflict.py
tests/test_runtime_decision_llm_response_regression.py
tests/test_runtime_prompt_projection.py
tests/test_session_api.py
tests/test_session_archive_summary.py
tests/test_session_context_persistence.py
tests/test_session_domain_binding.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_run_projection.py
tests/test_session_sql_columns.py
tests/test_session_sql_migration.py
tests/test_session_sql_repository.py
tests/test_session_workflow_projection_persistence.py
tests/test_sidecar_option_generation.py
tests/test_sidecar_reply_policy.py
tests/test_source_ingestion_profile.py
tests/test_source_ingestion_runtime.py
tests/test_source_ingestion_ssot_acceptance.py
tests/test_source_library.py
tests/test_source_library_dedupe.py
tests/test_source_library_persistence_scope.py
tests/test_source_text_extractor.py
tests/test_source_xlsx_contract_fixture.py
tests/test_sourcing_action_copy.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_preview_copy.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_response_labels.py
tests/test_sourcing_search_runtime.py
tests/test_sourcing_source_priority.py
tests/test_stream_collect_completion.py
tests/test_streaming_artifact_upkeep_completion.py
tests/test_streaming_draft_artifact_start.py
tests/test_streaming_draft_budget_reconciliation_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_draft_reconciliation_completion.py
tests/test_streaming_draft_session_exchange.py
tests/test_streaming_draft_visible_text_boundaries.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_patch_fast_path_phase.py
tests/test_streaming_reasoning_context_patch.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_streaming_sidecar_reply_policy.py
tests/test_streaming_structured_reasoning_gate.py
tests/test_streaming_structured_reasoning_projection.py
tests/test_streaming_text_cadence.py
tests/test_streaming_turn_workplan_fast_path_phase.py
tests/test_structured_prompt_context.py
tests/test_structured_reasoning.py
tests/test_structured_reasoning_gate.py
tests/test_text_safety.py
tests/test_track_prompt_context.py
tests/test_track_runtime.py
tests/test_turn_admission.py
tests/test_turn_admission_stale_workflow.py
tests/test_turn_continuity_admission.py
tests/test_turn_decision_completion_policy.py
tests/test_turn_delta_extraction.py
tests/test_turn_disposition_admission.py
tests/test_turn_disposition_chooser_ready.py
tests/test_turn_mode_preference.py
tests/test_turn_operation_planner.py
tests/test_turn_operation_projection.py
tests/test_turn_pipeline_artifact_upkeep_contracts.py
tests/test_turn_workplan_contracts.py
tests/test_turn_workplan_gate_decision.py
tests/test_update_plane.py
tests/test_v1_mainline_regressions.py
tests/test_workflow_guidance_runtime.py
tests/test_workflow_projection_precedence.py
tests/test_workflow_run_events.py
tests/test_workflow_tracker_projection.py
tests/test_workplan_runtime.py
tests/test_xiaocai_active_artifact_contextual_gate.py
tests/test_xiaocai_active_artifact_sync_gate.py
tests/test_xiaocai_analysis_report_intent_first.py
tests/test_xiaocai_analysis_template_detail_projection.py
tests/test_xiaocai_artifact_followup_gate.py
tests/test_xiaocai_attachment_context_gate.py
tests/test_xiaocai_boundary_guidance.py
tests/test_xiaocai_boundary_intent_gate.py
tests/test_xiaocai_boundary_intent_gate_semantic.py
tests/test_xiaocai_boundary_score_gate.py
tests/test_xiaocai_capability_admission.py
tests/test_xiaocai_category_resolution.py
tests/test_xiaocai_domain_pack.py
tests/test_xiaocai_intake_normalization_admission.py
tests/test_xiaocai_negative_boundary_gate.py
tests/test_xiaocai_output_template_quality.py
tests/test_xiaocai_post_generation_requirement_summary.py
tests/test_xiaocai_pre_workspace_required_gate.py
tests/test_xiaocai_reconciliation_confirmation_policy.py
tests/test_xiaocai_requirement_analysis.py
tests/test_xiaocai_requirement_artifact_template_projection.py
tests/test_xiaocai_requirement_markdown_recovery.py
tests/test_xiaocai_requirement_mode_canvas.py
tests/test_xiaocai_semantic_admission_gate.py
tests/test_xiaocai_sidecar_dynamic_options.py