()
| 135 | { |
| 136 | ...context, |
| 137 | getAppState() { |
| 138 | const appState = context.getAppState() |
| 139 | return { |
| 140 | ...appState, |
| 141 | toolPermissionContext: { |
| 142 | ...appState.toolPermissionContext, |
| 143 | alwaysAllowRules: { |
| 144 | ...appState.toolPermissionContext.alwaysAllowRules, |
| 145 | command: ALLOWED_TOOLS, |
| 146 | }, |
| 147 | }, |
| 148 | } |
| 149 | }, |
| 150 | }, |
| 151 | '/commit-push-pr', |
| 152 | ) |
nothing calls this directly
no outgoing calls
no test coverage detected