squad-worktree-lifecycle

Solid

Handle ai-agent-board git worktree and merge flows safely.

AI & Automation 58 stars 15 forks Updated 2 weeks ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
59
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
40
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Context Use for changes to worktree creation, path rewriting, merge-local, PR creation, cleanup, or agent session repo paths. ## Patterns - Neo owns runtime/worktree mechanics; Cypher reviews path safety; Switch verifies behavior. - Preserve the per-repo mutex for operations that checkout/merge branches. - Auto-abort merge conflicts and surface explicit errors. - Clean up worktrees only after successful merge or PR flow. ## Examples - A merge-local change needs conflict behavior evidence and branch-safety review. - A path rewrite hook change needs proof tools cannot escape the intended worktree. ## Anti-Patterns - Do not change branches inside an active worktree unexpectedly. - Do not normalize paths with string replacement alone when filesystem resolution is required.

Details

Author
DanWahlin
Repository
DanWahlin/ai-agent-board
Created
6 months ago
Last Updated
2 weeks ago
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category