feat(claude): track claude-hud plugin config and harden install#38
Merged
Conversation
Registers the claude-hud marketplace source, enables the plugin, and wires up the statusLine command. Closes #34 (partial — node path hardcoded; machine-agnostic detection is a follow-up). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
ulises-c
added a commit
that referenced
this pull request
Jun 10, 2026
…ified stack (#36) Merge origin/main (PRs #28 powerlevel10k/LACT, #35 railguard fixes, #38 claude-hud) into the unification branch. The two PRs that touched the legacy setup stack landed while this branch converted it to shims, so their features are ported into the unified system as part of the conflict resolution: - packages.json gains zsh-theme-powerlevel10k (arch/yay, high) and lact (arch/yay, medium) — the entries main added to the now-deleted linux-desktop/linux_desktop_packages.json. - The shared desktop flow (lib/core.sh) deploys ~/.p10k.zsh from linux-desktop/p10k.zsh.example via deploy_config — the step main added to the legacy linux-desktop/setup.sh, which stays a shim. - Everything else from main merges clean: zshrc.examples, ghostty font, p10k.zsh.example, LACT configs/docs, railguard and claude-hud config. Gate: per-platform full-flag dry-run diffed against the pre-merge snapshot — macOS and server unchanged (timestamp only); ubuntu/arch show exactly the intended additions (p10k deploy, the two arch packages, and the zshrc update caused by main's new zshrc.example content). dryrun-smoke 4/4; shellcheck + jq clean. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
16 tasks
ulises-c
added a commit
that referenced
this pull request
Jun 10, 2026
The statusLine command hardcoded /usr/bin/node, which doesn't exist on nvm-managed machines (issue #34 task 3, deferred by PR #38 and then lost when the PR auto-closed the issue). Resolve via command -v node with a newest-nvm-version glob fallback for contexts where nvm isn't on PATH. TODO gains a tracker for the other dropped #34 task (claude-hud display config not in the repo). Verified live: the HUD renders through ~/.nvm/.../bin/node. Co-Authored-By: Claude Fable 5 <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.
Summary
extraKnownMarketplacesentry to register thejarrodwatts/claude-hudGitHub sourceclaude-hud@claude-hudplugin viaenabledPluginsstatusLine.commandso the HUD renders in the terminalNotes
statusLine.commandcurrently hardcodes/usr/bin/node. Making it machine-agnostic (detect node/bun at install time) is left as a follow-up per issue #34 task 3.Closes #34
Test plan
install.sh— verify claude-hud renders in the status linestatusLine.commandresolves the correct plugin version directory🤖 Generated with Claude Code