tenth_man_configure
Set agent timeouts, trigger patterns, and default review mode to control how the 10th Man Protocol applies adversarial reviews.
Instructions
Configure agent preferences, timeouts, and trigger patterns for the 10th Man Protocol. Auto-detects available CLI agents if not specified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| default_mode | No | Default review mode. 'auto' for bypass/YOLO mode (proceeds without asking). 'standard' for interactive (waits for approval). Default: standard | |
| timeout_seconds | No | Max time per agent before timeout. Default: 180 | |
| available_agents | No | Which external CLI agents are installed. Auto-detected if omitted. | |
| auto_trigger_patterns | No | Glob patterns that always trigger the protocol, e.g. '**/auth/**' |