Refactor local memory and role-fixed runtime routing
This commit is contained in:
11
.env.example
11
.env.example
@@ -2,10 +2,13 @@
|
||||
# Copy this file to .env and fill in the values.
|
||||
# Single unified service manages all three Discord bots in one process.
|
||||
|
||||
# --- Discord bots (3 tokens for 3 bots) ---
|
||||
DISCORD_BOT_TOKEN= # Claude bot
|
||||
DISCORD_CODEX_BOT_TOKEN= # Codex-main bot (owner)
|
||||
DISCORD_REVIEW_BOT_TOKEN= # Codex-review bot (fallback reviewer)
|
||||
# --- Discord bots (canonical role-fixed names) ---
|
||||
DISCORD_OWNER_BOT_TOKEN= # Owner bot
|
||||
DISCORD_REVIEWER_BOT_TOKEN= # Reviewer bot
|
||||
DISCORD_ARBITER_BOT_TOKEN= # Arbiter bot
|
||||
|
||||
# Old service-based token names are no longer accepted.
|
||||
# Rename any existing values to the three canonical role-based keys above.
|
||||
|
||||
# --- Agent type configuration ---
|
||||
OWNER_AGENT_TYPE=codex # codex | claude-code
|
||||
|
||||
Reference in New Issue
Block a user