Skip to content

feat: Move .ai-team-templates/ to .squad/templates/ (#104)#112

Merged
bradygaster merged 5 commits intodevfrom
squad/104-merge-ai-team-templates
Feb 20, 2026
Merged

feat: Move .ai-team-templates/ to .squad/templates/ (#104)#112
bradygaster merged 5 commits intodevfrom
squad/104-merge-ai-team-templates

Conversation

@bradygaster
Copy link
Copy Markdown
Owner

Summary

Migrates internal format guide templates from .ai-team-templates/\ to .squad/templates/.

Changes

  • ✅ Created .squad/templates/\ directory
  • ✅ Moved all 21 format guide files (casting, ceremonies, charter, skills, etc.)
  • ✅ Updated \index.js\ to copy templates to new location
  • ✅ Updated help text to reflect new path
  • ✅ Removed .ai-team-templates/\ from .npmignore\
  • ✅ All 53 tests pass

Important Notes

Closes #104

bradygaster and others added 5 commits February 19, 2026 22:57
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>
Session: 2026-02-20-v050-fanout-batch1
Agents: Fenster, Baer, Kobayashi

Changes:
- Created orchestration logs for Fenster (#101), Baer (#108), Kobayashi (#103)
- Logged fanout batch 1 session with 3 parallel PRs (53 tests passing)
- Merged fenster-101-dual-path decision from inbox to decisions.md
- 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>
@bradygaster bradygaster merged commit a1ee8c5 into dev Feb 20, 2026
1 check passed
@bradygaster bradygaster deleted the squad/104-merge-ai-team-templates branch February 27, 2026 01:19
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>
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.

1 participant