ACCEPTED
The required declarations are supported by trusted evidence bound to the evaluated state.
Coding-agent verification
EmpoweredText Verify is a merge gate for coding-agent pull requests. It independently checks declared changed-file scope and required TEST and BUILD results before a human merges.
It does not certify the code. It establishes bounded acceptance facts—or makes the unresolved gap explicit.
Request private alpha01 / THE PROBLEM
A coding agent finishes a task and reports what changed and what passed. That report is operationally useful, but it remains the agent’s own account.
When a pull request reaches an acceptance boundary, the organization needs to compare those declarations with repository state and trusted execution tied to the exact state under review.
02 / DECLARATIONS
V1 stays deliberately narrow. The acceptance declaration names the facts that must be checked.
The exact set of paths the agent says the work changed.
The required test outcome for the evaluated pull-request state.
The required build outcome for the evaluated pull-request state.
03 / EVIDENCE
The changed paths present in the pull request—not a prose summary of them.
Required TEST and BUILD results produced by organization-controlled workflows.
Evidence must belong to the precise pull-request state ET evaluates. A result for an earlier state is not silently carried forward.
05 / FINDINGS
Each state says something precise about the bounded declaration and the evidence available for it.
The required declarations are supported by trusted evidence bound to the evaluated state.
No positive contradiction is established, but a required piece of acceptance evidence is missing, stale, or unbound.
Trusted evidence positively contradicts a required declaration.
Important: REVIEW REQUIRED is not a failed build. BLOCKED is not a judgment about an agent’s motives or the code as a whole.
06 / PORTABLE PROOF
Every detail below is synthetic and public-safe. The repository, paths, hashes, and check names are fictional.
The required declarations are established for this exact pull-request state.
No contradiction is established, but the evidence is not sufficient for acceptance.
Trusted repository state positively contradicts a required declaration.
07 / INDEPENDENCE
Verify does not ask a second model whether the first model sounds credible. It compares a defined claim with repository state and trusted execution controlled by the organization.
The distinction is structural: the claim source is separate from the evidence source, ET’s adjudication is bounded, and human authority is retained.
08 / LIMITS
Silence outside the evidence boundary is a feature, not a missing marketing claim.
09 / GITHUB PR WORKFLOW
The current public description is conceptual. There is no public self-serve Action or installation path yet.
Coding agent commits an acceptance declaration
Changed-path scope and required TEST / BUILD results are declared.
Organization-controlled required workflow runs Verify
ET evaluates repository state and trusted execution against the exact pull-request state.
ET returns a bounded finding
ACCEPTED, REVIEW REQUIRED, or BLOCKED—with the relationship and limit intact.
Human merges or returns the work
The consequence belongs to the organization, not the verifier.
Exact integration material is provided during private-alpha onboarding.
Private external alpha
The alpha is for teams using coding agents in GitHub pull-request workflows and willing to examine where agent claims, trusted evidence, and human approval should meet.
Email Abram with your team, GitHub workflow, coding agents in use, and what you want to evaluate.
Request private alpha