fix: SDK init trio — config sync, Ralph in init, remove @copilot routing (#337, #338, #339)#411
Merged
bradygaster merged 1 commit intodevfrom Mar 15, 2026
Merged
Conversation
…e @copilot routing - #339: Remove all @copilot references from routing.md templates (4 copies) - Removed @copilot from routing table, issue routing section, triage guidance section, and rule #8 - #338: Add Ralph to the agents array in CLI init alongside Scribe - Ralph was created during init but never listed in InitOptions.agents - #337: Wire addAgentToConfig() in cast.ts after casting agents - Function existed in SDK but was never called during cast flow - Now syncs all new agents into squad.config.ts routing rules Closes #337, closes #338, closes #339 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
5c6098d to
a24863d
Compare
This was referenced Mar 16, 2026
diberry
pushed a commit
to diberry/squad
that referenced
this pull request
Mar 19, 2026
…er#429, bradygaster#424, bradygaster#417, bradygaster#415, bradygaster#412, bradygaster#411) Documents features and changes from recent PRs that shipped without corresponding docs updates: - bradygaster#429: Update model catalog with Sonnet 4.6, Opus 4.6, GPT-5.4 defaults - bradygaster#424: Document --sdk switch for TypeScript config generation - bradygaster#412: Document --roles flag for opt-in base roles - bradygaster#411: Note Ralph in init + @copilot routing template removal - bradygaster#442: Add Session Recovery skill documentation - bradygaster#417: Document CastingEngine character casting - bradygaster#415: Add rework rate OTEL metrics reference Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
diberry
pushed a commit
to diberry/squad
that referenced
this pull request
Mar 19, 2026
…er#429, bradygaster#424, bradygaster#417, bradygaster#415, bradygaster#412, bradygaster#411) Documents features and changes from recent PRs that shipped without corresponding docs updates: - bradygaster#429: Update model catalog with Sonnet 4.6, Opus 4.6, GPT-5.4 defaults - bradygaster#424: Document --sdk switch for TypeScript config generation - bradygaster#412: Document --roles flag for opt-in base roles - bradygaster#411: Note Ralph in init + @copilot routing template removal - bradygaster#442: Add Session Recovery skill documentation - bradygaster#417: Document CastingEngine character casting - bradygaster#415: Add rework rate OTEL metrics reference Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
bradygaster
pushed a commit
that referenced
this pull request
Mar 20, 2026
* docs: fill content gaps from 7 recent PRs (#442, #429, #424, #417, #415, #412, #411) Documents features and changes from recent PRs that shipped without corresponding docs updates: - #429: Update model catalog with Sonnet 4.6, Opus 4.6, GPT-5.4 defaults - #424: Document --sdk switch for TypeScript config generation - #412: Document --roles flag for opt-in base roles - #411: Note Ralph in init + @copilot routing template removal - #442: Add Session Recovery skill documentation - #417: Document CastingEngine character casting - #415: Add rework rate OTEL metrics reference Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix: remove duplicate gpt-5.1-codex-mini from Fast/Cheap tier --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes three related SDK initialization bugs in one surgical PR:
#339 — Remove @copilot from routing.md templates
squadinto using GitHub #8#338 — Ralph missing from init agents array
#337 — Config sync on member add (addAgentToConfig never called)
Upgrade Notes
Users upgrading from ≤0.8.25:
Test Results
Closes #337, closes #338, closes #339