feat(config): move daemon.sock to ~/.clagentic/console/ subdir (lr-88fe)#199
Merged
Conversation
Establishes per-tool subdir convention under ~/.clagentic/. Console now writes its socket to ~/.clagentic/console/daemon.sock instead of the flat ~/.clagentic/daemon.sock, avoiding collision with other clagentic tools. - socketPath(): adds "console" segment for Unix socket path - ensureConfigDir(): creates ~/.clagentic/console/ (mode 0o700) on startup - prints a one-time warning if the old flat socket path is detected docs/guides/architecture.md and CHANGELOG.md updates are blocked by .crew/amos.yaml scope (docs/** not in allowed_paths). Follow-up: add docs/** to scope or update manually. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…88fe) - architecture.md mermaid diagram: ~/.clagentic/daemon.sock → ~/.clagentic/console/daemon.sock - CHANGELOG: add Unreleased breaking-change notice for the path move Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Move daemon.sock to ~/.clagentic/console/ subdir (lr-88fe)
Establishes the per-tool subdir convention under ~/.clagentic/. Console now writes its socket to ~/.clagentic/console/daemon.sock instead of the flat ~/.clagentic/daemon.sock, preventing collision with other clagentic tools.
Changes:
Out of scope (docs/** not in .crew/amos.yaml allowed_paths):
Follow-ups: clagentic-relay default path update; widen amos.yaml scope to docs/**