mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
docs(kanban): port attachment guidance into KANBAN_GUIDANCE
PR #36019 documented the attachment tools in the kanban-worker skill, but main removed that skill in #50473 and folded its content into the KANBAN_GUIDANCE prompt block. Land the same guidance there instead so every dispatcher-spawned worker sees it.
This commit is contained in:
parent
6cc4691c86
commit
b5bd0ef38b
1 changed files with 4 additions and 0 deletions
|
|
@ -257,6 +257,10 @@ KANBAN_GUIDANCE = (
|
|||
"- **Deliverables.** Files a human wants go in "
|
||||
"`kanban_complete(artifacts=[<absolute paths>])` (top-level param; paths in "
|
||||
"`metadata` are NOT uploaded). Files must exist at completion.\n"
|
||||
"- **Attachments.** Attach real downloadable artifacts instead of pasting "
|
||||
"links in comments: `kanban_attach` (base64) or `kanban_attach_url` "
|
||||
"(server-side public http(s) fetch); 25 MB cap, `kanban_attachments` "
|
||||
"lists them. Workers may only attach to their own task.\n"
|
||||
"- **Created cards.** List ids in `kanban_complete(created_cards=[...])` "
|
||||
"ONLY when captured from a successful `kanban_create` return — never invent "
|
||||
"or paste ids; the kernel rejects the completion on any phantom id.\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue