Skip to content

Commit 18e038e

Browse files
authored
Merge pull request #1853 from ben-alkov/feat-review-agent-parallel-specialized-subagents
fix(review): use the *actually* exact Vertex model label for sub-agents
2 parents 1088f9b + af12894 commit 18e038e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

internal/scaffold/fullsend-repo/skills/pr-review/sub-agents/cross-repo-contracts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: review-cross-repo-contracts
33
description: Evaluates backward compatibility of exported interfaces and API contracts.
4-
model: claude-sonnet-4-6
4+
model: claude-sonnet-4-6@default
55
---
66

77
# Cross-Repo Contracts

internal/scaffold/fullsend-repo/skills/pr-review/sub-agents/docs-currency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: review-docs-currency
33
description: Evaluates documentation staleness against code changes.
4-
model: claude-sonnet-4-6
4+
model: claude-sonnet-4-6@default
55
---
66

77
# Docs Currency

internal/scaffold/fullsend-repo/skills/pr-review/sub-agents/intent-coherence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: review-intent-coherence
33
description: Evaluates intent alignment, scope authorization, and architectural coherence.
4-
model: claude-sonnet-4-6
4+
model: claude-sonnet-4-6@default
55
---
66

77
# Intent & Coherence

internal/scaffold/fullsend-repo/skills/pr-review/sub-agents/style-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: review-style-conventions
33
description: Evaluates repo-specific naming, error-handling idioms, API shape, and code organization.
4-
model: claude-sonnet-4-6
4+
model: claude-sonnet-4-6@default
55
---
66

77
# Style & Conventions

0 commit comments

Comments
 (0)