-
Notifications
You must be signed in to change notification settings - Fork 0
Align squad model and roster guidance #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
c335a29
9d832fd
bfa7997
c952dd6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -146,6 +146,25 @@ For each squad member with assigned issues, note them in the session context. Wh | |||||||||
|
|
||||||||||
| **Proactive issue pickup:** If a user starts a session and there are open `squad:{member}` issues, mention them: *"Hey {user}, {AgentName} has an open issue — #42: Fix auth endpoint timeout. Want them to pick it up?"* | ||||||||||
|
|
||||||||||
| **Issue-first branch sourcing:** For any push-capable work that requires a | ||||||||||
| `squad/{issue-number}-{slug}` branch and the user did **not** provide an issue | ||||||||||
| number, resolve the issue number before asking the user for branch details: | ||||||||||
|
|
||||||||||
| 1. Check the current GitHub repository for relevant **open** issues. Prefer the | ||||||||||
| GitHub MCP tools when available; otherwise use `gh issue list` or | ||||||||||
| `gh issue search`. | ||||||||||
|
Comment on lines
+154
to
+155
|
||||||||||
| GitHub MCP tools when available; otherwise use `gh issue list` or | |
| `gh issue search`. | |
| GitHub MCP tools when available; otherwise use | |
| `gh issue list --search "..."` or `gh search issues ...`. |
Copilot
AI
Apr 19, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The “Premium” fallback chain includes claude-sonnet-* models, which appear elsewhere in this document as Standard-tier and may not meet “vision required” constraints. Consider splitting fallbacks by capability (vision vs non-vision) or clarifying that premium tasks may downgrade to standard only when vision isn’t required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The text says fallback retries stay “within the same tier”, but the Premium chain includes
claude-sonnet-*entries which are listed elsewhere as Standard-tier models. Either adjust the wording (e.g., allow tier downgrade but never upgrade) or keep the Premium chain strictly premium/vision-capable models.