chore: Remove .squad-templates/ directory - #67
Merged
Conversation
Closes #66 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes the .squad-templates/ directory (Squad scaffolding/templates) from the repository, aligning the repo with Issue #66’s request to delete leftover squad scaffolding that is no longer needed.
Changes:
- Deleted all
.squad-templates/GitHub Actions workflow templates. - Deleted squad identity/skill/template markdown files and supporting JSON templates under
.squad-templates/. - Removed remaining scaffolding artifacts (routing/roster/orchestration/run output template docs) within
.squad-templates/.
Reviewed changes
Copilot reviewed 32 out of 32 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.squad-templates/workflows/sync-squad-labels.yml |
Removes unused workflow template for syncing squad labels. |
.squad-templates/workflows/squad-triage.yml |
Removes unused issue triage workflow template. |
.squad-templates/workflows/squad-release.yml |
Removes unused release workflow template. |
.squad-templates/workflows/squad-promote.yml |
Removes unused branch promotion workflow template. |
.squad-templates/workflows/squad-preview.yml |
Removes unused preview validation workflow template. |
.squad-templates/workflows/squad-label-enforce.yml |
Removes unused label enforcement workflow template. |
.squad-templates/workflows/squad-issue-assign.yml |
Removes unused issue assignment workflow template. |
.squad-templates/workflows/squad-insider-release.yml |
Removes unused insider release workflow template. |
.squad-templates/workflows/squad-heartbeat.yml |
Removes unused heartbeat/monitoring workflow template. |
.squad-templates/workflows/squad-docs.yml |
Removes unused docs build/deploy workflow template. |
.squad-templates/workflows/squad-ci.yml |
Removes unused CI workflow template. |
.squad-templates/skills/squad-conventions/SKILL.md |
Removes unused skill template content. |
.squad-templates/skill.md |
Removes generic skill template file. |
.squad-templates/scribe-charter.md |
Removes scribe charter template. |
.squad-templates/run-output.md |
Removes multi-agent run output template. |
.squad-templates/routing.md |
Removes routing guidance template. |
.squad-templates/roster.md |
Removes roster template. |
.squad-templates/raw-agent-output.md |
Removes raw agent output appendix format template. |
.squad-templates/plugin-marketplace.md |
Removes plugin marketplace template doc. |
.squad-templates/orchestration-log.md |
Removes orchestration log entry template. |
.squad-templates/multi-agent-format.md |
Removes multi-agent artifact format template. |
.squad-templates/mcp-config.md |
Removes MCP configuration documentation/template. |
.squad-templates/identity/wisdom.md |
Removes identity “wisdom” template. |
.squad-templates/identity/now.md |
Removes identity “now/focus” template. |
.squad-templates/history.md |
Removes project history template. |
.squad-templates/copilot-instructions.md |
Removes Copilot agent instructions template. |
.squad-templates/constraint-tracking.md |
Removes constraint tracking template. |
.squad-templates/charter.md |
Removes agent charter template. |
.squad-templates/ceremonies.md |
Removes ceremonies template. |
.squad-templates/casting-registry.json |
Removes casting registry template JSON. |
.squad-templates/casting-policy.json |
Removes casting policy template JSON. |
.squad-templates/casting-history.json |
Removes casting history template JSON. |
💡 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 the
.squad-templates/directory and all 32 files it contains (template files, workflow templates, identity templates, skill templates).Closes #66