chore: Remove .squad/, .copilot/, .github/agents/ and squad workflows - #65
Merged
Merged
Conversation
…files Delete squad infrastructure that is no longer needed: - .squad/ directory (agent charters, casting, ceremonies, decisions) - .copilot/ directory (MCP config) - .github/agents/ directory (squad agent definition) - 11 squad-related GitHub Actions workflow files Closes #64 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes legacy “squad” scaffolding and automation that’s no longer needed in this repository, aligning with Issue #64’s cleanup goal and reducing repository maintenance surface area.
Changes:
- Deleted
.squad/team state (roster, routing, decisions, skills, identities, logs, and agent charters/histories). - Deleted squad-related GitHub Actions workflows (label sync/triage/heartbeat/promote/release/etc.).
- Deleted Copilot MCP repo config (
.copilot/) and the squad agent definition (.github/agents/).
Reviewed changes
Copilot reviewed 50 out of 50 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.squad/team.md |
Removed squad team roster document. |
.squad/skills/squad-conventions/SKILL.md |
Removed squad conventions skill doc. |
.squad/skills/sdk-binary-inspection/SKILL.md |
Removed SDK binary inspection skill doc. |
.squad/routing.md |
Removed squad work routing rules. |
.squad/orchestration-log/2026-03-20T00-04-00Z-coordinator.md |
Removed squad orchestration log entry. |
.squad/orchestration-log/2026-03-20T00-03-00Z-snake-eyes.md |
Removed squad orchestration log entry. |
.squad/orchestration-log/2026-03-20T00-02-00Z-scarlett.md |
Removed squad orchestration log entry. |
.squad/orchestration-log/2026-03-20T00-01-00Z-duke.md |
Removed squad orchestration log entry. |
.squad/orchestration-log/2026-03-02T19-43-19Z-snake-eyes.md |
Removed squad orchestration log entry. |
.squad/orchestration-log/2026-03-02T19-43-19Z-scarlett.md |
Removed squad orchestration log entry. |
.squad/orchestration-log/2026-03-02T19-43-19Z-flint.md |
Removed squad orchestration log entry. |
.squad/orchestration-log/2026-03-02T18-24-snake-eyes.md |
Removed squad orchestration log entry. |
.squad/orchestration-log/2026-03-02T18-24-scarlett.md |
Removed squad orchestration log entry. |
.squad/orchestration-log/2026-03-02T18-24-duke.md |
Removed squad orchestration log entry. |
.squad/orchestration-log/2026-03-02T00-18-scarlett.md |
Removed squad orchestration log entry. |
.squad/orchestration-log/2026-03-01T23-45-00Z-snake-eyes.md |
Removed squad orchestration log entry. |
.squad/orchestration-log/2026-03-01T23-45-00Z-scarlett.md |
Removed squad orchestration log entry. |
.squad/log/2026-03-01-weather-migration.md |
Removed squad session log. |
.squad/identity/wisdom.md |
Removed squad “team wisdom” document. |
.squad/identity/now.md |
Removed squad “current focus” document. |
.squad/decisions/inbox/duke-issue-25-plan.md |
Removed unmerged squad decision inbox content. |
.squad/decisions/inbox/duke-issue-15-plan.md |
Removed unmerged squad decision inbox content. |
.squad/decisions.md |
Removed consolidated squad decision log. |
.squad/ceremonies.md |
Removed squad ceremony definitions. |
.squad/casting/registry.json |
Removed squad casting registry. |
.squad/casting/policy.json |
Removed squad casting policy. |
.squad/casting/history.json |
Removed squad casting history. |
.squad/agents/snake-eyes/history.md |
Removed agent history (squad). |
.squad/agents/snake-eyes/charter.md |
Removed agent charter (squad). |
.squad/agents/scarlett/history.md |
Removed agent history (squad). |
.squad/agents/scarlett/charter.md |
Removed agent charter (squad). |
.squad/agents/flint/history.md |
Removed agent history (squad). |
.squad/agents/flint/charter.md |
Removed agent charter (squad). |
.squad/agents/duke/history.md |
Removed agent history (squad). |
.squad/agents/duke/charter.md |
Removed agent charter (squad). |
.squad/agents/breaker/history.md |
Removed agent history (squad). |
.squad/agents/breaker/charter.md |
Removed agent charter (squad). |
.github/workflows/sync-squad-labels.yml |
Removed label-sync workflow tied to squad roster. |
.github/workflows/squad-triage.yml |
Removed squad issue triage workflow. |
.github/workflows/squad-release.yml |
Removed squad release workflow. |
.github/workflows/squad-promote.yml |
Removed squad promote workflow. |
.github/workflows/squad-preview.yml |
Removed squad preview validation workflow. |
.github/workflows/squad-label-enforce.yml |
Removed squad label enforcement workflow. |
.github/workflows/squad-issue-assign.yml |
Removed squad issue assignment workflow. |
.github/workflows/squad-insider-release.yml |
Removed squad insider release workflow. |
.github/workflows/squad-heartbeat.yml |
Removed squad heartbeat workflow. |
.github/workflows/squad-docs.yml |
Removed squad docs workflow. |
.github/workflows/squad-ci.yml |
Removed squad CI workflow. |
.github/agents/squad.agent.md |
Removed squad coordinator agent definition. |
.copilot/mcp-config.json |
Removed repo-level Copilot MCP configuration. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Removes squad infrastructure files that are no longer needed:
.squad/— agent charters, casting, ceremonies, decisions, orchestration logs, skills.copilot/— MCP config.github/agents/— squad agent definitionsquad-*.yml+sync-squad-labels.yml)50 files deleted, no code changes.
Closes #64