()
| 377 | { |
| 378 | ...toolUseContext, |
| 379 | getAppState() { |
| 380 | const appState = toolUseContext.getAppState() |
| 381 | return { |
| 382 | ...appState, |
| 383 | toolPermissionContext: { |
| 384 | ...appState.toolPermissionContext, |
| 385 | alwaysAllowRules: { |
| 386 | ...appState.toolPermissionContext.alwaysAllowRules, |
| 387 | command: allowedTools, |
| 388 | }, |
| 389 | }, |
| 390 | } |
| 391 | }, |
| 392 | }, |
| 393 | `/${skillName}`, |
| 394 | shell, |
no outgoing calls
no test coverage detected