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

@@ -87,6 +87,7 @@ export function createChangedCheckPlan(result, options = {}) {
}
if (runAll) {
add("runtime sidecar loader guard", ["check:runtime-sidecar-loaders"]);
addTypecheck("typecheck all", ["tsgo:all"]);
addLint("lint", ["lint"]);
add("runtime import cycles", ["check:import-cycles"]);
@@ -130,6 +131,7 @@ export function createChangedCheckPlan(result, options = {}) {
}
if (lanes.core || lanes.extensions) {
add("runtime sidecar loader guard", ["check:runtime-sidecar-loaders"]);
add("runtime import cycles", ["check:import-cycles"]);
}
if (lanes.core) {