Forge
csharpdeeb25a2
1namespace CascadeIDE.Features.Agent.Environment;
2
3public static class VerifyRung
4{
5 public const string DiagnoseFiles = "diagnose.files";
6 public const string CompileProject = "compile.project";
7 public const string BuildAffected = "build.affected";
8 public const string TestScoped = "test.scoped";
9 public const string TestFull = "test.full";
10}
11
View only · write via MCP/CIDE