csharpdeeb25a2 | 1 | namespace CascadeIDE.Features.Agent.Environment; |
| 2 | |
| 3 | /// <summary><c>[agent.environment] shell_escape_tier</c> (ADR 0148 · naming-layers-v1 §7).</summary> |
| 4 | public static class ShellEscapeTier |
| 5 | { |
| 6 | public const string Deny = "deny"; |
| 7 | |
| 8 | /// <summary>Only direct test MCP commands; build/format via ide_agent_verify.</summary> |
| 9 | public const string TestsOnly = "tests_only"; |
| 10 | |
| 11 | public const string AllowWithAudit = "allow_with_audit"; |
| 12 | } |
| 13 | |
View only · write via MCP/CIDE