feat: Workflow dual-path support for .squad/ migration (#103)#109
Merged
bradygaster merged 3 commits intodevfrom Feb 20, 2026
Merged
feat: Workflow dual-path support for .squad/ migration (#103)#109bradygaster merged 3 commits intodevfrom
bradygaster merged 3 commits intodevfrom
Conversation
Session: 2026-02-20-v050-status-and-error-diagnosis Requested by: bradygaster Changes: - Logged v0.5.0 readiness assessment (scope, risks, timeline) - Logged network/model error diagnosis (Kujan investigation) - Merged 3 inbox decisions to decisions.md (Keaton, McManus, Verbal) - Deleted merged inbox files (3 items)
- Archive entries older than 2026-02-21 to decisions-archive.md - Reduce decisions.md from 342.01 KB (6277 lines) to 37.48 KB (675 lines) - Keep only 2 most recent days of decision entries in main file - Fixes context overflow errors causing network interrupted + model unavailable - Related to: CI/CD stability, agent reliability Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Update squad-main-guard.yml to block both .ai-team/ and .squad/ from main/preview - Update squad-preview.yml to validate neither .ai-team/ nor .squad/ are tracked - Update squad-heartbeat.yml to check .squad/team.md first, fall back to .ai-team/ - Update squad-triage.yml to check .squad/team.md and .squad/routing.md first - Update squad-issue-assign.yml to check .squad/team.md first with fallback - Update sync-squad-labels.yml to trigger on both .squad/ and .ai-team/ paths - Sync all changes to templates/workflows/ to maintain sync invariant Fixes #103 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
4 tasks
This was referenced Feb 20, 2026
joniba
pushed a commit
to joniba/squad
that referenced
this pull request
Mar 26, 2026
…radygaster#132, bradygaster#133, bradygaster#109) Orchestration Logs: - Gimli: notify-feature-complete.ps1 + notify-blocked.ps1 (26 tests pass, commit 846d753) - Bilbo: DGrep CLI docs (336+107 lines, POC validated 322 tests) Updated Agent Histories: - Gimli: Appended notifications MVP completion (2026-03-24T02:36:28Z) - Bilbo: Appended DGrep documentation delivery (2026-03-24T02:36:28Z) Session Log: Manifest processing record created Decision Inbox: Empty (no merge required) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
joniba
pushed a commit
to joniba/squad
that referenced
this pull request
Mar 26, 2026
…radygaster#132, bradygaster#133, bradygaster#109) Orchestration Logs: - Gimli: notify-feature-complete.ps1 + notify-blocked.ps1 (26 tests pass, commit 846d753) - Bilbo: DGrep CLI docs (336+107 lines, POC validated 322 tests) Updated Agent Histories: - Gimli: Appended notifications MVP completion (2026-03-24T02:36:28Z) - Bilbo: Appended DGrep documentation delivery (2026-03-24T02:36:28Z) Session Log: Manifest processing record created Decision Inbox: Empty (no merge required) 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.
Summary
This PR implements dual-path support for GitHub Actions workflows to handle both .ai-team/\ and .squad/\ directories during the v0.5.0 transition.
Changes
Guard Workflow (squad-main-guard.yml)
Preview Validation (squad-preview.yml)
Read-Based Workflows
All workflows that READ from team state (heartbeat, triage, assign, label-sync) now:
Template Sync
Acceptance Criteria Met
✅ All 6+ workflows handle both .ai-team/ and .squad/ paths
✅ Guard workflow blocks .squad/** entirely
✅ Preview validation checks both directories
✅ Read workflows implement fallback pattern
✅ Both .github/workflows/ and templates/workflows/ kept in sync
Fixes #103