tasks: branch new worktrees off agentydragon instead of master

This commit is contained in:
Rai (Michael Pokorny)
2025-06-24 13:39:21 -07:00
parent 5c62d7d42c
commit 84a4e64bf1
2 changed files with 4 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ Tasks live under `agentydragon/tasks/` as individual Markdown files. Please upda
- ```
-
- Without `--agent`, this creates or reuses a worktree at
- `agentydragon/tasks/.worktrees/<task-id>-<task-slug>` off the `master` branch.
- `agentydragon/tasks/.worktrees/<task-id>-<task-slug>` off the `agentydragon` branch.
- With `--agent`, after setup it launches a Codex agent in that workspace,
- preloaded to work on the specified task from its Markdown file.