docs(changelog): runner fleet execution-plane split#70
Merged
Conversation
Add a May 27 <Update> for the control-plane / execution-plane cutover: execution moved to a host-resident zombie-runner over HTTPS, lease-based ownership with fencing, mandatory sandbox. User-visible behavior unchanged; host runners not yet enabled in production. Notes the 30s lease-renewal limit. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Wrap the two forward-looking statements (production enablement, lease-renewal follow-up) in <Note> callouts per the docs style rule, and soften the execution-plane internal detail (fork mechanics, fencing token, sandbox kernel primitives) down to operator level. Third-person voice kept to match the existing "Internal"-tagged entries. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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.
Adds a May 27, 2026 changelog
<Update>for the M80 control-plane / execution-plane cutover landing in usezombie#349.zombie-runnerdaemon over HTTPS;zombiedis the control plane (owns PG/Redis/Vault).Tagged
["What's new", "Internal"]. Date label only, per the changelog convention.🤖 Generated with Claude Code
Greptile Summary
This PR adds a single
<Update>block tochangelog.mdxdocumenting the M80 control-plane / execution-plane split, where agent execution moves from insidezombiedto a separatezombie-runnerdaemon with lease-based ownership and a mandatory sandbox. The two<Note>callouts for the not-yet-production host runners and the 30-second lease-renewal limit are properly placed.["What's new", "Internal"].run/runs/re-runas verbs appear across the new bullets and the<Note>—AGENTS.mdexplicitly forbids these words; substitutingexecute/re-executedresolves all three occurrences.Confidence Score: 5/5
Documentation-only change with no code or schema impact — safe to merge after addressing the terminology nits.
The change is a single changelog entry with no executable code, no API surface, and no schema. The
<Note>callouts for forward-looking statements are already in place. The only outstanding items are word-choice corrections that have no correctness impact.No files require special attention beyond the three terminology nits in
changelog.mdx.Important Files Changed
<Update>block documenting the M80 execution-plane split. The two<Note>callouts for future/limited states are present. Several instances of the forbidden terminologyrun/runsappear as verbs —AGENTS.mdforbids these words regardless of part of speech.Sequence Diagram
sequenceDiagram participant Trigger as Webhook / Cron participant zombied as zombied (control plane) participant PG as Postgres / Redis / Vault participant Runner as zombie-runner (execution plane) participant Sandbox as Isolated Sandbox Trigger->>zombied: Incoming event zombied->>PG: Persist event, issue lease + fencing token zombied->>Runner: Hand off event (HTTPS, lease token) Runner->>Sandbox: Fork sandboxed child (Landlock + cgroups + netns) Sandbox-->>Runner: Agent execution result Runner->>zombied: Report result (fencing token) zombied->>PG: Durable write (validates token) Note over zombied,Runner: If runner dies → lease expires → zombied reclaims and re-assignsPrompt To Fix All With AI
Reviews (2): Last reviewed commit: "docs(changelog): address greptile P2s on..." | Re-trigger Greptile
Context used: