Loading...
Loading...
Compact CLI reference for chat workers — dispatch, monitor, secrets, workers, automations.
npx skill4agent add fellowship-dev/dogfooded-skills pylot-cliCONV_ID=$(ls ~/.claude/session-env/ | head -1)
pylot dispatch "<task>" --agent <team>.<role> --repo <org/repo> --context "conversation_id=$CONV_ID"--context conversation_id=…pylot missions list # recent missions
pylot missions view <job-id> # full detail
pylot missions logs <job-id> --follow # tail CloudWatch logsdonefailedcancelledtimeoutpylot secrets tree # full secrets tree
pylot secrets get <path> # bundle keys + fingerprints (no values)pylot conversations resources-add <conv-id> type=secret ref=pylot/<path>pylot workers spawn --conversation <conv-id> # returns worker_id
pylot workers prompt <wid> "<text>" # send prompt (returns turn_seq)
pylot workers view <wid> # status + metadata
pylot workers stop <wid> # terminatepylot-workerspylot automations list # inventory with run stats
pylot automations get <name> # single rule detailonly_reposskip_repos--context conversation_id=…pylot conversations wakes-add <conv-id> in_seconds=300 content="check X"| Do locally | Dispatch |
|---|---|
| Answer questions, check status, query API | Code changes, PRs, reviews |
| Read logs, explain code | Docker builds, deploys |
| Quick lookups (< 2 min) | Test suites, anything > 10 min |