fix(tasks): ship task registry control runtime

This commit is contained in:
Peter Steinberger
2026-04-28 06:18:06 +01:00
parent 85bdaff418
commit f7e942f571
10 changed files with 397 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ export async function main(argv = process.argv.slice(2)) {
name: "plugin-sdk wildcard re-exports",
args: ["lint:extensions:no-plugin-sdk-wildcard-reexports"],
},
{ name: "runtime sidecar loader guard", args: ["check:runtime-sidecar-loaders"] },
{ name: "tool display", args: ["tool-display:check"] },
{ name: "host env policy", args: ["check:host-env-policy:swift"] },
],