[bot] Add Squad SDK-First Mode and squad build command documentation#18
Draft
github-actions[bot] wants to merge 1 commit intomainfrom
Draft
[bot] Add Squad SDK-First Mode and squad build command documentation#18github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
- Add SDK-First Mode section with TypeScript builder functions example - Document squad build command with --check and --dry-run flags - Add squad build and squad migrate to CLI commands list - Clarify Platform Adapters (ADO/GitHub/Planner) vs CommunicationAdapter - Note SubSquads rename (workstreams → SubSquads, v0.8.24) - Add Squad SDK Reference link to Further Reading Sources: - https://github.com/bradygaster/squad/releases/tag/v0.8.21 - https://github.com/bradygaster/squad/releases/tag/v0.8.24 - https://github.com/bradygaster/squad/releases/tag/v0.8.25 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.
What was found
Checking recent Squad releases (v0.8.21–v0.8.25, released March 7–8, 2026) revealed two significant undocumented features:
defineTeam(),defineAgent(),defineSkill(),defineRouting(),defineSquad(), etc.) instead of authoring raw markdown files directly.squad buildcommand — Compiles TypeScript team definitions to.squad/markdown, with--check(validate-only) and--dry-run(preview) flags.squad migratecommand — Migrates from older directory structures.PlatformAdapterinterface;CommunicationAdapterfor pluggable agent–human messaging (GitHub Discussions, ADO, Teams).The Copilot CLI changelog was also active (v1.0.6–v1.0.10 released March 16–20, 2026) but changelog content could not be fetched due to network restrictions. The guide already references the CLI changelog page.
awesome-copilotremains very active with community contributions (Salesforce agents, Spring Boot 4.0 skill, .NET modernization plugin) but the guide already describes it accurately as "actively maintained, with community contributions reviewed daily."Sections updated
squad buildandsquad migratesquad buildusageSource announcements
squad builddefineSkillbuilder,squad migrate