mirror of
https://github.com/openai/codex.git
synced 2026-04-30 19:32:04 +03:00
9 lines
385 B
Markdown
9 lines
385 B
Markdown
# manager_utils
|
|
|
|
This directory contains utility scripts to support the Project Manager agent.
|
|
Scripts here should automate common manager tasks (e.g. scanning branches for status,
|
|
checking for merge conflicts, proposing merges, conflict-resolution guidance,
|
|
polling loops, etc.).
|
|
|
|
Each script should include a short header explaining its purpose, usage examples,
|
|
and any dependencies. |