feat: Move .ai-team-templates/ to .squad/templates/ (#104)#112
Merged
bradygaster merged 5 commits intodevfrom Feb 20, 2026
Merged
feat: Move .ai-team-templates/ to .squad/templates/ (#104)#112bradygaster merged 5 commits intodevfrom
bradygaster merged 5 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>
Implements dual-path directory detection for .squad/ migration in v0.5.0: - Check .squad/ first, fall back to .ai-team/ for backward compatibility - Show deprecation warning when .ai-team/ is detected - squad upgrade --migrate-directory command renames directory and updates config - squad init creates .squad/ for new projects - All tests pass Closes #101 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Created .squad/templates/ directory - Moved all 21 format guide files from .ai-team-templates/ to .squad/templates/ - Updated index.js to copy templates to .squad/templates/ instead of .ai-team-templates/ - Updated help text in index.js to reflect new path - Removed .ai-team-templates/ entry from .npmignore - All tests pass (53/53) This consolidates internal templates under the .squad/ namespace. Consumer-facing templates/ at repo root remain unchanged. Coordinates with #102 (Verbal handling squad.agent.md path updates). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
4 tasks
9 tasks
joniba
pushed a commit
to joniba/squad
that referenced
this pull request
Mar 26, 2026
…gaster#113) * Design: Proactive Teams Notifications System (issue bradygaster#112) - Defines three notification tiers: Urgent (🔴), Action Needed (🟡), Feature Complete (🔵) - Central router pattern via scripts/notify.ps1 with watermark-based deduplication - Urgent notifications send within 2 seconds; feature completions batched hourly - Integration points: squad-scheduler (task failures), Galadriel (PR reviews), Elrond (escalations) - Exponential backoff retry; graceful degradation on webhook failure - Payloads use Adaptive Card v1.4; max 28 KB per Teams limit - State management via gitignored .squad/notifications-state.json Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs(catalogs): add snap-squad reference entry Add paulyuk/snap-squad to reference-codebases.md with: - Complete repository overview and purpose - Relevance to squad architecture and multi-agent design - Directory structure and key features - Patterns we can borrow (preset architectures, charter design, routing) Update tools-and-integrations.md to include snap-squad in the Reference Codebases section (5.4). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs(research): snap-squad capabilities analysis Elrond's technical analysis of paulyuk/snap-squad: preset architectures, keyword routing, safe regeneration patterns. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Elrond <elrond@squad.local> 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
…, session log, decision inbox merge, agent history updates 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
- Append bradygaster#112 notifications cleanup learnings to gandalf/history.md - Write dgrep-cli Kusto contamination audit to decisions inbox (47 Kusto refs across 13 files, KustoQueryExecutor needs rename) 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
….md and failure-recovery
R1: Rename proactive-notifications.md → human-attention-notifications.md
to match what issue bradygaster#112 specifies as the deliverable filename.
R6: Update SKILL.md to document BOTH notification systems:
- Old system (send-teams-notification.ps1): active, 2 callers
- New system (notify.ps1): built, 0 callers yet
Note: old system stays active until MVP is validated.
R7: Update failure-recovery.md notification section to specify:
- Current: use send-teams-notification.ps1 (old system)
- Target: switch to notify-blocked.ps1 after E2E validation (bradygaster#135)
- Explicit migration path instead of ambiguous "post to webhook"
GitHub issue actions (not in this commit):
- Closed bradygaster#115 (library code done in PR bradygaster#122)
- Updated bradygaster#116 body (clarify integration work remains)
- Labeled bradygaster#117 P3-low + scope decision comments (post-MVP)
- Created MVP issues bradygaster#132-bradygaster#135 (caller scripts + wiring + validation)
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
Migrates internal format guide templates from .ai-team-templates/\ to .squad/templates/.
Changes
Important Notes
Closes #104