mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-04-19 08:42:39 +00:00
21 lines
662 B
JSON
21 lines
662 B
JSON
{
|
|
"name": "claude-hud",
|
|
"owner": {
|
|
"name": "Jarrod Watts",
|
|
"email": "jarrodwattsyt@gmail.com"
|
|
},
|
|
"metadata": {
|
|
"description": "Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress",
|
|
"version": "0.0.12"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "claude-hud",
|
|
"source": "./",
|
|
"description": "Real-time statusline showing context usage, active tools, running agents, and todo progress. Always visible below your input, zero config required.",
|
|
"category": "monitoring",
|
|
"tags": ["hud", "statusline", "monitoring", "context", "tools", "agents", "todos"]
|
|
}
|
|
]
|
|
}
|