Skip to content

docs: optimize personal squad docs for git-first usage (#937)#955

Merged
bradygaster merged 1 commit intodevfrom
squad/937-optimize-personal-squad-docs
Apr 11, 2026
Merged

docs: optimize personal squad docs for git-first usage (#937)#955
bradygaster merged 1 commit intodevfrom
squad/937-optimize-personal-squad-docs

Conversation

@diberry
Copy link
Copy Markdown
Collaborator

@diberry diberry commented Apr 10, 2026

Closes #937

Optimizes personal squad documentation to emphasize git-first usage and prevent data loss through team state loss.

Changes

  • Add prominent 'Git is mandatory' warning at the top of personal squad guide
  • Highlight concrete scenarios where state is lost without version control (crashes, context resets, accidental deletions)
  • Expand Tips section with clear, actionable git-first workflow guidance
  • Reposition git commits as insurance policy for team state
  • Strengthen backup recommendations for personal squad directory

Rationale

Personal squads store accumulated team knowledge in .squad/ — decisions, skills, agent histories. Without version control, all of this is ephemeral and vulnerable. The documentation now makes git-first usage unmissable and actionable with concrete examples.

Changes are minimal and focused on the personal squad guidance file to avoid restructuring.

@diberry diberry force-pushed the squad/937-optimize-personal-squad-docs branch from a3c9339 to 4589f27 Compare April 10, 2026 14:52
@diberry diberry marked this pull request as ready for review April 10, 2026 14:59
Copilot AI review requested due to automatic review settings April 10, 2026 14:59
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Personal Squad guide to more strongly emphasize git-first workflows and backups to prevent loss of .squad/ and personal squad state.

Changes:

  • Adds a prominent git/backups tip near the top of the guide.
  • Expands the “Tips” section with a concrete git-first workflow and reminders about what to commit vs keep personal.

Comment thread docs/src/content/docs/guide/personal-squad.md Outdated
Comment thread docs/src/content/docs/guide/personal-squad.md Outdated
Comment thread docs/src/content/docs/guide/personal-squad.md Outdated
Comment thread docs/src/content/docs/guide/personal-squad.md Outdated
Closes #937

- Add prominent 'Git is mandatory' warning at the top highlighting data loss risks
- Expand Tips section with clear git-first workflow guidance
- Emphasize commits as insurance policy for team state
- Add concrete examples of when state is lost without version control
- Strengthen backup warnings for personal squad directory

Changes focus on making the git-first requirement unmissable and actionable.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@diberry diberry force-pushed the squad/937-optimize-personal-squad-docs branch from 4589f27 to 227125d Compare April 10, 2026 16:01
@diberry
Copy link
Copy Markdown
Collaborator Author

diberry commented Apr 10, 2026

CI passes on forkdiberry/squad PR #149 (all checks green). Copilot review feedback addressed. Ready for human review.

@bradygaster bradygaster merged commit 5c4629b into dev Apr 11, 2026
tamirdresher pushed a commit that referenced this pull request Apr 21, 2026
Closes #937

- Add prominent 'Git is mandatory' warning at the top highlighting data loss risks
- Expand Tips section with clear git-first workflow guidance
- Emphasize commits as insurance policy for team state
- Add concrete examples of when state is lost without version control
- Strengthen backup warnings for personal squad directory

Changes focus on making the git-first requirement unmissable and actionable.

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.

Optimize personal squad docs to encourage git-first usage (prevent data loss)

3 participants