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_config.py
src/koru/autonomous_cycle_gate.py
src/koru/autonomous_daemon.py
src/koru/autonomous_diagnostics.py
src/koru/autonomous_env.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_runtime.py
src/koru/autonomous_startup.py
src/koru/autonomous_wup.py
src/koru/bootstrap.py
src/koru/cli.py
src/koru/cli_doctor.py
src/koru/cli_gate.py
src/koru/cli_gc.py
src/koru/cli_init.py
src/koru/cli_queue.py
src/koru/cli_scan.py
src/koru/cli_topology.py
src/koru/cli_watch.py
src/koru/context.py
src/koru/context_render.py
src/koru/dev_sync.py
src/koru/doctor.py
src/koru/dotenv_loader.py
src/koru/events.py
src/koru/gate.py
src/koru/gc.py
src/koru/gc_cli_helpers.py
src/koru/ide_client.py
src/koru/ide_router.py
src/koru/ide_runtime.py
src/koru/init.py
src/koru/init_host_environment.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/autonomy/__init__.py
src/koru/autonomy/config.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/post_run_verify.py
src/koru/autonomy/prompts.py
src/koru/autonomy/telemetry_snapshot.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/cli/__init__.py
src/koru/cli/__main__.py
src/koru/cli/commands.py
src/koru/cli/parsers.py
src/koru/dsl/__init__.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/scripts/koru-autoloop.sh
src/koru/utils/__init__.py
src/koru/utils/subprocess_runner.py
src/koruapi/__init__.py
src/koruapi/cli.py
src/koruapi/dashboard.py
src/koruapi/dashboard_serve.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/client.py
src/koruide/config.py
src/koruide/daemon.py
src/koruide/drive_orchestrator.py
src/koruide/host_setup.py
src/koruide/ide.py
src/koruide/injector.py
src/koruide/os_injector.py
src/koruide/plugin_installer.py
src/koruide/plugin_router.py
src/koruide/plugin_version.py
src/koruide/protocol.py
src/koruide/socket.py
src/koruide/utils.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_diagnostics.py
tests/test_autonomous_parser_detection.py
tests/test_autonomous_process_detection.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_cli.py
tests/test_context.py
tests/test_dashboard_topology_post.py
tests/test_dev_sync.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_dotenv_loader.py
tests/test_drive_orchestrator.py
tests/test_e2e.py
tests/test_events.py
tests/test_gate.py
tests/test_gc.py
tests/test_gc_cli_helpers.py
tests/test_ide_client.py
tests/test_ide_client_contract.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_local_service.py
tests/test_loop.py
tests/test_mcp_provision.py
tests/test_mcp_server.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_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_run_log.py
tests/test_runtime.py
tests/test_runtime_insights.py
tests/test_scan.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_watch.py
tests/test_wup_taskfile.py