Forge
csharpdeeb25a2
1#nullable enable
2
3namespace CascadeIDE.Cockpit.Composition.EnvironmentReadiness;
4
5/// <summary>
6/// Routing decision for Environment Readiness surface composition.
7/// </summary>
8public readonly record struct EnvironmentReadinessSurfaceDecision(bool Enabled = true);
9
View only · write via MCP/CIDE