fix(sentinel): add YAML shortest-path validation

This commit is contained in:
Codex
2026-07-12 17:28:17 +02:00
parent e5c763f5a7
commit 5a99f4efd7
11 changed files with 153 additions and 15 deletions
+1
View File
@@ -16,6 +16,7 @@ export interface RenderedCliResult {
command: string;
renderedText: string;
contentType: "text/plain" | "application/json" | "application/yaml";
projection?: Record<string, unknown>;
}
export interface CliInputErrorOptions {