From c7e6476606a53c4ab33359a16e4749d7e4bc93bc Mon Sep 17 00:00:00 2001 From: Marcus <86715671+MarcusNeufeldt@users.noreply.github.com> Date: Thu, 6 Aug 2026 09:14:16 +0200 Subject: [PATCH] docs(skill): handle first-run trust prompt after agent start --- skills/herdr/SKILL.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/skills/herdr/SKILL.md b/skills/herdr/SKILL.md index fafea549c0..87996268a1 100644 --- a/skills/herdr/SKILL.md +++ b/skills/herdr/SKILL.md @@ -119,6 +119,16 @@ herdr agent start reviewer --kind codex --pane -- --source recent-unwrapped --lines 60 +herdr agent send-keys enter +``` + +Answer "Yes, continue" for the directory trust check only when the user has asked for work in that directory; otherwise stop and ask. After answering a first-run prompt, confirm the agent is idle before sending work. + + Submit work through the agent surface: ```bash