LICENSE
MANIFEST.in
README.md
pyproject.toml
schemas/koru-stdio-event.schema.json
src/koru/__init__.py
src/koru/__main__.py
src/koru/agent_backend_runtime.py
src/koru/agent_backends.py
src/koru/agents.py
src/koru/autonomous.py
src/koru/autonomous_cycle.py
src/koru/autonomous_diagnostics.py
src/koru/autonomous_env.py
src/koru/autonomous_parser.py
src/koru/autonomous_process_guard.py
src/koru/autonomous_startup.py
src/koru/autonomous_wup.py
src/koru/bootstrap.py
src/koru/cli.py
src/koru/context.py
src/koru/doctor.py
src/koru/dotenv_loader.py
src/koru/events.py
src/koru/gate.py
src/koru/gc.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_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/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/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/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/prompts.py
src/koru/autonomy/telemetry_snapshot.py
src/koru/autopilot/__init__.py
src/koru/autopilot/audit.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/host_setup.py
src/koru/autopilot/ide.py
src/koru/autopilot/injector.py
src/koru/autopilot/os_injector.py
src/koru/autopilot/plugin_installer.py
src/koru/autopilot/protocol.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/queue/__init__.py
src/koru/queue/human.py
src/koru/queue/koru_queue_argv.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/utils/__init__.py
src/koru/utils/subprocess_runner.py
src/koruide/__init__.py
src/koruide/audit.py
src/koruide/client.py
src/koruide/config.py
src/koruide/daemon.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/protocol.py
src/koruide/socket.py
src/koruide/utils.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_autonomous.py
tests/test_autonomous_process_detection.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_docker_e2e.py
tests/test_docs_ide_control_surfaces.py
tests/test_doctor.py
tests/test_dotenv_loader.py
tests/test_e2e.py
tests/test_events.py
tests/test_gate.py
tests/test_gc.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_koru_gate_capture.py
tests/test_koru_queue_argv.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_planfile_queue.py
tests/test_policy.py
tests/test_queue_clean.py
tests/test_refactor_planfile_handoff.py
tests/test_regix_taskfile.py
tests/test_run_log.py
tests/test_runtime.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_watch.py
tests/test_wup_taskfile.py