Constitutional PR Review

Baseline accepts the bad change. ATOMiK vetoes it and records why.

connecting
AMD x LabLab.ai Agentic Workflows

The model proposes. Git records. Lean judges.

A baseline reviewer approves a protected-ref bypass. ATOMiK routes the same change through legislative worktrees, an executive merge candidate, and a formal judiciary gate that vetoes the dispatch.

Baseline approvedLean vetoedProtected ref unchangedAudit trail recorded
VETOProtected ref unchanged
1. Baseline reviewer
Approves the risky PR

emergencyOverride bypasses protected ref ruling requirement

2. ATOMiK legislature
3 branch proposals

Optimistic, skeptical, and adversarial branches commit structured evidence in Git worktrees.

3. Executive merge
git merge-tree --write-tree

Candidate state is scored through the ATOMiK delta hook before dispatch.

4. Judiciary gate
Veto recorded

Candidate dispatches protected/main without an approved judiciary ruling hash.

Seeded Bad PR Diff

demo_repo/app/dispatch.ts
export function proposedCanDispatch(request: DispatchRequest): boolean {+ if (request.emergencyOverride) {+ return true;+ } return canDispatch(request);}

The bypass lets an emergency flag skip the judiciary ruling hash required for protected refs.

Judicial Gate

Dispatch after veto blocked
Protected-ref authority blocked
Ruling-hash requirement satisfied
Ruling hashruling-candidate-8524a3b38ec9

AMD Evidence

MI300X/vLLM endpoint not verified

Endpoint: pending

Docker: not proven

ROCm devices: not visible

Attach green model-smoke and AMD-readiness output before presenting this as live MI300X inference.

Run make model-smoke on MI300X.

Proof Timeline

1
demo.started

Seeded constitutional PR review started

2
baseline.review

Baseline reviewer approved the bad PR

3
git.demo_repo

Disposable demo Git repository prepared

4
legislative.proposal

optimistic_legislator returned strict JSON proposal

5
legislative.proposal

skeptical_legislator returned strict JSON proposal

6
legislative.proposal

adversarial_legislator returned strict JSON proposal

7
executive.merge

Executive created candidate merge tree

8
atomik.delta

ATOMiK delta signature computed

9
judiciary.verdict

Judiciary vetoed executive dispatch

10
git.protected_ref

Protected ref remains unchanged

11
epoch.signed

Constitutional epoch recorded

12
demo.completed

Constitutional review path completed

Submission Control

Positioning

Orchestrators route tasks. AgentOps tools observe tasks. ATOMiK controls repository authority transitions.