Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions workflows/tri-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ steps:
model: general
prompt: |
DISPATCH, DO NOT ANSWER. Invoke the Agent tool
with a non-Claude general-tier subagent (prefer a Gemini-backed agent, or a
different external than smart-diagnosis used). In non-Claude hosts, use a
with a non-Claude general-tier subagent (prefer `agy:agy-review` for the
Google-model perspective; fall back to a Gemini-backed agent, or
`codex:codex-rescue` if neither is available — but prefer a different
external than smart-diagnosis used to preserve model diversity). In
non-Claude hosts, use a
distinct delegated subagent or external CLI diagnostician when
available. Report verbatim. Stop if none
available. Subagent prompt: "Debug this issue: {{input}}. What's
Expand Down
6 changes: 4 additions & 2 deletions workflows/tri-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ steps:
model: general
prompt: |
DISPATCH, DO NOT ANSWER. Invoke the Agent tool with a non-Claude
general-tier subagent (prefer Gemini; at minimum distinct from
smart-take's subagent). In non-Claude hosts, use a distinct delegated
general-tier subagent (prefer `agy:agy-review` (Google AGY); fall
back to a Gemini-backed subagent, or `codex:codex-rescue` if neither
is available — at minimum distinct from smart-take's subagent).
In non-Claude hosts, use a distinct delegated
subagent or external CLI respondent when available. Report verbatim. Stop if none available.
Subagent prompt: "{{input}} Give a clear, balanced answer."

Expand Down
17 changes: 11 additions & 6 deletions workflows/tri-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ steps:
DISPATCH, DO NOT ANSWER. This is tri-review — the whole point is
model diversity. You (the calling model) must NOT write this review
yourself. Invoke the Agent tool with a non-Claude subagent
(`codex:codex-rescue` is the standard smart-tier
external reviewer; any available Gemini or external senior reviewer
also qualifies). In non-Claude hosts, use the equivalent delegated
(`codex:codex-rescue` is the standard smart-tier external reviewer;
any other senior external reviewer also qualifies. Note:
`agy:agy-review` (Google AGY) is reserved for the general-tier slot
below — claiming it here would leave general-tier without a
distinct model and break the tri-* property). In non-Claude hosts,
use the equivalent delegated
subagent or external CLI reviewer if available.
Pass the diff from {{gather}} and report the subagent's verdict
verbatim. If no external-model subagent is available, stop and tell
Expand All @@ -31,10 +34,12 @@ steps:
model: general
prompt: |
DISPATCH, DO NOT ANSWER. Invoke the Agent tool with a non-Claude
general-tier reviewer (e.g. a Gemini-backed reviewer plugin, or
`codex:codex-rescue` if no Gemini is available — but prefer a
general-tier reviewer. Prefer `agy:agy-review` (Google AGY /
Antigravity CLI — the current Google reviewer; Gemini CLI is being
retired). Fall back to a Gemini-backed reviewer plugin, or
`codex:codex-rescue` if neither is available — but prefer a
different model than review-smart used, or the tri-* property is
lost). In non-Claude hosts, use a distinct delegated subagent or
lost. In non-Claude hosts, use a distinct delegated subagent or
external CLI reviewer when available. Report verbatim. Stop if no external
subagent is available.
The subagent prompt should be: "Review this code for quality and
Expand Down
6 changes: 4 additions & 2 deletions workflows/tri-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ steps:
model: general
prompt: |
DISPATCH, DO NOT ANSWER. Invoke the Agent tool
with a non-Claude general-tier subagent (prefer Gemini; at minimum distinct from
audit-injection's subagent). In non-Claude hosts, use a distinct delegated
with a non-Claude general-tier subagent (prefer `agy:agy-review` (Google
AGY); fall back to a Gemini-backed subagent, or `codex:codex-rescue` if
neither is available — at minimum distinct from audit-injection's
subagent). In non-Claude hosts, use a distinct delegated
subagent or external CLI reviewer when available. Report verbatim. Stop if none
available. Subagent prompt: "Security audit — authentication and
authorization. Diff: {{gather}}. Check for: broken auth, missing
Expand Down
Loading