pilot-workers 0.5.0__tar.gz → 0.5.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pilot_workers-0.5.0/src/pilot_workers.egg-info → pilot_workers-0.5.1}/PKG-INFO +1 -1
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/pyproject.toml +1 -1
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/integrations/claude-host/skills/pilot-workers/SKILL.md +1 -1
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/integrations/codex-host/skills/pilot-workers/SKILL.md +1 -1
- {pilot_workers-0.5.0 → pilot_workers-0.5.1/src/pilot_workers.egg-info}/PKG-INFO +1 -1
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/LICENSE +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/README.md +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/setup.cfg +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/__init__.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/__main__.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/cli/__init__.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/cli/dispatch.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/cli/fanout.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/cli/install.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/cli/main.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/cli/run.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/cli/status.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/credentials.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/data/permissions/README.md +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/data/permissions/relaxed.yaml +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/data/permissions/strict.yaml +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/data/providers/README.md +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/data/providers/ds.yaml +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/data/providers/glm.yaml +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/data/providers/kimi-k3.yaml +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/data/templates/code.md +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/data/templates/explore.md +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/data/templates/review.md +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/data/templates/test.md +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/fmt_events.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/integrations/README.md +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/maintain.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/policy.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/prompts/code.md +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/prompts/common.md +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/prompts/explore.md +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/prompts/review.md +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/prompts/test.md +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/providers.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/runners/__init__.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/runners/base.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/runners/opencode_runner.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/runtime.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers/scripts/install_runtime.sh +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers.egg-info/SOURCES.txt +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers.egg-info/dependency_links.txt +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers.egg-info/entry_points.txt +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers.egg-info/requires.txt +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/src/pilot_workers.egg-info/top_level.txt +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/tests/test_cli_main.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/tests/test_credentials.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/tests/test_dispatch.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/tests/test_fanout.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/tests/test_fanout_watchdog.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/tests/test_install.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/tests/test_integrations.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/tests/test_maintain.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/tests/test_opencode_runner.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/tests/test_policy.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/tests/test_providers.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/tests/test_render_unified.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/tests/test_result_extract.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/tests/test_run_cli.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/tests/test_runner_cache.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/tests/test_runtime.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/tests/test_sandbox.py +0 -0
- {pilot_workers-0.5.0 → pilot_workers-0.5.1}/tests/test_status.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pilot-workers
|
|
3
|
-
description: Dispatch bounded tasks (code, explore, test, review, resume) to isolated LLM workers via the pilot-workers CLI and harvest their structured verdicts. Use whenever a task is worth delegating — bulk mechanical edits, codebase exploration, long test runs, multi-axis code review — so the main session keeps its context for planning and verification. Not for small tweaks, tasks needing mid-course judgment, or anything touching credentials/CI/production.
|
|
3
|
+
description: Dispatch bounded tasks (code, explore, test, review, resume) to isolated LLM workers via the pilot-workers CLI and harvest their structured verdicts. Use whenever a task is worth delegating — bulk mechanical edits, codebase exploration, long test runs, multi-axis code review — so the main session keeps its context for planning and verification. Not for small tweaks, tasks needing mid-course judgment, or anything touching credentials/CI/production. Trigger when the user names a worker provider — glm, kimi/kimi-k3/k3, deepseek/ds.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# pilot-workers Playbook
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pilot-workers
|
|
3
|
-
description: Plan with Codex, then run bounded tasks (code, explore, test, review, resume) through isolated LLM workers via the pilot-workers CLI and verify their structured verdicts. Invoke explicitly as `$pilot-workers [code|explore|test|review|resume] [task]`. Use whenever the user asks to delegate coding, investigation, testing, review, or session continuation to a worker model
|
|
3
|
+
description: Plan with Codex, then run bounded tasks (code, explore, test, review, resume) through isolated LLM workers via the pilot-workers CLI and verify their structured verdicts. Invoke explicitly as `$pilot-workers [code|explore|test|review|resume] [task]`. Use whenever the user asks to delegate coding, investigation, testing, review, or session continuation to a worker model — glm, kimi/kimi-k3/k3, deepseek/ds. Not for small tweaks, mid-course judgment calls, or credentials/CI/production changes.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# pilot-workers Playbook
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|