15 references to Standard
aspire (1)
Agents\SkillLocation.cs (1)
102public static IReadOnlyList<SkillLocation> All { get; } = [Standard, ClaudeCode, GitHubSkills, OpenCode];
Aspire.Cli.Tests (14)
Agents\CommonAgentApplicatorsTests.cs (5)
17Assert.Contains(SkillLocation.All, l => l == SkillLocation.Standard); 26Assert.True(SkillLocation.Standard.IsDefault); 27Assert.True(SkillLocation.Standard.IncludeUserLevel); 28Assert.Equal(Path.Combine(".agents", "skills"), SkillLocation.Standard.RelativeSkillDirectory); 42Assert.True(SkillLocation.Standard.IsDefault);
Commands\AgentInitCommandTests.cs (7)
32SkillLocation location => location == SkillLocation.Standard, 110SkillLocation location => location == SkillLocation.Standard, 189return [SkillLocation.Standard]; 231return [SkillLocation.Standard]; 295return [SkillLocation.Standard]; 343return [SkillLocation.Standard]; 433return [SkillLocation.Standard];
Commands\InitCommandTests.cs (2)
498return [SkillLocation.Standard, SkillLocation.ClaudeCode, SkillLocation.OpenCode]; 546return [SkillLocation.Standard];