Public-safe pattern for using Discord as a lightweight request UI while keeping GitHub issues as the audit log.
Discordを気軽な依頼UIにしつつ、GitHub issueを作業台帳と承認ログにする公開用パターンです。
Avoid exposing secrets in chat, issues, or logs.
#codex-requests
human requests, follow-up questions, approvals, Codex answers
#codex-ops
failures, abnormal reports, approval-required notices, completion notices
正常な定期チェック結果は投稿しません。正常時はローカルログだけに残します。
Do not post healthy scheduled check results. Keep them in local logs only.
human in #codex-requests
-> lightweight router
-> GitHub issue
-> low-risk checker or on-demand Codex runner
-> issue comment / draft PR
-> Discord answer when useful
Risky operations should not run from a Discord message alone.
Discord投稿だけで危険操作を即実行しません。
Approval examples:
承認: <target> の <operation> を実行してよい
承認 #123: <target> の <operation> を実行してよい
When multiple approval-required issues exist, require the issue number.
承認待ちissueが複数ある場合は、issue番号付き承認を要求します。
Do not publish:
公開repoには、実tokenや実URLではなく、構成と判断基準だけを置きます。