feat(agent): add guarded PR preparation subagent#94
Merged
Conversation
Eve only permits disableTool for framework tool slugs. Enforce the reviewer's exact authored and disabled capability set instead of declaring a nonexistent custom tool. Co-Authored-By: OpenAI Codex GPT-5 <noreply@openai.com>
Add the isolated Terra/xhigh sibling, strict evidence-bound result contract, bounded readers and emitter, deterministic PR composition, canonical run links, and focused policy tests. Co-Authored-By: OpenAI Codex GPT-5 <noreply@openai.com>
Move PR-stage ownership to the PR-preparer, persist typed results idempotently at the root boundary, bind approval to both change and intent digests, and feed only persisted intent to the guarded GitHub writer. Co-Authored-By: OpenAI Codex GPT-5 <noreply@openai.com>
Add a discoverable issue #50 Eve eval and deterministic parser coverage for root context read, isolated delegation, and root-only result application. Co-Authored-By: OpenAI Codex GPT-5 <noreply@openai.com>
Record the typed sibling boundary, deterministic persistence and approval bindings, canonical evidence links, screenshot-reference limitations, and guarded-writer ownership. Co-Authored-By: OpenAI Codex GPT-5 <noreply@openai.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
pr-preparersibling with deny-all framework capabilities and bounded evidence readersloopworks.pr_preparation_result.v1before the guarded PR writer runswrite_production_filessentinel that prevented Eve 0.22.5 runtime graph resolutionWhy
The PR stage previously composed its own intent and was still human-owned, so model-authored PR narrative could not enter the existing approval-gated writer through a typed, durable handoff. The new sibling can author only bounded title and summary text; the root reconstructs links and evidence from persisted state, validates every digest, and remains the only persistence boundary. GitHub mutation stays inside the existing guarded writer.
The adjacent Eve fix is included with maintainer approval because
disableTool()only accepts framework tool slugs. A customwrite_production_filessentinel was unnecessary—the absent tool is already unavailable—and caused runtime graph compilation to fail.Safety and behavior
Validation
bun run validatebun run buildpassedbunx eve inforesolved the runtime graph with no diagnosticsbunx eve eval --listdiscovered the issue PR preparation subagent for PR intent content #50 caseThe provider-backed eval was not invoked from the development environment because external model data egress was denied. Its deterministic fixture, parser, discovery path, and local Eve runtime graph were verified.
Closes #50
Co-authored-by: OpenAI Codex GPT-5 noreply@openai.com