mirror of
https://github.com/openai/codex.git
synced 2026-05-02 12:21:26 +03:00
docs(agentydragon): add worktree helper script and branch convention to README
This commit is contained in:
@@ -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 task’s **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.*
|
||||
Reference in New Issue
Block a user