From 743e0828576e04208b3d0e1a67ad9c8fa6d2ef2b Mon Sep 17 00:00:00 2001 From: Jurie Smit Date: Sun, 10 May 2026 13:06:01 +0200 Subject: [PATCH] docs: emphasize baton task coordination --- CLAUDE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..6f60524 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,11 @@ +# CLAUDE.md + +This file provides guidance to Claude Code when working in this repository. + +## Project + +**retort-plugins** - see README.md and repo-local files for project-specific setup and commands. + +## Baton Integration + +Baton is the shared task graph for cross-repo work. When the `baton` MCP server is available, agents should check for existing work with `task_check` at the start of meaningful tasks, create or claim visible work with `task_notify`/`log_agent_message`, update the task when significant new information becomes available, and log completion or blockers before handing off. \ No newline at end of file