feat: install claude-hud plugin (jarrodwatts/claude-hud) (#1041)

Adds the claude-hud plugin (v0.0.11) at project scope via claudepluginhub.
Provides real-time statusline HUD showing context health, tool activity,
agent tracking, and todo progress.

https://claude.ai/code/session_01Qe1PoFhrpk2mUKwNFMG998

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
bencmd88
2026-04-01 08:06:16 +11:00
committed by GitHub
parent a41a07363f
commit 0c9b024746
3 changed files with 36 additions and 0 deletions

13
.claude/settings.json Normal file
View File

@@ -0,0 +1,13 @@
{
"extraKnownMarketplaces": {
"cpd-jarrodwatts-claude-hud-project": {
"source": {
"source": "directory",
"path": "/home/user/everything-claude-code/.claude/.cpd-wrappers/jarrodwatts-claude-hud-project"
}
}
},
"enabledPlugins": {
"claude-hud@cpd-jarrodwatts-claude-hud-project": true
}
}