feat: execution protocol, review agents, DNS and SES findings
Build and deploy / build-and-deploy (push) Failing after 6s
Build and deploy / build-and-deploy (push) Failing after 6s
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
---
|
||||
description: Run the adversarial review pass on demand — on the working tree, a commit range, or named files.
|
||||
argument-hint: [what to review — defaults to uncommitted changes]
|
||||
---
|
||||
|
||||
**ultrathink**
|
||||
|
||||
Scope: $ARGUMENTS
|
||||
|
||||
If no scope is given, review the uncommitted working tree (`git status`,
|
||||
`git diff`).
|
||||
|
||||
Invoke **both** agents in parallel on that scope:
|
||||
|
||||
- `adversarial-reviewer`
|
||||
- `claims-auditor` — unless nothing user-facing changed, in which case say so
|
||||
|
||||
Give them the diff and the relevant specs from `docs/`. **Do not brief them on
|
||||
why the code is correct** — that anchors the review and turns it into agreement.
|
||||
|
||||
Report findings grouped by severity, most severe first. For each: the defect, the
|
||||
concrete failure it produces, and the fix. Do not fix anything yet — Pouya
|
||||
decides what gets addressed. Then ask what he wants done.
|
||||
Reference in New Issue
Block a user