Skip to content

Fix default releases directory path#33

Merged
jonathonbyrdziak merged 1 commit intomasterfrom
fix/releases-dir-default
Mar 20, 2026
Merged

Fix default releases directory path#33
jonathonbyrdziak merged 1 commit intomasterfrom
fix/releases-dir-default

Conversation

@jonathonbyrdziak
Copy link
Copy Markdown
Contributor

Summary

  • dirname(repo_dir) was going up one level, putting releases in the parent (e.g. /home/ghostagent-releases instead of ~/ghostagent-releases)
  • Now uses repo_dir directly so releases default to a sibling inside the working directory

Test plan

  • protocol init → slave node → releases dir should default to ~/projectname-releases

🤖 Generated with Claude Code

dirname(repo_dir) put the releases folder in the parent directory
(e.g. /home/ghostagent-releases instead of ~/ghostagent-releases).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jonathonbyrdziak jonathonbyrdziak merged commit a0e3005 into master Mar 20, 2026
6 of 8 checks passed
@jonathonbyrdziak jonathonbyrdziak deleted the fix/releases-dir-default branch March 20, 2026 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant