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

Function isSetupCommand

scripts/next-action.js:127–129  ·  view source on GitHub ↗
(command)

Source from the content-addressed store, hash-verified

125}
126
127function isSetupCommand(command) {
128 return command === '/do setup' || command === '/do setup --express';
129}
130
131function approvalBoundaryFor(action) {
132 const command = String(action?.command || '').trim();

Callers 3

approvalBoundaryForFunction · 0.85
approvalRiskForFunction · 0.85
verificationPlanForFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected