SquadTeamAnnotation
Classsealednet10.0
Carries Squad team metadata on a
SquadResource so that lifecycle hooks, dashboard annotations, and downstream tooling know where team files live. namespace Aspire.Hosting.ApplicationModel;
public sealed class SquadTeamAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation{ // ...}IResourceAnnotation
5 members
Constructors1
Section titled ConstructorsSquadTeamAnnotation(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. Properties4
Section titled PropertiesAgentRosterFilegetstringGets the absolute path to
.squad/team.md (the agent roster).DecisionsMdPathgetstringGets the absolute path to
.squad/decisions.md.InboxDirgetstringGets the absolute path to
.squad/decisions/inbox/.TeamRootgetstringGets the absolute path to the directory that contains the
.squad/ folder.