Skip to content
DocsTry Aspire
DocsTry

SquadTeamAnnotation Properties

ClassProperties4 members
Carries Squad team metadata on a SquadResource so that lifecycle hooks, dashboard annotations, and downstream tooling know where team files live.
AgentRosterFileSection titled AgentRosterFilestring
Gets the absolute path to .squad/team.md (the agent roster).
public string AgentRosterFile { get; }
DecisionsMdPathSection titled DecisionsMdPathstring
Gets the absolute path to .squad/decisions.md.
public string DecisionsMdPath { get; }
Gets the absolute path to .squad/decisions/inbox/.
public string InboxDir { get; }
Gets the absolute path to the directory that contains the .squad/ folder.
public string TeamRoot { get; }