diff --git a/skills/creating-tasks-through-lunatask/references/handoff.md b/skills/creating-tasks-through-lunatask/references/handoff.md index b627c99b9a68356bfc9a8404ffced26654e87c97..533ac49618f22ab5917faded43290b73b5f2ffc5 100644 --- a/skills/creating-tasks-through-lunatask/references/handoff.md +++ b/skills/creating-tasks-through-lunatask/references/handoff.md @@ -71,9 +71,10 @@ Actively gather relevant URLs, file paths, and external resources from the conve References: - https://github.com/coder/acp-go-sdk/blob/main/agent.go (Agent interface to implement) -- ./1302.diff (old PR; useful patterns but avoid its duplication of setup logic) +- /home/amolith/repos/personal/charm/crush/acp/1302.diff (old PR; useful patterns but avoid its duplication of setup logic) +- /home/amolith/repos/misc/acp-go-sdk (Agent Client Protocol SDK for Go, what we're relying on for ACP server functionality) - charmbracelet/crush/commit/8a3f2d1 (added AgentCoordinator pattern—reuse, don't duplicate) - `lune task add --help` (current flag behavior to preserve) ``` -Prefer web links; fall back to paths, `organisation/project/type/id` format, or commands to run. +Prefer absolute paths to local clones; fall back to web links, `organisation/project/type/id` format, or commands to run.