{
"version": 3,
"bridgeCommand": "/absolute/path/to/codex-telegram-bridge",
"events": "thread_waiting,thread_completed",
"telegram": {
"botToken": "<telegram-bot-token>",
"chatId": "<telegram-chat-id>",
"allowedUserId": "<telegram-user-id>"
},
"projects": [
{
"id": "bridge",
"label": "Codex Telegram Bridge",
"cwd": "/absolute/path/to/codex-telegram-bridge",
"aliases": ["codex", "telegram-bridge"]
}
]
}