Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Codex Relay

A tiny workflow for handing off Codex-assisted development between two devices through GitHub.

It is for people who want to:

  • code on a PC at home;
  • continue later on a MacBook;
  • avoid keeping both machines online;
  • avoid relying on Codex chat memory;
  • keep each project cleanly synced through its own GitHub repository.

Read the full guide: CODEX_RELAY.md

30-second version

# start
git status
git pull --rebase

# pause / hand off
git add .
git commit -m "wip: hand off current task"
git push

# resume on another device
git pull --rebase
cat HANDOFF.md

Ask Codex to set it up

Read CODEX_RELAY.md and help me set up the same Codex Relay workflow for my devices and GitHub account.

For a new project:

Create a new private GitHub repository for this project under YOUR_USERNAME. Initialize Git if needed, add README.md and HANDOFF.md, make the first commit, push to origin/main, and report the repo URL.

Files

License

MIT

About

A lightweight GitHub handoff workflow for using Codex across multiple devices.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors