fix: inject CLAUDE_CONFIG_DIR in witness, refinery, and deacon startup (gt-9he)#3450
Open
A3Ackerman wants to merge 1 commit intogastownhall:mainfrom
Open
fix: inject CLAUDE_CONFIG_DIR in witness, refinery, and deacon startup (gt-9he)#3450A3Ackerman wants to merge 1 commit intogastownhall:mainfrom
A3Ackerman wants to merge 1 commit intogastownhall:mainfrom
Conversation
…p (gt-9he) Startup paths for witness, refinery, and deacon sessions were missing ResolveAccountConfigDir resolution, causing infra sessions to start without CLAUDE_CONFIG_DIR and use the wrong account. Add the same resolution pattern already used by daemon/lifecycle.go and mayor/manager.go.
4 tasks
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ResolveAccountConfigDirresolution, causing infra sessions to start withoutCLAUDE_CONFIG_DIRand use the wrong API accountdaemon/lifecycle.goandmayor/manager.goto all three startup pathsexec envstartup command and tmux session environment now includeCLAUDE_CONFIG_DIRTest plan
go build ./cmd/gtpassesTestBuildWitnessStartCommand_IncludesConfigDirverifies CLAUDE_CONFIG_DIR appears in startup command🤖 Generated with Claude Code