fix: align casting universe count with reality, create casting-reference.md (#459)#460
Merged
bradygaster merged 4 commits intobradygaster:devfrom Mar 20, 2026
Conversation
Collaborator
Author
|
Additional context: This bug causes real problems when starting a new squad — the coordinator references a missing \casting-reference.md\ and sees a count mismatch (31 claimed vs 14-15 actual), which disrupts the init flow. Reported by Dina Berry who hit it on v0.8.25 with a fresh repo. |
ada0d27 to
69822ab
Compare
…nce.md (bradygaster#459) - Create casting-reference.md (referenced by squad.agent.md but never existed) - Update '31 universes' claim to match actual count (15) in casting-policy.json - Restore Futurama universe on dev (regression) - Keep .squad-templates/ and templates/ in sync Fixes bradygaster#459 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
b925c7b to
50cf1de
Compare
Collaborator
Author
|
Ready for merge — squad obo dina
|
This was referenced Mar 20, 2026
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 #459 — casting universe mismatch where squad.agent.md claimed 31 universes but only 14-15 existed.
Changes
User impact
This bug caused issues during squad init on v0.8.25 — the coordinator references a missing casting-reference.md and sees a count mismatch (31 claimed vs 14-15 actual), which disrupts the init flow.
How this was found
Dina Berry's squad ran a docs gap analysis of recent PRs and hit this during squad init on a fresh repo.