cliAllowedTools top-level constant

List<String> const cliAllowedTools

Allowed tools for CLI/terminal verifiers using Tmux.

Implementation

const List<String> cliAllowedTools = [
  'Tmux',
  'Bash(asciinema:*)',
  'Read',
  'Glob',
  'Grep',
];