feat(exec-bridge): add startup notifications and logging

This commit is contained in:
banteg
2025-12-28 20:30:33 +04:00
parent a2141856bc
commit 245d22eb82
2 changed files with 98 additions and 3 deletions
+2
View File
@@ -24,6 +24,8 @@ export BRIDGE_DB="./bridge_routes.sqlite3"
export CODEX_CMD="codex"
export CODEX_WORKSPACE="/path/to/repo"
export CODEX_EXEC_ARGS="--full-auto"
export STARTUP_CHAT_IDS="123456789" # optional; defaults to ALLOWED_CHAT_IDS if set
export STARTUP_MESSAGE="✅ exec_bridge started (codex exec)." # optional; PWD is appended
uv run exec_bridge.py
```