mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-21 07:22:44 +00:00
18 lines
592 B
JSON
18 lines
592 B
JSON
{
|
|
"name": "claude-hud",
|
|
"description": "Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress",
|
|
"version": "0.0.12",
|
|
"author": {
|
|
"name": "Jarrod Watts",
|
|
"url": "https://github.com/jarrodwatts"
|
|
},
|
|
"commands": [
|
|
"./commands/setup.md",
|
|
"./commands/configure.md"
|
|
],
|
|
"homepage": "https://github.com/jarrodwatts/claude-hud",
|
|
"repository": "https://github.com/jarrodwatts/claude-hud",
|
|
"license": "MIT",
|
|
"keywords": ["hud", "monitoring", "statusline", "context", "tools", "agents", "todos", "claude-code"]
|
|
}
|