docs(agentydragon): add worktree helper script and branch convention to README

This commit is contained in:
Rai (Michael Pokorny)
2025-06-24 12:58:46 -07:00
parent 481a76458f
commit a36ab4797c
2 changed files with 48 additions and 0 deletions

View File

@@ -22,6 +22,13 @@ This file documents the changes introduced on the `agentydragon` branch
Tasks live under `agentydragon/tasks/` as individual Markdown files. Please update each tasks **Status** and **Implementation** sections in place rather than maintaining a static list here.
### Branch & Worktree Workflow
- **Branch convention**: work on each task in its own branch named `agentydragon/<task-id>-<task-slug>`.
- **Worktree helper**: run `create-task-worktree.sh <task-id>-<task-slug>`
in `agentydragon/tasks/` to create or reuse a worktree at
`agentydragon/tasks/.worktrees/<task-id>-<task-slug>` off the `master` branch.
---
*This README was autogenerated to summarize changes on the `agentydragon` branch.*