Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@
# Set to 1 to enable.
# BRIGADE_LOG_ROUTING=

# Override the host-environment tag in the system prompt's runtime line
# (e.g. "linux", "macos", "windows", or a custom label). When unset, Brigade
# auto-detects from `process.platform`.
# BRIGADE_HOST_ENV=

# ───────────────────────────────────────────────────────────────────────────
# 3. Agent loop / model behaviour
# ───────────────────────────────────────────────────────────────────────────
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,6 @@ wipes everything it knows.
| `BRIGADE_CONVEX_URL` | Convex deployment URL (implies convex mode) |
| `BRIGADE_ENCRYPTION_KEY` | At-rest encryption master key (hex) |
| `BRIGADE_ENABLE_INBOX_PERSIST` | Persist the sub-agent inbox to JSONL (auto-on at gateway boot) |
| `BRIGADE_HOST_ENV` | Override the host-environment tag in the system prompt's runtime line |

---

Expand Down
Loading