MCPcopy Create free account
hub / github.com/SethGammon/Citadel / fallbackRoute

Function fallbackRoute

scripts/route-preview.js:298–303  ·  view source on GitHub ↗
(dimensions)

Source from the content-addressed store, hash-verified

296 requiresSemanticClassification: false,
297 canRunNow: false,
298 boundary: 'activation-preflight-required',
299 confidence: 'explicit',
300 reason: `explicit validated route override selected ${routeOverride}; activation and execution boundaries still apply.`,
301 verification: verificationFor(routeOverride),
302 };
303}
304
305function fallbackRoute(dimensions) {
306 if (dimensions.requiresParallel) return '/fleet --quick';

Callers 1

selectRouteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected