feat: rename workstreams → SubSquads (community decision)#272
Merged
bradygaster merged 1 commit intobradygaster:mainfrom Mar 8, 2026
Merged
feat: rename workstreams → SubSquads (community decision)#272bradygaster merged 1 commit intobradygaster:mainfrom
bradygaster merged 1 commit intobradygaster:mainfrom
Conversation
185a47a to
9bc9476
Compare
…r#271) - CLI: squad subsquads (workstreams/streams as deprecated aliases) - Types: SubSquadDefinition, SubSquadConfig, ResolvedSubSquad - Old types kept as @deprecated re-exports for backward compat - Config file stays at .squad/streams.json (defer breaking rename) - Docs and governance updated Fixes bradygaster#271 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
9bc9476 to
940efaa
Compare
jongio
pushed a commit
to jongio/squad
that referenced
this pull request
Mar 9, 2026
…radygaster#269, bradygaster#270, bradygaster#272) - Add createCompleter() in src/cli/shell/autocomplete.ts for @agent and /command completion - Wire completer into readline interface in runShell() - Add squad loop command with --filter and --interval flags - Rename squad watch to squad triage (keep watch as silent alias) - Add squad hire command with --name and --role flags - Update help text with all new commands Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
bradygaster
added a commit
that referenced
this pull request
Mar 9, 2026
…roster - Add PR #298 (active nav highlighting, favicon fixes) to blog 028 - Update Squad roster from Usual Suspects to Apollo 13 / Mission Control names - Credit @tamirdresher PRs #272, #278-280, #283 - Credit @IEvangelist PR #298 - Credit @dkirby-ms PR #243 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
bradygaster
added a commit
that referenced
this pull request
Mar 9, 2026
…roster (#300) - Add PR #298 (active nav highlighting, favicon fixes) to blog 028 - Update Squad roster from Usual Suspects to Apollo 13 / Mission Control names - Credit @tamirdresher PRs #272, #278-280, #283 - Credit @IEvangelist PR #298 - Credit @dkirby-ms PR #243 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
diberry
pushed a commit
to diberry/squad
that referenced
this pull request
Mar 10, 2026
…ntributors roster (bradygaster#300) - Add PR bradygaster#298 (active nav highlighting, favicon fixes) to blog 028 - Update Squad roster from Usual Suspects to Apollo 13 / Mission Control names - Credit @tamirdresher PRs bradygaster#272, bradygaster#278-280, bradygaster#283 - Credit @IEvangelist PR bradygaster#298 - Credit @dkirby-ms PR bradygaster#243 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.
Renames workstreams to SubSquads per community vote. Backward-compatible deprecated aliases kept. 46 tests pass, build clean. Fixes #271
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com