fix(config): enforce resolved runtime channel config

This commit is contained in:
Peter Steinberger
2026-04-22 06:14:00 +01:00
parent b70531bf24
commit e1897419de
5 changed files with 119 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ export async function main(argv = process.argv.slice(2)) {
const tailChecks = [
{ name: "webhook body guard", args: ["lint:webhook:no-low-level-body-read"] },
{ name: "runtime action config guard", args: ["check:no-runtime-action-load-config"] },
{ name: "temp path guard", args: ["check:temp-path-guardrails"] },
{ name: "pairing store guard", args: ["lint:auth:no-pairing-store-group"] },
{ name: "pairing account guard", args: ["lint:auth:pairing-account-scope"] },