MANIFEST.in
README.md
__version__.py
pyproject.toml
setup.py
context_foundry/__init__.py
context_foundry.egg-info/PKG-INFO
context_foundry.egg-info/SOURCES.txt
context_foundry.egg-info/dependency_links.txt
context_foundry.egg-info/entry_points.txt
context_foundry.egg-info/requires.txt
context_foundry.egg-info/top_level.txt
context_foundry/daemon/__init__.py
context_foundry/daemon/art.py
context_foundry/daemon/cli.py
context_foundry/daemon/config.py
context_foundry/daemon/jobs.py
context_foundry/daemon/models.py
context_foundry/daemon/runner.py
context_foundry/daemon/server.py
context_foundry/daemon/store.py
context_foundry/daemon/workdir_lock.py
context_foundry/daemon/zombies.py
context_foundry/daemon/tests/__init__.py
context_foundry/daemon/tests/test_job_lifecycle.py
context_foundry/storage/__init__.py
context_foundry/storage/s3_client.py
extensions/__init__.py
extensions/workday-canvas/__init__.py
extensions/workday-canvas/detector.py
extensions/workday-canvas/extensions_loader.py
tests/test_approval_gates.py
tests/test_architecture_parsing.py
tests/test_back_pressure_system.py
tests/test_baml_integration.py
tests/test_baml_real_integration.py
tests/test_baml_schemas.py
tests/test_baml_temperature.py
tests/test_banner.py
tests/test_build_task_normalization.py
tests/test_cache_integration.py
tests/test_cache_manager_unit.py
tests/test_cache_system.py
tests/test_cached_prompt_builder.py
tests/test_check_context_budget_cli.py
tests/test_code_extraction_fix.py
tests/test_collector_latency.py
tests/test_config_manager.py
tests/test_context_budget.py
tests/test_context_budget_monitor_unit.py
tests/test_context_budget_reporter_unit.py
tests/test_context_budget_token_counter_unit.py
tests/test_cost_calculator.py
tests/test_daemon_core.py
tests/test_daemon_daemonization.py
tests/test_daemon_jobs.py
tests/test_daemon_store.py
tests/test_e2e_metrics.py
tests/test_evolution_e2e.py
tests/test_evolution_mcp_tools.py
tests/test_filesystem_tools.py
tests/test_filesystem_tools_validation.py
tests/test_flowise_detection.py
tests/test_health_check.py
tests/test_incremental_change_detector.py
tests/test_incremental_integration.py
tests/test_log_parser.py
tests/test_mcp_autonomous_build_coverage.py
tests/test_mcp_pattern_management_coverage.py
tests/test_mcp_server_comprehensive.py
tests/test_mcp_server_critical_paths.py
tests/test_mcp_server_helpers.py
tests/test_mcp_server_integration.py
tests/test_mcp_server_unit.py
tests/test_metrics_collector_extended.py
tests/test_metrics_db.py
tests/test_parallel_runner_unit.py
tests/test_path_utils.py
tests/test_pattern_system.py
tests/test_phase2_integration.py
tests/test_real_delegation.py
tests/test_runner_random_id.py
tests/test_s3_client.py
tests/test_sandbox_integration.py
tests/test_sandbox_security.py
tests/test_schedule_overnight.py
tests/test_scout_cache_unit.py
tests/test_semantic_tags.py
tests/test_skills_manager.py
tests/test_test_cache_unit.py
tests/test_tool_enhancements.py
tests/test_tui_provider.py
tests/test_use_baml_cli.py
tests/test_version.py
tests/test_watchdog_safety.py
tests/test_workdir_lock.py
tools/__init__.py
tools/baml_integration.py
tools/banner.py
tools/build_notifications.py
tools/check_context_budget.py
tools/cli.py
tools/config_manager.py
tools/discord_examples.py
tools/discord_notify.py
tools/evolution_mcp_tools.py
tools/extract_patterns.py
tools/health_check.py
tools/mcp_server.py
tools/run_extension_smoke_test.py
tools/schedule_overnight.py
tools/test_parallel_runner.py
tools/tui_monitor.py
tools/use_baml.py
tools/version.py
tools/back_pressure/__init__.py
tools/back_pressure/back_pressure_config.py
tools/back_pressure/integration_pre_check.py
tools/back_pressure/validate_architecture.py
tools/back_pressure/validate_tech_stack.py
tools/baml_client/baml_client/__init__.py
tools/baml_client/baml_client/async_client.py
tools/baml_client/baml_client/config.py
tools/baml_client/baml_client/globals.py
tools/baml_client/baml_client/inlinedbaml.py
tools/baml_client/baml_client/parser.py
tools/baml_client/baml_client/runtime.py
tools/baml_client/baml_client/stream_types.py
tools/baml_client/baml_client/sync_client.py
tools/baml_client/baml_client/tracing.py
tools/baml_client/baml_client/type_builder.py
tools/baml_client/baml_client/type_map.py
tools/baml_client/baml_client/types.py
tools/baml_client/baml_client/watchers.py
tools/cache/__init__.py
tools/cache/cache_manager.py
tools/cache/scout_cache.py
tools/cache/test_cache.py
tools/context_budget/__init__.py
tools/context_budget/monitor.py
tools/context_budget/report.py
tools/context_budget/token_counter.py
tools/evolution/__init__.py
tools/evolution/agent_protocol.py
tools/evolution/backlog_generator.py
tools/evolution/command_server.py
tools/evolution/daemon.py
tools/evolution/mcp_support.py
tools/evolution/mcp_wrapper.py
tools/evolution/mission_control.py
tools/evolution/process_watchdog.py
tools/evolution/resource_manager.py
tools/evolution/safety.py
tools/evolution/sandboxes.py
tools/evolution/task_queue.py
tools/evolution/agents/scout_agent.py
tools/evolution/autonomous/__init__.py
tools/evolution/autonomous/__main__.py
tools/evolution/communication/__init__.py
tools/evolution/communication/local_exchange.py
tools/evolution/communication/rest_api.py
tools/evolution/communication/web_dashboard.py
tools/evolution/communication/web_dashboard_server.py
tools/evolution/communication/websocket_stream.py
tools/evolution/modes/__init__.py
tools/evolution/modes/base_mode.py
tools/evolution/modes/chaos_creative.py
tools/evolution/modes/delegation.py
tools/evolution/modes/research_discovery.py
tools/evolution/modes/self_improvement.py
tools/glass-pane/backend/config.py
tools/glass-pane/backend/main.py
tools/glass-pane/backend/api/__init__.py
tools/glass-pane/backend/api/artifacts.py
tools/glass-pane/backend/api/builds.py
tools/glass-pane/backend/api/chat.py
tools/glass-pane/backend/api/files.py
tools/glass-pane/backend/api/jobs.py
tools/glass-pane/backend/api/logs.py
tools/glass-pane/backend/api/sse.py
tools/glass-pane/backend/migrations/run_migrations.py
tools/glass-pane/backend/models/__init__.py
tools/glass-pane/backend/models/chat.py
tools/glass-pane/backend/models/events.py
tools/glass-pane/backend/models/job.py
tools/glass-pane/backend/models/log.py
tools/glass-pane/backend/models/phase.py
tools/glass-pane/backend/services/__init__.py
tools/glass-pane/backend/services/broadcaster.py
tools/glass-pane/backend/services/chat_service.py
tools/glass-pane/backend/services/claude_cli.py
tools/glass-pane/backend/services/file_watcher.py
tools/glass-pane/backend/services/mcp_executor.py
tools/glass-pane/backend/services/session_parser.py
tools/glass-pane/backend/services/store_service.py
tools/glass-pane/backend/tests/__init__.py
tools/glass-pane/backend/tests/conftest.py
tools/glass-pane/backend/tests/test_api_smoke.py
tools/glass-pane/backend/tests/test_chat_api.py
tools/glass-pane/backend/tests/test_conftest_setup.py
tools/glass-pane/backend/tests/test_sse_smoke.py
tools/glass-pane/backend/tests/test_store_integration.py
tools/glass-pane/backend/tests/test_working_directory.py
tools/glass-pane/frontend/src/index.css
tools/incremental/__init__.py
tools/incremental/change_detector.py
tools/incremental/global_scout_cache.py
tools/incremental/incremental_builder.py
tools/incremental/incremental_docs.py
tools/incremental/test_impact_analyzer.py
tools/livestream/__init__.py
tools/livestream/broadcaster.py
tools/livestream/config.py
tools/livestream/mcp_client.py
tools/livestream/metrics_collector.py
tools/livestream/metrics_db.py
tools/livestream/server.py
tools/livestream/tests/test_multi_agent.py
tools/log_monitor/backend/__init__.py
tools/log_monitor/backend/config.py
tools/log_monitor/backend/log_watcher.py
tools/log_monitor/backend/parsers.py
tools/log_monitor/backend/server.py
tools/log_monitor/frontend/src/index.css
tools/mcp_utils/__init__.py
tools/mcp_utils/approval_gates.py
tools/mcp_utils/audit.py
tools/mcp_utils/autonomous_build.py
tools/mcp_utils/autonomous_build_BACKUP_v2.py
tools/mcp_utils/autonomous_build_OLD.py
tools/mcp_utils/contracts.py
tools/mcp_utils/daemon_integration.py
tools/mcp_utils/delegation.py
tools/mcp_utils/emergency_stop.py
tools/mcp_utils/filesystem_tools.py
tools/mcp_utils/output_utils.py
tools/mcp_utils/path_utils.py
tools/mcp_utils/pattern_management.py
tools/mcp_utils/phase_execution.py
tools/mcp_utils/phase_metrics.py
tools/mcp_utils/phase_registry.py
tools/mcp_utils/phase_tracking.py
tools/mcp_utils/pipeline_state.py
tools/mcp_utils/preflight.py
tools/mcp_utils/project_detection.py
tools/mcp_utils/scope_guard.py
tools/mcp_utils/task_classification.py
tools/metrics/__init__.py
tools/metrics/collector.py
tools/metrics/cost_calculator.py
tools/metrics/log_parser.py
tools/metrics/metrics_db.py
tools/prompts/__init__.py
tools/sandbox/__init__.py
tools/sandbox/executor.py
tools/skills/__init__.py
tools/skills/manager.py
tools/tool_helpers/__init__.py
tools/tool_helpers/config.py
tools/tool_helpers/limits.py
tools/tool_helpers/path_utils.py
tools/tool_helpers/response_formatter.py
tools/tool_helpers/semantic_tags.py
tools/tool_helpers/semantic_tags_config.py
tools/tool_helpers/truncation.py
tools/tui/__init__.py
tools/tui/app.py
tools/tui/config.py
tools/tui/data/__init__.py
tools/tui/data/models.py
tools/tui/data/provider.py
tools/tui/screens/__init__.py
tools/tui/screens/build_detail.py
tools/tui/screens/dashboard.py
tools/tui/screens/help.py
tools/tui/screens/metrics.py
tools/tui/screens/new_project.py
tools/tui/widgets/__init__.py
tools/tui/widgets/build_table.py
tools/tui/widgets/log_viewer.py
tools/tui/widgets/phase_pipeline.py
tools/tui/widgets/phase_progress.py
tools/tui/widgets/token_gauge.py
tools/tui_daemon/__init__.py
tools/tui_daemon/app.py
tools/tui_daemon/conversation_parser.py
tools/tui_daemon/daemon_client.py
tools/tui_daemon/log_streamer.py
tools/tui_daemon/manager.py
tools/tui_daemon/screens/__init__.py
tools/tui_daemon/screens/conversation.py
tools/tui_daemon/screens/dashboard.py
tools/tui_daemon/screens/detail.py
tools/tui_daemon/tests/__init__.py
tools/tui_daemon/tests/conftest.py
tools/tui_daemon/tests/test_conversation.py
tools/tui_daemon/tests/test_conversation_flow.py
tools/tui_daemon/tests/test_daemon_client.py
tools/tui_daemon/tests/test_dashboard_updates.py
tools/tui_daemon/tests/test_job_submission.py
tools/tui_daemon/tests/test_log_streamer.py
tools/tui_daemon/widgets/__init__.py
tools/tui_daemon/widgets/job_table.py
tools/tui_daemon/widgets/log_viewer.py
tools/tui_daemon/widgets/metrics_panel.py
tools/tui_daemon/widgets/param_editor.py
tools/tui_daemon/widgets/phase_pipeline.py