mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-01 06:33:27 +08:00
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:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "cpd-jarrodwatts-claude-hud-project",
|
||||
"owner": {
|
||||
"name": "ClaudePluginHub CLI"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "claude-hud",
|
||||
"source": {
|
||||
"source": "github",
|
||||
"repo": "jarrodwatts/claude-hud"
|
||||
},
|
||||
"strict": false
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"ownerRepo": "jarrodwatts/claude-hud",
|
||||
"pluginName": "claude-hud",
|
||||
"marketplaceName": "cpd-jarrodwatts-claude-hud-project",
|
||||
"scope": "project",
|
||||
"cwd": "/home/user/everything-claude-code"
|
||||
}
|
||||
13
.claude/settings.json
Normal file
13
.claude/settings.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user