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