From 450722b3df163b67ce551e1639f4d04055024171 Mon Sep 17 00:00:00 2001 From: Godopu Date: Sun, 21 Jun 2026 10:45:26 +0000 Subject: [PATCH] docs(security): correct example metadata in job-protocol.md to refer to hmac_sig --- skills/tmux-agent-orchestrate-delegate-job/job-protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/tmux-agent-orchestrate-delegate-job/job-protocol.md b/skills/tmux-agent-orchestrate-delegate-job/job-protocol.md index 26495d2..64b37da 100644 --- a/skills/tmux-agent-orchestrate-delegate-job/job-protocol.md +++ b/skills/tmux-agent-orchestrate-delegate-job/job-protocol.md @@ -47,7 +47,7 @@ Reference implementation: [`./scripts/publish_event.py`](./scripts/publish_event | `job_id` | Subscriber drops any event whose `job_id` it did not subscribe for. | | `timestamp` | Publisher host clock, **advisory only**. The delegator's timeout is measured from *receive* time, not this field. | | `detail` | Generalised text only. **No absolute paths, keys, or tokens.** | -| `data` | Optional metadata. Production may add `auth_token`, `build_id`, etc. | +| `data` | Optional metadata. Production may add `hmac_sig`, `build_id`, etc. | ---