[console_scripts]
gauntlet = gauntlet.cli:app
gauntlet-judge-hook = gauntlet.judge.hook_client:main

[gauntlet.adapters]
api = gauntlet.adapters.api:ApiAdapter
claude-code = gauntlet.adapters.claude_code:ClaudeCodeAdapter
codex = gauntlet.adapters.codex:CodexAdapter

[gauntlet.issue_trackers]
linear = gauntlet.trackers.linear:LinearIssueTracker
