csharp4405de34 | 1 | namespace CascadeIDE.Models; |
| 2 | |
| 3 | /// <summary>Стабильные id ячеек deck экрана «готовность окружения» (ADR 0063; не пользовательский TOML).</summary> |
| 4 | public static class EnvironmentReadinessCellIds |
| 5 | { |
| 6 | /// <summary>Сводная лампа блока «Dev Tools» (мост агента и далее по строкам): Ok, если по деталям нет Caution/Critical.</summary> |
| 7 | public const string DevToolsSection = "environment_dev_tools_section"; |
| 8 | public const string Agent = "environment_agent"; |
| 9 | /// <summary>Сводная лампа блока AGENT_NOTES_* / NETCOREDBG_PATH: Ok, если нет Caution/Critical по детальным строкам.</summary> |
| 10 | public const string EnvSection = "environment_env_section"; |
| 11 | public const string AgentNotesFile = "environment_agent_notes_file"; |
| 12 | public const string AgentNotesCanonPath = "environment_agent_notes_canon_path"; |
| 13 | public const string NetcoreDbgPath = "environment_netcoredbg_path"; |
| 14 | public const string CSharpLsp = "environment_csharp_lsp"; |
| 15 | public const string MarkdownLsp = "environment_markdown_lsp"; |
| 16 | public const string DotnetSdk = "environment_dotnet_sdk"; |
| 17 | } |
| 18 | |
View only · write via MCP/CIDE