ttyd: drop FORGE_CHANNEL/CLAUDE_CHANNEL #27
No reviewers
Labels
No labels
bug
docs
enhancement
good first issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pedromcaraujo/forge!27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ttyd-drop-forge-channel-clean"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Removes both per-session channel env vars added in #24.
Nothing in this repo, in the
nixosconfig, or in the statusline script everread either one — verified by grep across both checkouts. They were pure
footgun:
-eapplies only when a session is created, andnew-session -Are-attaches to a live session without touching its environment. Any channel
that outlives a config change keeps a stale value that still looks
authoritative — which is exactly how the earlier
FORGE_CHANNEL=nixosleak (#87/#88) misled us.
The tmux session name (
tmux display-message -p '#S') is the one signal thatcannot drift; the comments now say so.
Test plan
nix flake checkpassesgrep -r 'FORGE_CHANNEL\|CLAUDE_CHANNEL'returns nothing