LICENSE
README.md
pyproject.toml
src/pilot_workers/__init__.py
src/pilot_workers/__main__.py
src/pilot_workers/credentials.py
src/pilot_workers/fmt_events.py
src/pilot_workers/maintain.py
src/pilot_workers/policy.py
src/pilot_workers/providers.py
src/pilot_workers/runtime.py
src/pilot_workers/taskguard.py
src/pilot_workers.egg-info/PKG-INFO
src/pilot_workers.egg-info/SOURCES.txt
src/pilot_workers.egg-info/dependency_links.txt
src/pilot_workers.egg-info/entry_points.txt
src/pilot_workers.egg-info/requires.txt
src/pilot_workers.egg-info/top_level.txt
src/pilot_workers/cli/__init__.py
src/pilot_workers/cli/dispatch.py
src/pilot_workers/cli/fanout.py
src/pilot_workers/cli/install.py
src/pilot_workers/cli/main.py
src/pilot_workers/cli/run.py
src/pilot_workers/cli/status.py
src/pilot_workers/data/permissions/README.md
src/pilot_workers/data/permissions/relaxed.yaml
src/pilot_workers/data/permissions/strict.yaml
src/pilot_workers/data/providers/README.md
src/pilot_workers/data/providers/ds.yaml
src/pilot_workers/data/providers/glm.yaml
src/pilot_workers/data/providers/kimi-k3.yaml
src/pilot_workers/data/templates/code.md
src/pilot_workers/data/templates/explore.md
src/pilot_workers/data/templates/review.md
src/pilot_workers/data/templates/test.md
src/pilot_workers/integrations/README.md
src/pilot_workers/integrations/claude-host/skills/pilot-workers/SKILL.md
src/pilot_workers/integrations/codex-host/skills/pilot-workers/SKILL.md
src/pilot_workers/prompts/code.md
src/pilot_workers/prompts/common.md
src/pilot_workers/prompts/explore.md
src/pilot_workers/prompts/review.md
src/pilot_workers/prompts/test.md
src/pilot_workers/runners/__init__.py
src/pilot_workers/runners/base.py
src/pilot_workers/runners/opencode_runner.py
src/pilot_workers/scripts/install_runtime.sh
tests/test_child_env_hygiene.py
tests/test_cli_main.py
tests/test_credentials.py
tests/test_dispatch.py
tests/test_fanout.py
tests/test_fanout_watchdog.py
tests/test_fmt_events.py
tests/test_global_key.py
tests/test_install.py
tests/test_integrations.py
tests/test_isolation_guard.py
tests/test_lock_takeover.py
tests/test_maintain.py
tests/test_manifest_locking.py
tests/test_opencode_runner.py
tests/test_policy.py
tests/test_preflight.py
tests/test_providers.py
tests/test_render_unified.py
tests/test_result_extract.py
tests/test_run_cli.py
tests/test_runner_cache.py
tests/test_runner_seams.py
tests/test_runtime.py
tests/test_sandbox.py
tests/test_self_description.py
tests/test_skill_generation.py
tests/test_status.py
tests/test_status_config.py
tests/test_task_guards.py
tests/test_version_cache.py
tests/test_worker_prompts.py