Fix hardcoded home path in Claude settings for portability (OP#408) #4

Merged
Mike Bros merged 1 commit from fix/portable-settings-paths into master 2026-02-15 17:35:40 +00:00
Collaborator

Summary

Replaces hardcoded /home/dockyard/ in the statusLine command with $HOME so the Claude settings config is portable across all Gravity-managed servers.

Before: /usr/bin/python3 "/home/dockyard/.claude/plugins/..."
After: /usr/bin/python3 "$HOME/.claude/plugins/..."

The hook command already used $HOME — this brings the statusLine in line.

Test Plan

  • Verify statusLine still works after path change
  • Confirm $HOME expands correctly in Claude Code settings context

References

Epic: OP#408

## Summary Replaces hardcoded `/home/dockyard/` in the statusLine command with `$HOME` so the Claude settings config is portable across all Gravity-managed servers. **Before:** `/usr/bin/python3 "/home/dockyard/.claude/plugins/..."` **After:** `/usr/bin/python3 "$HOME/.claude/plugins/..."` The hook command already used `$HOME` — this brings the statusLine in line. ## Test Plan - [x] Verify statusLine still works after path change - [x] Confirm `$HOME` expands correctly in Claude Code settings context ## References Epic: OP#408
The statusLine command used /home/dockyard/ which breaks on any
server with a different home directory. Now uses $HOME for
portability across all Gravity-managed machines.

Refs OP#408

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Mike Bros merged commit c346cdb5eb into master 2026-02-15 17:35:40 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mike/kickstart.nvim!4
No description provided.