CHANGELOG.md
LICENSE
MANIFEST.in
README.md
adapter_doctor.py
adapter_presets.py
agent_adapters.py
agent_export.py
brief.py
brief_impact.py
cli.py
cli_core.py
cli_help.py
cli_ui.py
command_executor.py
context_budget.py
context_efficiency.py
context_matching.py
context_pack.py
cycles.py
diff_engine.py
direct_edit.py
execution_hints.py
framework_hints.py
fs_utils.py
full_scan.py
gate.py
graph.py
health.py
help_topics.py
http_adapter_contract.py
http_executor.py
impact.py
javascript_project.py
js_parser.py
js_resolution.py
languages.py
map_writer.py
ollama_adapter.py
patch_applier.py
patch_contract.py
patch_validator.py
preflight.py
pyproject.toml
python_parser.py
repo_ignore.py
repo_summary.py
routes.py
scanner.py
secret_redaction.py
selected_context.py
snapshot.py
snapshot_cache.py
status.py
strata.py
symbol_slicing.py
test_mapper.py
test_mapping.py
typescript_project.py
ui.py
verification_hints.py
verify.py
workflow_config.py
workflow_planner.py
./adapter_doctor.py
./adapter_presets.py
./agent_adapters.py
./agent_export.py
./brief.py
./brief_impact.py
./cli.py
./cli_core.py
./cli_help.py
./cli_ui.py
./command_executor.py
./context_budget.py
./context_efficiency.py
./context_matching.py
./context_pack.py
./cycles.py
./diff_engine.py
./direct_edit.py
./execution_hints.py
./framework_hints.py
./fs_utils.py
./full_scan.py
./gate.py
./graph.py
./health.py
./help_topics.py
./http_adapter_contract.py
./http_executor.py
./impact.py
./javascript_project.py
./js_parser.py
./js_resolution.py
./languages.py
./map_writer.py
./ollama_adapter.py
./patch_applier.py
./patch_contract.py
./patch_validator.py
./preflight.py
./python_parser.py
./repo_ignore.py
./repo_summary.py
./routes.py
./scanner.py
./secret_redaction.py
./selected_context.py
./snapshot.py
./snapshot_cache.py
./status.py
./strata.py
./symbol_slicing.py
./test_mapper.py
./test_mapping.py
./typescript_project.py
./ui.py
./verification_hints.py
./verify.py
./workflow_config.py
./workflow_planner.py
./commands/__init__.py
./commands/agent_prompt_command.py
./commands/apply_command.py
./commands/ask_command.py
./commands/brief_command.py
./commands/config_command.py
./commands/context_command.py
./commands/cycles_command.py
./commands/diff_command.py
./commands/doctor_command.py
./commands/execute_command.py
./commands/gate_command.py
./commands/health_command.py
./commands/impact_command.py
./commands/map_command.py
./commands/patch_command.py
./commands/preflight_command.py
./commands/prepare_command.py
./commands/review_command.py
./commands/routes_command.py
./commands/run_command.py
./commands/scan_command.py
./commands/setup_command.py
./commands/show_command.py
./commands/snapshot_command.py
./commands/start_command.py
./commands/status_command.py
./commands/tests_for_command.py
./commands/verify_command.py
./parsers/__init__.py
./parsers/javascript_parser.py
./parsers/python_parser.py
./parsers/typescript_parser.py
./strata/__init__.py
./strata/__main__.py
./strata/cli.py
./strata/adapters/__init__.py
./strata/adapters/agent_adapters.py
./strata/adapters/doctor.py
./strata/adapters/export.py
./strata/adapters/http_contract.py
./strata/adapters/http_executor.py
./strata/adapters/ollama.py
./strata/adapters/presets.py
./strata/commands/__init__.py
./strata/commands/agent_prompt_command.py
./strata/commands/apply_command.py
./strata/commands/ask_command.py
./strata/commands/brief_command.py
./strata/commands/cli.py
./strata/commands/cli_core.py
./strata/commands/cli_help.py
./strata/commands/cli_ui.py
./strata/commands/config_command.py
./strata/commands/context_command.py
./strata/commands/cycles_command.py
./strata/commands/diff_command.py
./strata/commands/doctor_command.py
./strata/commands/execute_command.py
./strata/commands/gate_command.py
./strata/commands/health_command.py
./strata/commands/help_topics.py
./strata/commands/impact_command.py
./strata/commands/map_command.py
./strata/commands/patch_command.py
./strata/commands/preflight_command.py
./strata/commands/prepare_command.py
./strata/commands/review_command.py
./strata/commands/routes_command.py
./strata/commands/run_command.py
./strata/commands/scan_command.py
./strata/commands/settings_command.py
./strata/commands/setup_command.py
./strata/commands/show_command.py
./strata/commands/snapshot_command.py
./strata/commands/start_command.py
./strata/commands/status_command.py
./strata/commands/tests_for_command.py
./strata/commands/verify_command.py
./strata/core/__init__.py
./strata/core/angular_component_links.py
./strata/core/angular_route_links.py
./strata/core/angular_starting_files.py
./strata/core/backend_linking_summary.py
./strata/core/backend_relationships.py
./strata/core/brief.py
./strata/core/brief_impact.py
./strata/core/candidate_baseline.py
./strata/core/candidate_evaluation.py
./strata/core/candidate_metrics.py
./strata/core/candidate_pipeline.py
./strata/core/candidates.py
./strata/core/capability_profiles.py
./strata/core/content_probe.py
./strata/core/context_artifacts.py
./strata/core/context_budget.py
./strata/core/context_efficiency.py
./strata/core/context_matching.py
./strata/core/context_pack.py
./strata/core/context_rendering.py
./strata/core/cycles.py
./strata/core/delivery_surfaces.py
./strata/core/dependency_priority.py
./strata/core/dependency_trace_evaluation.py
./strata/core/dependency_trace_runner.py
./strata/core/dependency_tracing.py
./strata/core/dependency_traversal.py
./strata/core/diagnostic_explanations.py
./strata/core/diagnostics.py
./strata/core/diff_engine.py
./strata/core/direct_edit.py
./strata/core/django_routes.py
./strata/core/error_artifacts.py
./strata/core/execution_hints.py
./strata/core/express_routes.py
./strata/core/fastapi_routes.py
./strata/core/flask_routes.py
./strata/core/framework_hints.py
./strata/core/frontend_boundary_signals.py
./strata/core/frontend_frameworks.py
./strata/core/frontend_internal_library_usage.py
./strata/core/frontend_linking_summary.py
./strata/core/frontend_relationships.py
./strata/core/frontend_roles.py
./strata/core/frontend_starting_files.py
./strata/core/full_scan.py
./strata/core/gate.py
./strata/core/go_backend_common.py
./strata/core/go_routes.py
./strata/core/graph.py
./strata/core/guided_workflow.py
./strata/core/health.py
./strata/core/impact.py
./strata/core/incremental_cache.py
./strata/core/internal_library_discovery.py
./strata/core/internal_library_resolution.py
./strata/core/inventory.py
./strata/core/js_ts_dependency_edges.py
./strata/core/map_writer.py
./strata/core/nestjs_routes.py
./strata/core/performance_budget.py
./strata/core/performance_diagnostics.py
./strata/core/performance_fixtures.py
./strata/core/preflight.py
./strata/core/probe_evaluation.py
./strata/core/probe_pool.py
./strata/core/probe_scoring.py
./strata/core/prompt_templates.py
./strata/core/python_backend_common.py
./strata/core/python_dependency_edges.py
./strata/core/react_links.py
./strata/core/react_starting_files.py
./strata/core/relationship_limits.py
./strata/core/repo_ignore.py
./strata/core/repo_summary.py
./strata/core/routes.py
./strata/core/scale_fixtures.py
./strata/core/scanner.py
./strata/core/selected_context.py
./strata/core/session_state.py
./strata/core/snapshot.py
./strata/core/snapshot_cache.py
./strata/core/stage_report.py
./strata/core/status.py
./strata/core/test_mapper.py
./strata/core/test_mapping.py
./strata/core/user_settings.py
./strata/core/verification_hints.py
./strata/core/verify.py
./strata/core/workflow_planner.py
./strata/core/workflow_state.py
./strata/core/workflow_status.py
./strata/parsers/__init__.py
./strata/parsers/javascript.py
./strata/parsers/javascript_parser.py
./strata/parsers/javascript_project.py
./strata/parsers/js_resolution.py
./strata/parsers/languages.py
./strata/parsers/python.py
./strata/parsers/python_parser.py
./strata/parsers/symbol_slicing.py
./strata/parsers/typescript.py
./strata/parsers/typescript_parser.py
./strata/patch/__init__.py
./strata/patch/ai_response_validation.py
./strata/patch/applier.py
./strata/patch/contract.py
./strata/patch/validator.py
./strata/utils/__init__.py
./strata/utils/artifacts.py
./strata/utils/config.py
./strata/utils/journey_api_boundary.py
./strata/utils/journey_assembly.py
./strata/utils/journey_backend.py
./strata/utils/journey_context.py
./strata/utils/journey_entry_points.py
./strata/utils/journey_frontend.py
./strata/utils/journey_readiness.py
./strata/utils/output.py
./strata/utils/paths.py
./strata/utils/prompt_safety.py
./strata/utils/secrets.py
./strata/utils/shell.py
./strata/utils/user_journey.py
./strata/utils/workspace_config.py
./strata/utils/workspace_context.py
./strata/utils/workspace_contracts.py
./strata/utils/workspace_discovery.py
./strata/utils/workspace_graph.py
./strata/utils/workspace_readiness.py
./strata/utils/workspace_references.py
./strata/utils/workspace_relationships.py
commands/__init__.py
commands/agent_prompt_command.py
commands/apply_command.py
commands/ask_command.py
commands/brief_command.py
commands/config_command.py
commands/context_command.py
commands/cycles_command.py
commands/diff_command.py
commands/doctor_command.py
commands/execute_command.py
commands/gate_command.py
commands/health_command.py
commands/impact_command.py
commands/map_command.py
commands/patch_command.py
commands/preflight_command.py
commands/prepare_command.py
commands/review_command.py
commands/routes_command.py
commands/run_command.py
commands/scan_command.py
commands/setup_command.py
commands/show_command.py
commands/snapshot_command.py
commands/start_command.py
commands/status_command.py
commands/tests_for_command.py
commands/verify_command.py
docs/releasing.md
docs/runtime-compatibility.md
docs/v6_release_notes.md
docs/v7_roadmap.md
docs/roadmap/adapter-workflow-control.md
docs/roadmap/backend-intelligence-foundation.md
docs/roadmap/candidate-evaluation-quality.md
docs/roadmap/cost-based-repo-intelligence.md
docs/roadmap/frontend-deep-linking.md
docs/roadmap/frontend-intelligence.md
docs/roadmap/internal-library-resolution.md
docs/roadmap/performance-scale-hardening.md
docs/roadmap/priority-dependency-tracing.md
docs/roadmap/representation-lazy-outline.md
docs/roadmap/user-flow-journey-intelligence.md
docs/roadmap/ux-workflow-polish.md
docs/roadmap/workflow-state-diagnostics.md
docs/roadmap/workspace-intelligence.md
parsers/__init__.py
parsers/javascript_parser.py
parsers/python_parser.py
parsers/typescript_parser.py
strata/__init__.py
strata/__main__.py
strata/cli.py
strata/adapters/__init__.py
strata/adapters/agent_adapters.py
strata/adapters/doctor.py
strata/adapters/export.py
strata/adapters/http_contract.py
strata/adapters/http_executor.py
strata/adapters/ollama.py
strata/adapters/presets.py
strata/commands/__init__.py
strata/commands/agent_prompt_command.py
strata/commands/apply_command.py
strata/commands/ask_command.py
strata/commands/brief_command.py
strata/commands/cli.py
strata/commands/cli_core.py
strata/commands/cli_help.py
strata/commands/cli_ui.py
strata/commands/config_command.py
strata/commands/context_command.py
strata/commands/cycles_command.py
strata/commands/diff_command.py
strata/commands/doctor_command.py
strata/commands/execute_command.py
strata/commands/gate_command.py
strata/commands/health_command.py
strata/commands/help_topics.py
strata/commands/impact_command.py
strata/commands/map_command.py
strata/commands/patch_command.py
strata/commands/preflight_command.py
strata/commands/prepare_command.py
strata/commands/review_command.py
strata/commands/routes_command.py
strata/commands/run_command.py
strata/commands/scan_command.py
strata/commands/settings_command.py
strata/commands/setup_command.py
strata/commands/show_command.py
strata/commands/snapshot_command.py
strata/commands/start_command.py
strata/commands/status_command.py
strata/commands/tests_for_command.py
strata/commands/verify_command.py
strata/core/__init__.py
strata/core/angular_component_links.py
strata/core/angular_route_links.py
strata/core/angular_starting_files.py
strata/core/backend_linking_summary.py
strata/core/backend_relationships.py
strata/core/brief.py
strata/core/brief_impact.py
strata/core/candidate_baseline.py
strata/core/candidate_evaluation.py
strata/core/candidate_metrics.py
strata/core/candidate_pipeline.py
strata/core/candidates.py
strata/core/capability_profiles.py
strata/core/content_probe.py
strata/core/context_artifacts.py
strata/core/context_budget.py
strata/core/context_efficiency.py
strata/core/context_matching.py
strata/core/context_pack.py
strata/core/context_rendering.py
strata/core/cycles.py
strata/core/delivery_surfaces.py
strata/core/dependency_priority.py
strata/core/dependency_trace_evaluation.py
strata/core/dependency_trace_runner.py
strata/core/dependency_tracing.py
strata/core/dependency_traversal.py
strata/core/diagnostic_explanations.py
strata/core/diagnostics.py
strata/core/diff_engine.py
strata/core/direct_edit.py
strata/core/django_routes.py
strata/core/error_artifacts.py
strata/core/execution_hints.py
strata/core/express_routes.py
strata/core/fastapi_routes.py
strata/core/flask_routes.py
strata/core/framework_hints.py
strata/core/frontend_boundary_signals.py
strata/core/frontend_frameworks.py
strata/core/frontend_internal_library_usage.py
strata/core/frontend_linking_summary.py
strata/core/frontend_relationships.py
strata/core/frontend_roles.py
strata/core/frontend_starting_files.py
strata/core/full_scan.py
strata/core/gate.py
strata/core/go_backend_common.py
strata/core/go_routes.py
strata/core/graph.py
strata/core/guided_workflow.py
strata/core/health.py
strata/core/impact.py
strata/core/incremental_cache.py
strata/core/internal_library_discovery.py
strata/core/internal_library_resolution.py
strata/core/inventory.py
strata/core/js_ts_dependency_edges.py
strata/core/map_writer.py
strata/core/nestjs_routes.py
strata/core/performance_budget.py
strata/core/performance_diagnostics.py
strata/core/performance_fixtures.py
strata/core/preflight.py
strata/core/probe_evaluation.py
strata/core/probe_pool.py
strata/core/probe_scoring.py
strata/core/prompt_templates.py
strata/core/python_backend_common.py
strata/core/python_dependency_edges.py
strata/core/react_links.py
strata/core/react_starting_files.py
strata/core/relationship_limits.py
strata/core/repo_ignore.py
strata/core/repo_summary.py
strata/core/routes.py
strata/core/scale_fixtures.py
strata/core/scanner.py
strata/core/selected_context.py
strata/core/session_state.py
strata/core/snapshot.py
strata/core/snapshot_cache.py
strata/core/stage_report.py
strata/core/status.py
strata/core/test_mapper.py
strata/core/test_mapping.py
strata/core/user_settings.py
strata/core/verification_hints.py
strata/core/verify.py
strata/core/workflow_planner.py
strata/core/workflow_state.py
strata/core/workflow_status.py
strata/parsers/__init__.py
strata/parsers/javascript.py
strata/parsers/javascript_parser.py
strata/parsers/javascript_project.py
strata/parsers/js_resolution.py
strata/parsers/languages.py
strata/parsers/python.py
strata/parsers/python_parser.py
strata/parsers/symbol_slicing.py
strata/parsers/typescript.py
strata/parsers/typescript_parser.py
strata/patch/__init__.py
strata/patch/ai_response_validation.py
strata/patch/applier.py
strata/patch/contract.py
strata/patch/validator.py
strata/utils/__init__.py
strata/utils/artifacts.py
strata/utils/config.py
strata/utils/journey_api_boundary.py
strata/utils/journey_assembly.py
strata/utils/journey_backend.py
strata/utils/journey_context.py
strata/utils/journey_entry_points.py
strata/utils/journey_frontend.py
strata/utils/journey_readiness.py
strata/utils/output.py
strata/utils/paths.py
strata/utils/prompt_safety.py
strata/utils/secrets.py
strata/utils/shell.py
strata/utils/user_journey.py
strata/utils/workspace_config.py
strata/utils/workspace_context.py
strata/utils/workspace_contracts.py
strata/utils/workspace_discovery.py
strata/utils/workspace_graph.py
strata/utils/workspace_readiness.py
strata/utils/workspace_references.py
strata/utils/workspace_relationships.py
tests/test_adapter_doctor.py
tests/test_adapter_presets.py
tests/test_agent_adapters.py
tests/test_agent_export.py
tests/test_ai_response_validation.py
tests/test_angular_component_links.py
tests/test_angular_route_links.py
tests/test_angular_starting_files.py
tests/test_apply_command.py
tests/test_architecture_invariants.py
tests/test_artifact_safety.py
tests/test_ask_inline_review.py
tests/test_backend_linking_summary.py
tests/test_backend_map.py
tests/test_backend_relationships.py
tests/test_brief.py
tests/test_brief_impact.py
tests/test_candidate_architecture.py
tests/test_candidate_baseline_report.py
tests/test_candidate_evaluation_contracts.py
tests/test_candidate_evaluation_schema.py
tests/test_candidate_pipeline.py
tests/test_candidate_quality_fixtures.py
tests/test_candidate_quality_metrics.py
tests/test_candidates.py
tests/test_capability_profiles.py
tests/test_cli_core.py
tests/test_command_executor.py
tests/test_config_command.py
tests/test_content_probe.py
tests/test_context_artifacts.py
tests/test_context_budget.py
tests/test_context_command.py
tests/test_context_efficiency.py
tests/test_context_matching.py
tests/test_context_pack.py
tests/test_context_rendering.py
tests/test_cycles.py
tests/test_delivery_surfaces.py
tests/test_dependency_priority.py
tests/test_dependency_trace_evaluation.py
tests/test_dependency_trace_runner.py
tests/test_dependency_tracing_contract.py
tests/test_dependency_tracing_contracts.py
tests/test_dependency_traversal.py
tests/test_diagnostic_explanations.py
tests/test_diagnostics.py
tests/test_diff_command.py
tests/test_diff_engine.py
tests/test_direct_edit_safety.py
tests/test_django_routes.py
tests/test_doctor_command.py
tests/test_error_artifacts.py
tests/test_execute_command.py
tests/test_execution_hints.py
tests/test_express_routes.py
tests/test_fastapi_routes.py
tests/test_flask_routes.py
tests/test_framework_hints.py
tests/test_frontend_boundary_signals.py
tests/test_frontend_frameworks.py
tests/test_frontend_internal_library_usage.py
tests/test_frontend_linking_summary.py
tests/test_frontend_relationships.py
tests/test_frontend_roles.py
tests/test_frontend_starting_files.py
tests/test_full_scan.py
tests/test_gate.py
tests/test_gate_command.py
tests/test_go_backend_common.py
tests/test_go_routes.py
tests/test_graph.py
tests/test_guided_entrypoint.py
tests/test_guided_workflow.py
tests/test_guided_workflow_commands.py
tests/test_health.py
tests/test_help_topics.py
tests/test_http_adapter_contract.py
tests/test_http_executor.py
tests/test_impact.py
tests/test_incremental_cache.py
tests/test_internal_library_discovery.py
tests/test_internal_library_resolution.py
tests/test_internal_library_resolution_evidence.py
tests/test_inventory.py
tests/test_javascript_parser.py
tests/test_javascript_project.py
tests/test_journey_api_boundary.py
tests/test_journey_assembly.py
tests/test_journey_backend.py
tests/test_journey_context.py
tests/test_journey_entry_points.py
tests/test_journey_frontend.py
tests/test_journey_integration.py
tests/test_journey_readiness.py
tests/test_js_parser.py
tests/test_js_resolution.py
tests/test_js_ts_dependency_edges.py
tests/test_languages.py
tests/test_map_writer.py
tests/test_multilang_scanner.py
tests/test_nestjs_routes.py
tests/test_ollama_adapter.py
tests/test_packaging.py
tests/test_parser.py
tests/test_patch_applier.py
tests/test_patch_command.py
tests/test_patch_contract.py
tests/test_patch_create_existing_dry_run.py
tests/test_patch_validator.py
tests/test_performance_budget.py
tests/test_performance_diagnostics.py
tests/test_performance_scale_handoff.py
tests/test_preflight.py
tests/test_prepare_command.py
tests/test_probe_evaluation.py
tests/test_probe_pool.py
tests/test_probe_scoring.py
tests/test_prompt_templates.py
tests/test_python_backend_common.py
tests/test_python_dependency_edges.py
tests/test_react_links.py
tests/test_react_starting_files.py
tests/test_relationship_limits.py
tests/test_repo_ignore.py
tests/test_repo_summary.py
tests/test_review_command.py
tests/test_routes.py
tests/test_run_command.py
tests/test_run_state_baseline.py
tests/test_scale_fixtures.py
tests/test_scan_command.py
tests/test_scanner.py
tests/test_secret_redaction.py
tests/test_selected_context.py
tests/test_session_state.py
tests/test_settings_command.py
tests/test_setup_command.py
tests/test_snapshot.py
tests/test_snapshot_cache.py
tests/test_snapshot_command.py
tests/test_stage_report.py
tests/test_start_guided_command.py
tests/test_status.py
tests/test_symbol_slicing.py
tests/test_test_mapper.py
tests/test_test_mapping.py
tests/test_test_quality.py
tests/test_typescript_parser.py
tests/test_typescript_project.py
tests/test_ui.py
tests/test_user_journey.py
tests/test_user_settings.py
tests/test_verification_hints.py
tests/test_verify.py
tests/test_verify_command.py
tests/test_workflow_config.py
tests/test_workflow_diagnostics_handoff.py
tests/test_workflow_planner.py
tests/test_workflow_state.py
tests/test_workflow_status.py
tests/test_workspace_config.py
tests/test_workspace_context.py
tests/test_workspace_contracts.py
tests/test_workspace_discovery.py
tests/test_workspace_graph.py
tests/test_workspace_integration.py
tests/test_workspace_readiness.py
tests/test_workspace_references.py
tests/test_workspace_relationships.py