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