Skip to content

Cross-Squad orchestration#446

Merged
bradygaster merged 2 commits intobradygaster:devfrom
tamirdresher:feat/cross-squad-orchestration
Mar 18, 2026
Merged

Cross-Squad orchestration#446
bradygaster merged 2 commits intobradygaster:devfrom
tamirdresher:feat/cross-squad-orchestration

Conversation

@tamirdresher
Copy link
Copy Markdown
Collaborator

Summary

Enables squads to discover each other, share capabilities, and delegate work across repo boundaries.

What's included

  • Squad Manifest.squad/manifest.json schema for capability declaration
  • cross-squad.ts runtime — discoverSquads(), readManifest(), createCrossSquadIssue(), trackCrossSquadWork()
  • CLI commands: squad discover (list known squads) + squad delegate (create work in another squad)
  • SKILL.md — cross-squad patterns, examples, anti-patterns
  • 32 new tests covering manifest validation, discovery, delegation, status tracking
  • Feature doc: docs/features/cross-squad-orchestration.md
  • Blog post: docs/blog/2026-03-17-cross-squad-orchestration.md

Test results

  • 32/32 tests pass in 1.5s, 0 regressions

Refs #316
cc @bradygaster

Copilot and others added 2 commits March 17, 2026 17:21
…bradygaster#316)

Adds cross-squad coordination capabilities:
- Squad manifest schema (.squad/manifest.json) for capability discovery
- Runtime module (cross-squad.ts) with discoverSquads(), readManifest(),
  buildDelegationArgs(), parseIssueStatus(), and formatting helpers
- CLI commands: squad discover, squad delegate <name> <description>
- Cross-squad SKILL.md with patterns and anti-patterns
- 32 tests covering manifest validation, discovery, delegation, status tracking
- Changeset for minor version bump on both SDK and CLI packages

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
KalebCole pushed a commit to KalebCole/squad that referenced this pull request Mar 17, 2026
…05-404-407

Reviewed by Keaton (Lead). Conflict resolved after rebase onto main. Fixes bradygaster#405, bradygaster#404, bradygaster#407.
KalebCole pushed a commit to KalebCole/squad that referenced this pull request Mar 17, 2026
Session: 2026-02-24T0430-prs-merged
Requested by: Brady

Changes:
- Merged 6 decision inbox files into decisions.md (Cheritto, Fenster, Kovash, Marquez, McManus, Waingro)
- Deleted all inbox files (now empty)
- Created .squad/identity/prd-next-waves.md (4-wave execution plan: A=Polish, B=Reliability, C=Testing, D=Delight)
- Updated .squad/identity/now.md to reflect Wave A focus
- Created session log: .squad/log/2026-02-24T0430-prs-merged.md

PRs merged this session: bradygaster#444, bradygaster#445, bradygaster#446, bradygaster#447
Issues closed: bradygaster#400, bradygaster#389, bradygaster#417, bradygaster#391, bradygaster#402, bradygaster#405, bradygaster#404, bradygaster#407, bradygaster#431, bradygaster#429
Issues filed: bradygaster#448-bradygaster#459 (Wave A Polish items)

Process directive: All work through PRs with squad member review before merge

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
KalebCole pushed a commit to KalebCole/squad that referenced this pull request Mar 17, 2026
…reshold)

- Cheritto: Archive Feb 23–26 work (bradygaster#325bradygaster#446) into Core Context, keep recent work visible
- Kovash: Archive Feb 23–24 diagnostics & fixes (bradygaster#437bradygaster#442) into Core Context
- Fortier: Archive Feb 21–22 SDK/OTel/Wave 2 work into Core Context

All three files now under 12KB threshold. Readability improved for future sessions.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@bradygaster bradygaster merged commit 5826555 into bradygaster:dev Mar 18, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants