-
-
Notifications
You must be signed in to change notification settings - Fork 89
Environment variable family migration #4774
Copy link
Copy link
Closed
Labels
maintainer-onlyOwner-only work — yields no Gittensor points.Owner-only work — yields no Gittensor points.roadmapOn the Wave-2 agent-layer roadmap board (project 9)On the Wave-2 agent-layer roadmap board (project 9)
Description
Metadata
Metadata
Assignees
Labels
maintainer-onlyOwner-only work — yields no Gittensor points.Owner-only work — yields no Gittensor points.roadmapOn the Wave-2 agent-layer roadmap board (project 9)On the Wave-2 agent-layer roadmap board (project 9)
Problem: Roughly twenty self-host-facing environment variables, including a whole family of feature-flag variables, are prefixed with the old brand name.
Area: Self-host / Config
Proposal: Introduce equivalents under the new prefix; dual-read both prefixes (documenting which one wins if both are set); regenerate the committed environment-reference documentation last, in the same PR, after every variable change lands.
Deliverables:
Acceptance criteria:
.envusing only the old prefix keeps working unchanged.Test scenarios:
Resources:
Boundaries:
Part of #4761.