Skip to content

chore: Remove .squad/, .copilot/, .github/agents/ and squad workflows - #65

Merged
michaeljolley merged 1 commit into
mainfrom
cleanup/remove-squad-files
May 15, 2026
Merged

michaeljolley merged 1 commit into
mainfrom
cleanup/remove-squad-files

Conversation

@michaeljolley

Copy link
Copy Markdown
Contributor

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 definition
  • 11 squad-related GitHub Actions workflows (squad-*.yml + sync-squad-labels.yml)

50 files deleted, no code changes.

Closes #64

…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>
@michaeljolley michaeljolley self-assigned this May 15, 2026
@michaeljolley
michaeljolley marked this pull request as ready for review May 15, 2026 16:49
Copilot AI review requested due to automatic review settings May 15, 2026 16:49

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@michaeljolley
michaeljolley merged commit 9744665 into main May 15, 2026
3 checks passed
@michaeljolley
michaeljolley deleted the cleanup/remove-squad-files branch May 15, 2026 16:59
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.

Remove legacy squad scaffolding files and workflows

2 participants