Skip to content

Latest commit

Β 

History

History
50 lines (38 loc) Β· 1.43 KB

File metadata and controls

50 lines (38 loc) Β· 1.43 KB

Hydra Configuration

Place this file at one of these locations to customize Hydra's behavior:

  • .claude/skills/hydra/config/hydra.config.md β€” project-level (takes precedence)
  • ~/.claude/skills/hydra/config/hydra.config.md β€” user-level (fallback)

Delegation Aggressiveness

mode: balanced

Modes:

  • conservative: Only delegate clearly mechanical tasks. Higher Opus 4.6 usage, fewer rejections.
  • balanced (default): Standard classification as described in SKILL.md.
  • aggressive: Delegate everything possible. Lower costs, slightly higher rejection risk.

Dispatch Log

dispatch_log: on

Options:

  • on (default): Show dispatch log footer after multi-agent tasks
  • off: Fully invisible operation (stealth mode)
  • verbose: Show dispatch log + per-agent timing

Auto-Guard

auto_guard: on

Options:

  • on (default): Automatically scan code changes with hydra-guard (Haiku 4.5) after hydra-coder
  • off: Skip the security/quality gate

Custom Agent Overrides