securityReviewAllowedTools top-level constant

Set<String> const securityReviewAllowedTools

The allowed tools for the security-review command (from frontmatter).

Implementation

const Set<String> securityReviewAllowedTools = {
  'Bash',
  'Read',
  'Glob',
  'Grep',
  'Task',
};