OIP system: WORK
WORK
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.
This page is the operating article for one build subsystem. It is generated from live directory rows. If a task belongs to this subsystem, scan the operations below, open the matching capability article, run only the exact object named there, and verify by receipt.
Kind: core. Capabilities: 2. Machine system map: /api/dispatch?map=WORK&format=markdown. Root: /a/oip.
Operations
WORK_FEED
The shared work thread. THE FIRST THING ANY MODEL OR TOKEN-HOLDER READS. Aggregates the top priority, open tasks, open GitHub issues, the lead pipeline, and the recent model thread into one ranked view. Use when: at the start of ANY session, or when asked 'what should I work on', 'what is the state', 'catch me up', 'where are we'. Arguments: $1 = how many recent thread entries (default 15).. Human article: /a/oip-capability-work-feed. Machine doc: ?key=WORK_FEED&format=markdown. Invocation history: /api/invocations?object_id=WORK_FEED.
WORK_APPEND
Append one entry to the shared append-only work thread. This is how every model records what it did, proposed, or audited so the next model continues from it (fixes short model memory). Use when: after you do, propose, or audit anything. Always append. Arguments: $1 = your model/agent name, $2 = kind (note|edit|proposal|audit|question|done), $3 = your entry. Prefix body with 'ref:task:12' or 'ref:lead:49' or 'ref:gh:7' to link it.. Human article: /a/oip-capability-work-append. Machine doc: ?key=WORK_APPEND&format=markdown. Invocation history: /api/invocations?object_id=WORK_APPEND.