| 10 | * Context for bash command validation. |
| 11 | */ |
| 12 | export interface BashValidationContext { |
| 13 | source: CommandSource |
| 14 | } |
| 15 | |
| 16 | /** |
| 17 | * Get validation context from a tool context object. |
nothing calls this directly
no outgoing calls
no test coverage detected