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

Function main

scripts/route-preview.js:456–466  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

454 && !['enabled', 'degraded'].includes(activation.decision.status)) {
455 boundary = {
456 canRunNow: false,
457 boundary: 'product-bundle-activation',
458 risk: 'low',
459 approval: activation.decision.plan?.applyCommand
460 ? `Review the activation plan, then explicitly apply: ${activation.decision.plan.applyCommand}`
461 : `Resolve ${activation.decision.reasonCode} before invoking ${selected.selected}.`,
462 };
463 }
464 }
465
466 return {
467 generatedAt: options.now || new Date().toISOString(),
468 projectRoot,
469 input: String(input || ''),

Callers 1

route-preview.jsFile · 0.70

Calls 4

buildPreviewFunction · 0.85
parseArgsFunction · 0.70
usageFunction · 0.70
renderFunction · 0.70

Tested by

no test coverage detected