📢 Heads up: .squad/ will be removed from version control before v1.0 #499
Replies: 3 comments 2 replies
|
I am confused, how do you share the squad with a human team then? |
Is this suggesting that everyone using squad should be using SDK mode? I thought that was just for building tooling? Or is this whole announcement just relevant to people building tooling on top of squad? |
|
Hi @bradygaster; firstly I love Squad.... I'd like to understand more about the change here and how it affects multi person teams that are using squad. I have a number of my staff making use of squad accross projects and they also really like it! Also; any thoughts in turning on sponsorship on the repo? I'd love to give a little back (personally for now, but who knows about corporate eventually). |
Uh oh!
There was an error while loading. Please reload this page.
Hey folks! ��
Wanted to give everyone a heads-up on an important change coming before v1.0.
What's changing
We're going to remove the
.squad/directory from version control. Since SDK mode (squad.config.ts+squad build) now generates.squad/as build output, tracking it in git creates merge conflicts, dirty working trees, and CI noise that we don't need.Timeline
.squad/gets added to.gitignoreand removed from tracking in this repo. CI workflows will runsquad buildto regenerate it.That gives everyone one full release cycle to prepare.
What this means for you
If you're building on Squad and have a
.squad/directory tracked in your repo:.squad/files stay on disk — nothing gets deletedsquad buildregenerates.squad/from yoursquad.config.tssquad exportcommand so you can save your team's state (charters, history, decisions) before the switchsquad init --sdk) before this change landsThe Squad squad
Before we remove
.squad/from this repo, we'll publish the Squad project's own team configuration somewhere public so the community can reference it — whether you want to study how a large squad is set up, or use it as a starting point for your own team.Full PRD
The implementation plan is tracked in #498. Feel free to comment there with questions or concerns.
We want to make this transition as smooth as possible. If you see any issues with this plan or have suggestions, please let us know here or on #498!
All reactions