[bourdon.participants]
cascade = bourdon.participants.cascade:CascadeParticipant
claude-code = bourdon.participants.claude_code:ClaudeCodeParticipant
claude-code-automations = bourdon.participants.claude_code_automations:ClaudeCodeAutomationsParticipant
claude-desktop-code = bourdon.participants.claude_desktop_code:ClaudeDesktopCodeParticipant
claude-desktop-cowork = bourdon.participants.claude_desktop_cowork:ClaudeDesktopCoworkParticipant
codex = bourdon.participants.codex:CodexParticipant
codex-automations = bourdon.participants.codex_automations:CodexAutomationsParticipant
copilot = bourdon.participants.copilot:CopilotParticipant
copilot-automations = bourdon.participants.copilot_automations:CopilotAutomationsParticipant
copilot-cli = bourdon.participants.copilot_cli:CopilotCliParticipant
copilot-vscode = bourdon.participants.copilot_vscode:CopilotVscodeParticipant
cursor = bourdon.participants.cursor:CursorParticipant
cursor-automations = bourdon.participants.cursor_automations:CursorAutomationsParticipant
github-copilot = bourdon.participants.github_copilot:GitHubCopilotParticipant
hermes = bourdon.participants.hermes:HermesParticipant
openclaw = bourdon.participants.openclaw:OpenClawParticipant

[console_scripts]
bourdon = bourdon.cli.main:main
