Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
thisisjun786
/
codex-relay-workflow
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Give the relay a shared store, an owner, and a lifetime longer than one process
- #8
#8
Merged
thisisjun786
merged 30 commits into
dev
thisisjun786/codex-relay-workflow:dev
from
codex/jun-103-shared-relay
thisisjun786/codex-relay-workflow:codex/jun-103-shared-relay
Copy head branch name to clipboard
Sep 16, 2026
Conversation
Commits
30
(30)
Checks
Files changed
Merged
Give the relay a shared store, an owner, and a lifetime longer than one process
#8
thisisjun786
merged 30 commits into
dev
thisisjun786/codex-relay-workflow:dev
from
codex/jun-103-shared-relay
thisisjun786/codex-relay-workflow:codex/jun-103-shared-relay
Copy head branch name to clipboard
Commits
Commits on Sep 16, 2026
Write down who owns the relay's state and its daemon
Show description for 62ec00a
thisisjun786
committed
62ec00a
View commit details
Copy full SHA for 62ec00a
Browse repository at this point
Let every participant prove which store it is actually using
Show description for 1e64a12
thisisjun786
committed
1e64a12
View commit details
Copy full SHA for 1e64a12
Browse repository at this point
Mark the state-selection and store-identity contract as shipped
Show description for 035834c
thisisjun786
committed
035834c
View commit details
Copy full SHA for 035834c
Browse repository at this point
Give the relay an owner, and make it refuse to guess who that is
Show description for 98cc235
thisisjun786
committed
98cc235
View commit details
Copy full SHA for 98cc235
Browse repository at this point
Carry an assignment past the lifetime of the process serving it
Show description for 59197a8
thisisjun786
committed
59197a8
View commit details
Copy full SHA for 59197a8
Browse repository at this point
Treat two names for one socket as one operating scope
Show description for d48c8e4
thisisjun786
committed
d48c8e4
View commit details
Copy full SHA for d48c8e4
Browse repository at this point
Answer the ownership findings review raised on this branch
Show description for 1610302
thisisjun786
committed
1610302
View commit details
Copy full SHA for 1610302
Browse repository at this point
Answer the second review round on ownership and identity
Show description for 7527384
thisisjun786
committed
7527384
View commit details
Copy full SHA for 7527384
Browse repository at this point
Require a live pid before start calls a launch successful
Show description for 5d0924f
thisisjun786
committed
5d0924f
View commit details
Copy full SHA for 5d0924f
Browse repository at this point
Answer the third review round on ownership, side effects and readiness
Show description for 37118cd
thisisjun786
committed
37118cd
View commit details
Copy full SHA for 37118cd
Browse repository at this point
Answer the fourth review round on abandoned children and unreadable answers
Show description for ca4f3f6
thisisjun786
committed
ca4f3f6
View commit details
Copy full SHA for ca4f3f6
Browse repository at this point
Answer the fifth review round on shared intent, stale worker reads and a fresh store
Show description for f522993
thisisjun786
committed
f522993
View commit details
Copy full SHA for f522993
Browse repository at this point
Answer the sixth review round on the record the worker must not write
Show description for c6fc0d1
thisisjun786
committed
c6fc0d1
View commit details
Copy full SHA for c6fc0d1
Browse repository at this point
Answer the seventh review round on shared intent and an absent boot
Show description for 0752a69
thisisjun786
committed
0752a69
View commit details
Copy full SHA for 0752a69
Browse repository at this point
Answer the eighth review round on enable, a missing boot and a blocked socket
Show description for e389908
thisisjun786
committed
e389908
View commit details
Copy full SHA for e389908
Browse repository at this point
Answer the ninth review round on an upgrade that would have lost a store
Show description for f155c88
thisisjun786
committed
f155c88
View commit details
Copy full SHA for f155c88
Browse repository at this point
Answer the tenth review round on a directory that is not a store
Show description for c138b80
thisisjun786
committed
c138b80
View commit details
Copy full SHA for c138b80
Browse repository at this point
Merge remote-tracking branch 'origin/dev' into codex/jun-103-shared-relay
thisisjun786
committed
639bde8
View commit details
Copy full SHA for 639bde8
Browse repository at this point
Close three ownership races the lock could already have settled
Show description for a3f3dc0
thisisjun786
committed
a3f3dc0
View commit details
Copy full SHA for a3f3dc0
Browse repository at this point
Four more places where a second launch was not accounted for
Show description for 9462291
thisisjun786
committed
9462291
View commit details
Copy full SHA for 9462291
Browse repository at this point
Two launches with no launch id are still two launches
Show description for 903a2ce
thisisjun786
committed
903a2ce
View commit details
Copy full SHA for 903a2ce
Browse repository at this point
Order launch identity by stability, so a normal exit is not a replacement
Show description for d9d688c
thisisjun786
committed
d9d688c
View commit details
Copy full SHA for d9d688c
Browse repository at this point
Two refinements to identity and discovery, both from review
Show description for 471e50e
thisisjun786
committed
471e50e
View commit details
Copy full SHA for 471e50e
Browse repository at this point
Adopting neither store was not the visible failure I argued it was
Show description for 5ee8b6d
thisisjun786
committed
5ee8b6d
View commit details
Copy full SHA for 5ee8b6d
Browse repository at this point
Four more ways a lifecycle command acted on something it had not identified
Show description for f416667
thisisjun786
committed
f416667
View commit details
Copy full SHA for f416667
Browse repository at this point
Three more from round six, two of them about who was holding what
Show description for 2f36f02
thisisjun786
committed
2f36f02
View commit details
Copy full SHA for 2f36f02
Browse repository at this point
Round seven: a stop that could erase a live launch, and two smaller things
Show description for b64ceff
thisisjun786
committed
b64ceff
View commit details
Copy full SHA for b64ceff
Browse repository at this point
Two windows my last round left open
Show description for 2c516bc
thisisjun786
committed
2c516bc
View commit details
Copy full SHA for 2c516bc
Browse repository at this point
One rule for the stop record, after three narrower ones each left a window
Show description for d243e63
thisisjun786
committed
d243e63
View commit details
Copy full SHA for d243e63
Browse repository at this point
open() reports EACCES too, and that is not contention
Show description for 5681e26
thisisjun786
committed
5681e26
View commit details
Copy full SHA for 5681e26
Browse repository at this point
You can’t perform that action at this time.