-
Notifications
You must be signed in to change notification settings - Fork 443
Expand file tree
/
Copy path.gitattributes
More file actions
19 lines (16 loc) · 815 Bytes
/
Copy path.gitattributes
File metadata and controls
19 lines (16 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Squad: union merge for append-only team state files
.squad/decisions.md merge=union
.squad/agents/*/history.md merge=union
.squad/log/** merge=union
.squad/orchestration-log/** merge=union
# NOTE: .squad/casting/* files are AUTHORITATIVE IDENTITY (team-defined agent
# universe/roles, persistent name registry, universe assignment history).
# They are committed to 'main' like team.md and routing.md, not to squad-state.
# They do NOT need union merge and are intentionally NOT listed above.
# Squad: union merge for append-only team state files
.squad/decisions/decisions.md merge=union
# Squad: union merge for append-only team state files
.squad/rai/audit-trail.md merge=union
# Squad: pin LF for YAML to prevent CRLF<->LF flip on Windows checkouts (PR #1200 concern G)
*.yml text eol=lf
*.yaml text eol=lf