v0.4.0 preview release#45
Merged
bradygaster merged 2 commits intomainfrom Feb 13, 2026
Merged
Conversation
- Add 5 new workflow files (heartbeat, issue-assign, label-enforce, triage, sync-labels) - Update guard workflow: protect both main and preview branches - Sync template guard to match .github/workflows/ copy - Bump version to 0.4.0 - Add v0.4.0 blog post
- Create docs/scenarios/release-process.md (maintainer release playbook) - Create CONTRIBUTING.md (contributor guide with branch protection rules) - Update CHANGELOG.md with v0.4.0 entry - Update docs/community.md to reference CONTRIBUTING.md
GreenCee
approved these changes
Feb 13, 2026
6 tasks
williamhallatt
added a commit
to williamhallatt/squad
that referenced
this pull request
Mar 16, 2026
…er#341) 46 tests covering 4 features: - bradygaster#31 Ralph Idle-Watch Mode (RalphMonitor): 11 tests - bradygaster#47 Client Compatibility (Platform Detection): 16 tests - bradygaster#45 Reviewer Lockout (deepened): 11 tests - bradygaster#46 Deadlock Handling (deepened): 8 tests Combined with batch 1 (PR bradygaster#422) and batch 2 (PR bradygaster#425), automated tests now cover 11 of 13⚠️ Needs Setup features from bradygaster#341.
bradygaster
pushed a commit
that referenced
this pull request
Mar 16, 2026
Closed
9 tasks
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.
v0.4.0 Preview Release
What's in this PR
New workflows (6 files):
squad-main-guard.yml— CI guard blocking .ai-team/ and internal team-docs/ from main & previewsquad-heartbeat.yml— Daily heartbeat checksquad-issue-assign.yml— Auto-assign issues to squad memberssquad-label-enforce.yml— Enforce squad label taxonomysquad-triage.yml— Auto-triage new issuessync-squad-labels.yml— Sync squad labels across repoRelease prep:
mainandpreviewbranchesCleanup:
.ai-team/files that leaked back onto main after PR chore: remove .ai-team/ from git tracking #43The guard workflow needs to BE on main to protect main. This is the bootstrap PR — once merged, the guard will prevent future .ai-team/ leaks automatically.