Agents\CommonAgentApplicatorsTests.cs (17)
26TestSkillRelativePath,
31Assert.True(context.HasSkillFileApplicator(TestSkillRelativePath));
41context.MarkSkillFileApplicatorAdded(TestSkillRelativePath);
47TestSkillRelativePath,
63var skillFilePath = Path.Combine(workspace.WorkspaceRoot.FullName, TestSkillRelativePath);
72TestSkillRelativePath,
77Assert.True(context.HasSkillFileApplicator(TestSkillRelativePath));
89var skillFilePath = Path.Combine(workspace.WorkspaceRoot.FullName, TestSkillRelativePath);
98TestSkillRelativePath,
103Assert.True(context.HasSkillFileApplicator(TestSkillRelativePath));
116var skillFilePath = Path.Combine(workspace.WorkspaceRoot.FullName, TestSkillRelativePath);
126TestSkillRelativePath,
144var skillFilePath = Path.Combine(workspace.WorkspaceRoot.FullName, TestSkillRelativePath);
154TestSkillRelativePath,
159Assert.True(context.HasSkillFileApplicator(TestSkillRelativePath));
174TestSkillRelativePath,
179var skillFilePath = Path.Combine(workspace.WorkspaceRoot.FullName, TestSkillRelativePath);