fix: isolate PaC validation by selected consumer

This commit is contained in:
Codex
2026-07-14 17:17:20 +02:00
parent 0ef9832ab0
commit 4e2e7f6268
7 changed files with 272 additions and 54 deletions
@@ -138,7 +138,7 @@ export function renderPacBootstrap(result: Record<string, unknown>): RenderedCli
...(warnings.length === 0 ? [] : [
"",
"NON-BLOCKING WARNINGS",
...table(["CONSUMER", "BLOCKING", "CODE", "CONFIG"], warnings.map((item) => [stringValue(item.consumer), boolText(item.blocking), stringValue(item.code), stringValue(item.configPath)])),
...table(["OBJECT", "BLOCKING", "CODE", "CONFIG"], warnings.map((item) => [`${stringValue(record(item.object).kind)}:${stringValue(record(item.object).id)}`, boolText(item.blocking), stringValue(item.code), stringValue(item.configPath)])),
]),
"",
"NEXT",