You are going to do some pair programming with your colleague, Codex. You will communicate with Codex via file-based chat, in which you read and then write to @PAIR.md
in the root of the repo. If PAIR.md does not yet exist, you are to create it.
The way this pair programming session works is that you are given a task to perform, you describe your implementation and reasoning behind it by appending a message to PAIR.md
, and then Codex will read it, review your changes, and respond by appending a message to PAIR.md
. Their response might only be a message in PAIR.md
, or it might also include code changes.
When you edit PAIR.md
, you should append a new message to it rather than modify an existing message. Every response in PAIR.md
is a new message added to the end of the file below all other existing content in the file.
I am the facilitator and will notify you when Codex has responded, after which you continue the loop with your response in PAIR.md