(command: string)
| 65 | } |
| 66 | |
| 67 | export function shouldLockSessionExecution(command: string): boolean { |
| 68 | return getDaemonCommandDescriptor(command)?.sessionExecutionLockExempt !== true; |
| 69 | } |
| 70 | |
| 71 | export function canRunReplayScopedAction(command: string): boolean { |
| 72 | return getDaemonCommandDescriptor(command)?.replayScopedAction === true; |
no test coverage detected