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

Function fallbackReason

scripts/route-preview.js:305–310  ·  view source on GitHub ↗
(selected, dimensions)

Source from the content-addressed store, hash-verified

303}
304
305function fallbackRoute(dimensions) {
306 if (dimensions.requiresParallel) return '/fleet --quick';
307 if (dimensions.requiresPersistence || dimensions.complexity >= 4) return '/archon';
308 if (dimensions.complexity <= 1) return 'direct-edit';
309 return '/marshal';
310}
311
312function fallbackReason(selected, dimensions) {
313 if (selected === '/fleet --quick') return 'the request signals independent parallel work.';

Callers 1

selectRouteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected