## §OIP SYSTEM ARTICLE — Builder agents (7 operations)
A generated article for one OIP shelf. It lists every operation in this API/CLI/MCP/device/model/core subsystem, links each leaf article, and gives the ledger path for proof.

### Read Order
- scan operations
- open a leaf doc
- run via run_now or POST /api/dispatch
- open receipt
- repair/replay if needed

### Operations
- **BUILDER_ADD** — append a row to builder_queue. status defaults to "idea", priority to 5.
  when: Cyrus says "I want to build X" or "track X" or anything that should become work.
  args: title|body|priority(1-9, default 5).
  doc: https://miscsubjects.com/api/dispatch?key=BUILDER_ADD&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=BUILDER_ADD&body=%3Ctitle%3E%7C%3Cbody%3E%7C%3Cpriority%3E&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=BUILDER_ADD
- **BUILDER_LIST** — return the current builder queue as JSON, sorted by priority. ARGS: optional status filter (idea|queued|in_pro
  when: "what am I building", "show me the queue", "what's next".
  args: status (optional, default = exclude done+wont).
  doc: https://miscsubjects.com/api/dispatch?key=BUILDER_LIST&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=BUILDER_LIST&body=%3Cstatus%3E&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=BUILDER_LIST
- **BUILDER_NEXT** — pick the single highest-priority queued item.
  when: "what should I work on", "give me the next thing".
  args: (none).
  doc: https://miscsubjects.com/api/dispatch?key=BUILDER_NEXT&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=BUILDER_NEXT&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=BUILDER_NEXT
- **BUILDER_PATCH** — update one row's status/priority/title/body/blocker/proof. ARGS: id|field|value.
  when: refine an item, move it to in_progress, mark blocker, etc.
  doc: https://miscsubjects.com/api/dispatch?key=BUILDER_PATCH&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=BUILDER_PATCH&body=%3Carg1%3E%7C%3Carg2%3E%7C%3Carg3%3E&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=BUILDER_PATCH
- **BUILDER_DONE** — mark id done + record proof (link/exhibit). ARGS: id|proof.
  when: shipped; record what proves it shipped.
  doc: https://miscsubjects.com/api/dispatch?key=BUILDER_DONE&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=BUILDER_DONE&body=%3Carg1%3E%7C%3Carg2%3E&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=BUILDER_DONE
- **BUILDER_DELETE** — delete a row from builder_queue. ARGS: id.
  doc: https://miscsubjects.com/api/dispatch?key=BUILDER_DELETE&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=BUILDER_DELETE&body=%3Carg1%3E&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=BUILDER_DELETE
- **BUILDER** — 
  doc: https://miscsubjects.com/api/dispatch?key=BUILDER&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=BUILDER&body=%3Cyour%20request%20in%20plain%20words%3E&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=BUILDER

### Troubleshooting
- If a row's example has placeholders, replace only the placeholder values and preserve separators.
- If a call fails, open its receipt and repair it with POST /api/dispatch {key, body, repairs:'inv_ID'}.
- If token scope denies this system, ask the owner for a row:/rows:/pfx: token scoped to the exact operation set.

Back to the tree: https://miscsubjects.com/api/dispatch?map=1&format=markdown