Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .ai-team/agents/fenster/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,5 @@ _Summarized from initial architecture review (2026-02-07). Full entries in `hist

- **CLI dual-path support for .squad/ migration (#101, 2026-02-19).** Implemented backward-compatible directory detection for the .squad/ → .ai-team/ rename in v0.5.0. Key components: (1) detectSquadDir() checks .squad/ first, falls back to .ai-team/; (2) New installations create .squad/, existing installations continue using .ai-team/ until manually migrated; (3) `squad upgrade --migrate-directory` renames the directory and updates .gitattributes/.gitignore; (4) Deprecation warning shown only when .ai-team/ is detected (not on new installs); (5) All directory references updated to use squadInfo.path instead of hardcoded paths. Critical lessons: (a) Function declaration order matters — helpers must be defined before use, (b) Dual const declaration causes immediate syntax error — careful with refactoring across edit sessions, (c) Default return value in detectSquadDir determines new-install behavior — returning .ai-team/ was a subtle bug that took manual testing to catch. All 53 tests pass. PR #111 to dev branch.


📌 Team update (2026-02-20): Kobayashi merged all 5 v0.5.0 PRs (#109–#113) into dev in dependency order. All tests pass (53/53). Migration infrastructure (dual-path CLI/workflows, email scrubbing, docs) ready for v0.5.0 release. — Scribe
2 changes: 2 additions & 0 deletions .ai-team/agents/keaton/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,3 +491,5 @@ Brady's "forward-only" philosophy is correct for this stage of product maturity.
📌 Team update (2026-02-18): Insider Program — Binary Model (consolidated). Feb 16 proposed ring-based progression (Ring 0→1→Stable, 30 cap); Feb 17 Brady directive simplified to binary model (insider or release, no caps/tiers). Consolidated both decisions into single design block: honor system access, .squad-insider/ state isolation, 0.5.0-insider+{commit} version ID, branch-based installation. No formal entry pathways, no governance structure, no capacity caps. — decided by Keaton + McManus (original) → Keaton (simplified)

📌 Team update (2026-02-19): Insider Program infrastructure verified and complete — Issue #94 all checklist items verified: CI/CD triggers, guard protection, insider release workflow, documentation, CLI help text. All 11 workflow templates in sync. Ready for Brady to create insider branch. — decided by Kobayashi

📌 Team update (2026-02-20): Kobayashi merged all 5 v0.5.0 PRs (#109–#113) into dev in dependency order. All tests pass (53/53). Migration infrastructure (dual-path CLI/workflows, email scrubbing, docs) ready for v0.5.0 release. — Scribe
Loading
Loading