Operation detail

Back to operation catalog

work.event.append

Appends a durable same-node work event and stores an invocation trace.

FieldValue
Classlocal_transition
Ownersidecatd.work
Input schemasidecat.work_log_append_request.v0
Output schemasidecat.work_log_append_response.v0

Input template

{
  "actor_ref": "agent:codex",
  "created_at": "2026-07-05T00:05:00Z",
  "detail": "Optional longer evidence or technical detail.",
  "kind": "checkpoint",
  "log_id": "work_log:local:example:2",
  "payload": {
    "next": "continue with the next verified step"
  },
  "payload_schema": "sidecat.template_payload.v0",
  "source_ref": "sidecat:template:work.event.append",
  "summary": "Checkpoint summary for the work thread.",
  "thread_id": "work_thread:local:example"
}