docs(skill): reduce file-mailbox coordination round trips - #1065
Open
fglock wants to merge 7 commits into
Open
Conversation
Add bounded execution envelopes that authorize predictable focused testing, resource claims, commits, and pushes while retaining explicit ownership and stop conditions. Generated with [Codex](https://openai.com/codex/) Co-Authored-By: Codex <codex@openai.com>
Count every unexpired build intent as occupied capacity until release or expiry, and require a second mailbox/process audit immediately before launch. This closes the race where several workers saw no process for one another's already-announced starts and exceeded the shared concurrency limit. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
Require gate-start metadata before long commands, preserve leases while logs advance, and treat denied process inspection as unknown rather than evidence of idleness. Generated with [OpenAI Codex](https://openai.com/codex) Co-Authored-By: OpenAI Codex <codex@openai.com>
fglock
force-pushed
the
docs/file-mailbox-bounded-envelopes
branch
from
August 19, 2026 08:21
8a8ed7b to
616a4bf
Compare
Distinguish queued preparation from active implementation, require verifiable worktree and gate evidence, and make cross-repository dependency handoffs self-advancing. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
Keep the coordinator on integration and regression triage while delegating long read-only differential runs. Permit exact-SHA acceptance gates to run speculatively beside their prerequisite build with explicit cancellation and resource safeguards. Generated with Codex (https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
Require explicit command scoping after worktree creation and record the recovered wrong-checkout integration incident. Generated with [OpenAI Codex](https://openai.com/codex/) Co-Authored-By: OpenAI Codex <codex@openai.com>
Keep workers productive through cohesive root clusters, batched validation, residual classification, and conditional disjoint follow-ons. Generated with [OpenAI Codex](https://openai.com/codex/) Co-Authored-By: OpenAI Codex <codex@openai.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
under a published concurrency limit
GATE_STARTED/GATE_FINISHED,resumable session, log, and ETA metadata
activity kind, exact worktree/branch/base, and first edited file or gate
process evidence
workers do not wait on SHAs absent from their object database
“ACTIVE” label as implementation progress
Validation
makeat684a3e65b: exit 0, all 17 tasks in 5m53sgit diff --checkpassquick_validate.pycould not start because this environmentlacks its PyYAML dependency; no dependency was installed during active builds
DEFINE start, exact cross-repository fetch instructions unblocked workers,
and conditional implementation queues removed coordinator round trips
Stacking
This is based on
chore/perl5-sync-35694276and should be retargeted tomasterafter that PR merges.