Skip to content

Commit 7d22abc

Browse files
committed
docs: clarify primkit agent examples
1 parent 1532a26 commit 7d22abc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Or download pre-built binaries from [the latest release](https://github.com/prop
8383
Task management for agents and the humans they work with. Tasks have an explicit lifecycle (`open``done` | `killed`), belong to lists, carry freeform labels, and support per-agent seen-tracking. Structural task-to-task dependencies enable dependency graphs with cycle detection and frontier queries ("what can I work on next?").
8484

8585
```bash
86-
# Create a task
86+
# Create a task (source = who created it, typically an agent name)
8787
taskprim add "Deploy v2 to staging" --list ops --label deploy --source johanna
8888

8989
# List open tasks
@@ -158,7 +158,7 @@ Persistent work queues for multi-agent pipelines. Jobs have priority, retries, a
158158
# Enqueue a job (auto-creates ~/.queueprim/default.db)
159159
queueprim enqueue infra/fixes '{"host":"web-01","issue":"disk_full"}'
160160

161-
# Worker atomically claims the next job
161+
# Worker atomically claims the next job (worker = agent identity)
162162
queueprim dequeue infra/fixes --worker johanna
163163

164164
# Mark it done with output

0 commit comments

Comments
 (0)