[console_scripts]
cairn = cairn.cli:main

[cairn.executors]
claude = cairn.executors.claude:ClaudeExecutor
codex = cairn.executors.codex:CodexExecutor
grok = cairn.executors.grok:GrokExecutor
shell = cairn.executors.shell:ShellExecutor
stub = cairn.executors.stub:StubExecutor
