SquadTeamAnnotation Constructors
ClassConstructors1 member
Carries Squad team metadata on a
SquadResource so that lifecycle hooks, dashboard annotations, and downstream tooling know where team files live. Constructor(string, string, string, string)Section titled Constructor(string, string, string, string) Carries Squad team metadata on a
SquadResource so that lifecycle hooks, dashboard annotations, and downstream tooling know where team files live. public sealed class SquadTeamAnnotation{ public SquadTeamAnnotation( string teamRoot, string decisionsMdPath, string inboxDir, string agentRosterFile) { // ... }}Parameters
teamRootstringThe absolute path to the directory that contains the .squad/ folder.decisionsMdPathstringThe absolute path to .squad/decisions.md.inboxDirstringThe absolute path to .squad/decisions/inbox/.agentRosterFilestringThe absolute path to .squad/team.md (the agent roster).