LICENSE
MANIFEST.in
README.md
pyproject.toml
schemas/koru-stdio-event.schema.json
src/koru/__init__.py
src/koru/__main__.py
src/koru/activity_log.py
src/koru/agent_backend_runtime.py
src/koru/agent_backends.py
src/koru/agent_cli_helpers.py
src/koru/agents.py
src/koru/autoloop_cli.py
src/koru/autonomous.py
src/koru/autonomous_auto_pipeline.py
src/koru/autonomous_checkpoint.py
src/koru/autonomous_cli_config.py
src/koru/autonomous_cycle.py
src/koru/autonomous_cycle_chat_activity.py
src/koru/autonomous_cycle_common.py
src/koru/autonomous_cycle_config.py
src/koru/autonomous_cycle_drive_retry.py
src/koru/autonomous_cycle_gate.py
src/koru/autonomous_cycle_orchestrator.py
src/koru/autonomous_cycle_skip_conditions.py
src/koru/autonomous_daemon.py
src/koru/autonomous_diag_markers.py
src/koru/autonomous_diagnostics.py
src/koru/autonomous_env.py
src/koru/autonomous_loop_runner.py
src/koru/autonomous_onboarding.py
src/koru/autonomous_operator.py
src/koru/autonomous_parser.py
src/koru/autonomous_plugin.py
src/koru/autonomous_process_guard.py
src/koru/autonomous_processes.py
src/koru/autonomous_resources.py
src/koru/autonomous_runtime.py
src/koru/autonomous_startup.py
src/koru/autonomous_wup.py
src/koru/bootstrap.py
src/koru/cli.py
src/koru/cli_agent.py
src/koru/cli_agent_backends.py
src/koru/cli_auto.py
src/koru/cli_bootstrap.py
src/koru/cli_cleaned.py
src/koru/cli_context.py
src/koru/cli_doctor.py
src/koru/cli_events.py
src/koru/cli_gate.py
src/koru/cli_gc.py
src/koru/cli_ide.py
src/koru/cli_ide_router.py
src/koru/cli_init.py
src/koru/cli_local_serve.py
src/koru/cli_loop.py
src/koru/cli_parser.py
src/koru/cli_queue.py
src/koru/cli_refactor_planfile_handoff.py
src/koru/cli_runtime_context.py
src/koru/cli_scan.py
src/koru/cli_serve.py
src/koru/cli_task.py
src/koru/cli_tools.py
src/koru/cli_topology.py
src/koru/cli_watch.py
src/koru/configurator.py
src/koru/context.py
src/koru/context_render.py
src/koru/dev_sync.py
src/koru/doctor.py
src/koru/doctor_constants.py
src/koru/dotenv_loader.py
src/koru/env_config.py
src/koru/events.py
src/koru/gate.py
src/koru/gc.py
src/koru/gc_cli_helpers.py
src/koru/git_attribution.py
src/koru/git_cli.py
src/koru/ide_client.py
src/koru/ide_doctor_cli.py
src/koru/ide_router.py
src/koru/ide_runtime.py
src/koru/init.py
src/koru/init_host_environment.py
src/koru/llm_reflect.py
src/koru/local_manager_client.py
src/koru/local_manager_state.py
src/koru/local_service.py
src/koru/loop.py
src/koru/mcp_provision.py
src/koru/mcp_server.py
src/koru/planfile_queue.py
src/koru/policy.py
src/koru/project_pipeline.py
src/koru/queue_clean.py
src/koru/queue_cli_helpers.py
src/koru/redup_integration.py
src/koru/refactor_planfile_handoff.py
src/koru/run_log.py
src/koru/runtime.py
src/koru/scan.py
src/koru/semcod_tools.py
src/koru/serve.py
src/koru/stdio_events.py
src/koru/tasks.py
src/koru/tools.py
src/koru/topology.py
src/koru/topology_cli.py
src/koru/watch.py
src/koru/wup_testql_compat.py
src/koru.egg-info/PKG-INFO
src/koru.egg-info/SOURCES.txt
src/koru.egg-info/dependency_links.txt
src/koru.egg-info/entry_points.txt
src/koru.egg-info/requires.txt
src/koru.egg-info/top_level.txt
src/koru/api/__init__.py
src/koru/assets/koru-autopilot-vscode/koru-autopilot-0.1.29.vsix
src/koru/assets/koru-autopilot-vscode/koru-autopilot-0.1.30.vsix
src/koru/assets/koru-autopilot-vscode/koru-autopilot-0.1.32.vsix
src/koru/assets/koru-autopilot-vscode/koru-autopilot-0.1.35.vsix
src/koru/assets/koru-autopilot-vscode/koru-autopilot-0.1.36.vsix
src/koru/assets/koru-autopilot-vscode/koru-autopilot-0.1.38.vsix
src/koru/assets/koru-autopilot-vscode/koru-autopilot-0.1.39.vsix
src/koru/assets/koru-autopilot-vscode/koru-autopilot-0.1.40.vsix
src/koru/assets/koru-autopilot-vscode/koru-autopilot-0.1.41.vsix
src/koru/assets/koru-autopilot-vscode/koru-autopilot-0.1.42.vsix
src/koru/assets/koru-autopilot-vscode/koru-autopilot-0.1.43.vsix
src/koru/assets/koru-autopilot-vscode/koru-autopilot-0.1.44.vsix
src/koru/assets/koru-autopilot-vscode/koru-autopilot-0.1.45.vsix
src/koru/assets/koru-autopilot-vscode/koru-autopilot-0.1.46.vsix
src/koru/assets/koru-autopilot-vscode/koru-autopilot-0.1.55.vsix
src/koru/assets/koru-autopilot-vscode/koru-autopilot-0.1.56.vsix
src/koru/assets/koru-autopilot-vscode/koru-autopilot-0.1.57.vsix
src/koru/autonomy/__init__.py
src/koru/autonomy/code2llm_discovery.py
src/koru/autonomy/config.py
src/koru/autonomy/decision_trace.py
src/koru/autonomy/env.py
src/koru/autonomy/environment.py
src/koru/autonomy/heal.py
src/koru/autonomy/ide_work.py
src/koru/autonomy/operator_pipeline.py
src/koru/autonomy/planfile_handoff.py
src/koru/autonomy/post_run_verify.py
src/koru/autonomy/prompts.py
src/koru/autonomy/state.py
src/koru/autonomy/telemetry_snapshot.py
src/koru/autonomy/phases/__init__.py
src/koru/autonomy/phases/queue_phase.py
src/koru/autonomy/phases/scan_phase.py
src/koru/autonomy/phases/utils.py
src/koru/autonomy/phases/verify_phase.py
src/koru/autopilot/__init__.py
src/koru/autopilot/audit.py
src/koru/autopilot/calibrate_cli.py
src/koru/autopilot/cli_command.py
src/koru/autopilot/client.py
src/koru/autopilot/config.py
src/koru/autopilot/daemon.py
src/koru/autopilot/daemon_cli.py
src/koru/autopilot/doctor_cli.py
src/koru/autopilot/host_setup.py
src/koru/autopilot/ide.py
src/koru/autopilot/injector.py
src/koru/autopilot/install_manager.py
src/koru/autopilot/install_plugin_cli.py
src/koru/autopilot/local_manager.py
src/koru/autopilot/os_injector.py
src/koru/autopilot/plugin_installer.py
src/koru/autopilot/protocol.py
src/koru/autopilot/systemd_cli.py
src/koru/autopilot/tail_cli.py
src/koru/autopilot/utils/__init__.py
src/koru/autopilot/utils/client_helpers.py
src/koru/bounded_contexts/__init__.py
src/koru/bounded_contexts/autonomous_checkpoint/__init__.py
src/koru/bounded_contexts/autonomous_checkpoint/application.py
src/koru/bounded_contexts/autonomous_checkpoint/read_model.py
src/koru/bounded_contexts/autonomous_checkpoint/commands/__init__.py
src/koru/bounded_contexts/autonomous_checkpoint/events/__init__.py
src/koru/bounded_contexts/autonomous_checkpoint/queries/__init__.py
src/koru/bounded_contexts/env_config/__init__.py
src/koru/bounded_contexts/env_config/application.py
src/koru/bounded_contexts/env_config/read_model.py
src/koru/bounded_contexts/env_config/commands/__init__.py
src/koru/bounded_contexts/env_config/events/__init__.py
src/koru/bounded_contexts/env_config/queries/__init__.py
src/koru/bounded_contexts/local_manager/__init__.py
src/koru/bounded_contexts/local_manager/application.py
src/koru/bounded_contexts/local_manager/read_model.py
src/koru/bounded_contexts/local_manager/commands/__init__.py
src/koru/bounded_contexts/local_manager/events/__init__.py
src/koru/bounded_contexts/local_manager/queries/__init__.py
src/koru/bounded_contexts/planfile_queue/__init__.py
src/koru/bounded_contexts/planfile_queue/application.py
src/koru/bounded_contexts/planfile_queue/read_model.py
src/koru/bounded_contexts/planfile_queue/commands/__init__.py
src/koru/bounded_contexts/planfile_queue/events/__init__.py
src/koru/bounded_contexts/planfile_queue/queries/__init__.py
src/koru/bounded_contexts/tasks/__init__.py
src/koru/bounded_contexts/tasks/application.py
src/koru/bounded_contexts/tasks/read_model.py
src/koru/bounded_contexts/tasks/commands/__init__.py
src/koru/bounded_contexts/tasks/events/__init__.py
src/koru/bounded_contexts/tasks/queries/__init__.py
src/koru/bounded_contexts/topology/__init__.py
src/koru/bounded_contexts/topology/application.py
src/koru/bounded_contexts/topology/read_model.py
src/koru/bounded_contexts/topology/commands/__init__.py
src/koru/bounded_contexts/topology/events/__init__.py
src/koru/bounded_contexts/topology/queries/__init__.py
src/koru/bounded_contexts/wup/__init__.py
src/koru/bounded_contexts/wup/application.py
src/koru/bounded_contexts/wup/read_model.py
src/koru/bounded_contexts/wup/commands/__init__.py
src/koru/bounded_contexts/wup/events/__init__.py
src/koru/bounded_contexts/wup/queries/__init__.py
src/koru/cli/__init__.py
src/koru/cli/__main__.py
src/koru/cli/commands.py
src/koru/cli/parsers.py
src/koru/cqrs/__init__.py
src/koru/cqrs/domain_event.py
src/koru/cqrs/event_bus.py
src/koru/cqrs/event_log_projection.py
src/koru/cqrs/event_log_query.py
src/koru/cqrs/event_store.py
src/koru/domain/env/__init__.py
src/koru/dsl/__init__.py
src/koru/ide_adapters/__init__.py
src/koru/ide_adapters/base.py
src/koru/ide_adapters/bridge.py
src/koru/ide_adapters/ide_reload.py
src/koru/ide_adapters/registry.py
src/koru/ide_adapters/shared.py
src/koru/ide_adapters/vscode_family.py
src/koru/queue/__init__.py
src/koru/queue/human.py
src/koru/queue/koru_queue_argv.py
src/koru/queue/local_manager.py
src/koru/queue/locking.py
src/koru/queue/loop.py
src/koru/queue/planfile_ticket_note.py
src/koru/queue/runner.py
src/koru/queue/runners.py
src/koru/queue/shell_evidence.py
src/koru/queue/ticket.py
src/koru/queue/types.py
src/koru/remote/__init__.py
src/koru/remote/client.py
src/koru/scripts/koru-autoloop.sh
src/koru/utils/__init__.py
src/koru/utils/subprocess_runner.py
src/koru/wizard/__init__.py
src/koru/wizard/cli.py
src/koru/wizard/cli_main.py
src/koru/wizard/ide.py
src/koru/wizard/ide_install.py
src/koru/wizard/llx.py
src/koru/wizard/orchestrator.py
src/koru/wizard/project.py
src/koru/wizard/prompters.py
src/koru/wizard/strategies.json
src/koru/wizard/templates.py
src/koru/wizard/tree.py
src/koru/wizard/gui/__init__.py
src/koru/wizard/gui/app.py
src/koru/wizard/gui/server.py
src/koru/wizard/gui/session.py
src/koru/wizard/gui/static/wizard.css
src/koru/wizard/gui/static/wizard.js
src/koru/wizard/gui/templates/wizard.html
src/koru/wizard/templates/cli-tool.json
src/koru/wizard/templates/library.json
src/koru/wizard/templates/ml-research.json
src/koru/wizard/templates/registry.json
src/koru/wizard/templates/web-app.json
src/koruapi/__init__.py
src/koruapi/cli.py
src/koruapi/dashboard.py
src/koruapi/dashboard_config.py
src/koruapi/dashboard_context.py
src/koruapi/dashboard_http.py
src/koruapi/dashboard_plugin_logs.py
src/koruapi/dashboard_projects.py
src/koruapi/dashboard_routes.py
src/koruapi/dashboard_runtime.py
src/koruapi/dashboard_serve.py
src/koruapi/dashboard_serve_utils.py
src/koruapi/dashboard_state.py
src/koruapi/dashboard_template.html
src/koruapi/dashboard_tickets.py
src/koruapi/dashboard_topology.py
src/koruapi/integrations.py
src/koruapi/invoke.py
src/koruapi/invoke_handlers.py
src/koruapi/local.py
src/koruapi/mcp.py
src/koruapi/mcp_server.py
src/koruapi/openapi.py
src/koruapi/runtime_insights.py
src/koruapi/server.py
src/koruapi/topology_post.py
src/korudsl/__init__.py
src/korudsl/cli.py
src/korudsl/library.py
src/korudsl/transform.py
src/koruide/__init__.py
src/koruide/audit.py
src/koruide/chat_history.py
src/koruide/client.py
src/koruide/config.py
src/koruide/daemon_storage.py
src/koruide/drive_orchestrator.py
src/koruide/host_setup.py
src/koruide/ide.py
src/koruide/ide_control.py
src/koruide/injector.py
src/koruide/injector_backends.py
src/koruide/injector_errors.py
src/koruide/os_injector.py
src/koruide/plugin_installer.py
src/koruide/plugin_router.py
src/koruide/plugin_version.py
src/koruide/ports.py
src/koruide/protocol.py
src/koruide/socket.py
src/koruide/utils.py
src/koruide/daemon/__init__.py
src/koruide/daemon/handlers.py
src/koruide/daemon/protocol.py
src/koruide/daemon/server.py
src/koruide/daemon/storage.py
src/koruide/ides/__init__.py
src/koruide/ides/antigravity.py
src/koruide/ides/base.py
src/koruide/ides/cursor.py
src/koruide/ides/fallback.py
src/koruide/ides/jetbrains.py
src/koruide/ides/registry.py
src/koruide/ides/vscode.py
src/koruide/ides/vscodium.py
src/koruide/ides/windsurf.py
src/koruide/ides/zed.py
src/korumesh/__init__.py
src/korumesh/browser_capture.py
src/korumesh/cli.py
src/korumesh/cli_commands.py
src/korumesh/cli_parser.py
src/korumesh/codec.py
src/korumesh/dashboard.py
src/korumesh/dashboard_parse.py
src/korumesh/envelope.py
src/korumesh/grid_template.html
src/korumesh/keys.py
src/korumesh/store.py
src/korumesh/store_persistence.py
src/korumesh/transport.py
src/koruobserve/__init__.py
src/koruobserve/bootstrap.py
src/koruobserve/cli.py
src/koruobserve/cli_parser.py
src/koruobserve/diagnostics.py
src/koruobserve/lifecycle.py
src/koruobserve/paths.py
src/koruobserve/providers_cli.py
src/koruvision/__init__.py
src/koruvision/agent.py
src/koruvision/capture.py
src/koruvision/capture_mss.py
src/koruvision/capture_probe.py
src/koruvision/cli.py
src/koruvision/cli_parser.py
src/koruvision/mesh.py
src/koruvision/portal_capture.py
src/koruvision/scaling.py
src/koruvision/providers/__init__.py
src/koruvision/providers/base.py
src/koruvision/providers/browser_getdisplay.py
src/koruvision/providers/cli_tools.py
src/koruvision/providers/detector.py
src/koruvision/providers/env.py
src/koruvision/providers/grim.py
src/koruvision/providers/mss.py
src/koruvision/providers/obs_websocket.py
src/koruvision/providers/portal_screencast.py
src/koruvision/providers/portal_screenshot.py
src/koruvision/providers/registry.py
src/koruvision/providers/screencast_session.py
tests/test_activity_log.py
tests/test_agent_backend_runtime.py
tests/test_agent_backends.py
tests/test_agent_backends_cli.py
tests/test_agent_cli.py
tests/test_agents.py
tests/test_autoloop_cli.py
tests/test_autonomous.py
tests/test_autonomous_diag_markers.py
tests/test_autonomous_diagnostics.py
tests/test_autonomous_loop_runner.py
tests/test_autonomous_onboarding.py
tests/test_autonomous_operator_unsupported_ide.py
tests/test_autonomous_parser_detection.py
tests/test_autonomous_process_detection.py
tests/test_autonomous_redrive_cooldown.py
tests/test_autonomous_runtime.py
tests/test_autonomous_scenarios.py
tests/test_autonomous_startup.py
tests/test_autonomy_config.py
tests/test_autonomy_env.py
tests/test_autonomy_environment.py
tests/test_autonomy_prompts.py
tests/test_autopilot_audit.py
tests/test_autopilot_cli.py
tests/test_autopilot_client_drive_errors.py
tests/test_autopilot_config.py
tests/test_autopilot_daemon.py
tests/test_autopilot_host_setup.py
tests/test_autopilot_ide.py
tests/test_autopilot_injector.py
tests/test_autopilot_jetbrains_scaffold.py
tests/test_autopilot_os_injector.py
tests/test_autopilot_plugin_installer.py
tests/test_autopilot_protocol.py
tests/test_autopilot_socket_path.py
tests/test_bootstrap.py
tests/test_capture_host_template.py
tests/test_chat_history.py
tests/test_cli.py
tests/test_code2llm_discovery.py
tests/test_configurator.py
tests/test_configurator_toggle.py
tests/test_context.py
tests/test_cqrs_autonomous_checkpoint_context.py
tests/test_cqrs_env_config_context.py
tests/test_cqrs_local_manager_context.py
tests/test_cqrs_planfile_queue_context.py
tests/test_cqrs_primitives.py
tests/test_cqrs_tasks_context.py
tests/test_cqrs_topology_context.py
tests/test_cqrs_wup_context.py
tests/test_dashboard_projects_by_ide.py
tests/test_dashboard_topology_post.py
tests/test_decision_trace.py
tests/test_dev_sync.py
tests/test_docker_capture.py
tests/test_docker_e2e.py
tests/test_docker_ide_matrix.py
tests/test_docker_ide_matrix_config.py
tests/test_docs_ide_control_surfaces.py
tests/test_doctor.py
tests/test_doctor_facade.py
tests/test_doctor_koru_auto_probe.py
tests/test_dotenv_loader.py
tests/test_drive_orchestrator.py
tests/test_e2e.py
tests/test_env_config.py
tests/test_events.py
tests/test_gate.py
tests/test_gc.py
tests/test_gc_cli_helpers.py
tests/test_git_attribution.py
tests/test_git_cli.py
tests/test_ide_adapters.py
tests/test_ide_client.py
tests/test_ide_client_contract.py
tests/test_ide_doctor_cli.py
tests/test_ide_reload.py
tests/test_ide_router.py
tests/test_ide_runtime.py
tests/test_ide_work.py
tests/test_init.py
tests/test_install_manager.py
tests/test_koru_gate_capture.py
tests/test_koru_queue_argv.py
tests/test_koruapi.py
tests/test_koruapi_transports.py
tests/test_korudsl.py
tests/test_koruide_bridges.py
tests/test_koruide_client.py
tests/test_koruide_ports.py
tests/test_korumesh_envelope.py
tests/test_korumesh_store.py
tests/test_korumesh_transport.py
tests/test_koruobserve_diagnostics.py
tests/test_koruobserve_lifecycle.py
tests/test_koruvision_agent.py
tests/test_koruvision_capture.py
tests/test_koruvision_mesh.py
tests/test_llm_reflect.py
tests/test_local_service.py
tests/test_loop.py
tests/test_mcp_provision.py
tests/test_mcp_server.py
tests/test_observation_mesh_e2e.py
tests/test_observe_providers_cli.py
tests/test_operator_pipeline.py
tests/test_planfile_queue.py
tests/test_plugin_router.py
tests/test_policy.py
tests/test_post_run_verify.py
tests/test_provider_browser_upload.py
tests/test_provider_obs.py
tests/test_provider_portal_screencast.py
tests/test_pyproject_metadata.py
tests/test_queue_clean.py
tests/test_queue_cli_helpers.py
tests/test_redup_integration.py
tests/test_refactor_planfile_handoff.py
tests/test_regix_taskfile.py
tests/test_remote_control.py
tests/test_run_log.py
tests/test_runtime.py
tests/test_runtime_insights.py
tests/test_scan.py
tests/test_screencast_session.py
tests/test_semcod_tools.py
tests/test_serve.py
tests/test_shell_evidence.py
tests/test_stdio_autonomous_jsonl.py
tests/test_tasks.py
tests/test_tools.py
tests/test_topology.py
tests/test_topology_cli.py
tests/test_vision_interval_floor.py
tests/test_vision_provider_mime.py
tests/test_watch.py
tests/test_wizard_cli.py
tests/test_wizard_env_e2e.py
tests/test_wizard_gui.py
tests/test_wizard_ide.py
tests/test_wizard_ide_extras.py
tests/test_wizard_llx.py
tests/test_wizard_project.py
tests/test_wizard_templates.py
tests/test_wizard_tree.py
tests/test_wup_taskfile.py