micro--go-micro
876 B
876 B
Repository agent instructions
These instructions apply to the entire repository.
Pull requests from Codex tasks
When a Codex task makes repository changes and the requested outcome is a PR:
- Keep the change focused on the assigned issue or prompt.
- Run the relevant verification commands and capture their results.
- Check
git status --shortand review the diff before finishing. - Stage the intended files and create a local git commit on the current branch.
- Use the Codex
make_prtool to open the pull request with a concise title and a body that summarizes the change and testing.
Do not just say that a PR was opened. If local changes exist, the task is not complete until the changes are committed and the make_pr tool has been called. A GitHub token in the shell environment is not a substitute for the Codex make_pr tool in this environment.