Bake in thread directives

This commit is contained in:
Codex
2026-05-21 13:05:53 +00:00
parent 1a74c02173
commit d00cdd8e9f
17 changed files with 518 additions and 61 deletions

View File

@@ -47,7 +47,7 @@ Before implementation, carefully read the official docs and check against the gu
- Started outside Compose with `scripts/start-codex-app-server`.
- Default command: `codex app-server --listen unix://$HOST_CODEX_SOCKET`.
- Uses host `~/.codex`, host workspaces, and host sandbox behavior.
- Socket defaults to an absolute path under the project, e.g. `/home/.../codex-telegram-bot/run/codex.sock`.
- Socket defaults to an absolute path under the project, e.g. `$PROJECT/run/codex.sock`.
- Telegram UX:
- One-to-one chats only; reject groups, supergroups, and channels.