mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
Running the repo's sync-plugin-versions pre-commit hook updates .claude-plugin/marketplace.json, .github/plugin/marketplace.json, and the two headroom-agent-hooks plugin.json manifests to the release semver computed from git tags (0.11.4 at time of branch). Landing this first keeps subsequent commits on this branch from tripping the hook's auto-fix path. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
18 lines
483 B
JSON
18 lines
483 B
JSON
{
|
|
"name": "headroom",
|
|
"version": "0.11.4",
|
|
"description": "Headroom startup hooks for Claude Code and GitHub Copilot CLI.",
|
|
"author": {
|
|
"name": "Headroom Contributors",
|
|
"url": "https://github.com/chopratejas/headroom"
|
|
},
|
|
"homepage": "https://github.com/chopratejas/headroom",
|
|
"repository": "https://github.com/chopratejas/headroom",
|
|
"keywords": [
|
|
"headroom",
|
|
"hooks",
|
|
"claude-code",
|
|
"copilot-cli"
|
|
],
|
|
"hooks": "./hooks"
|
|
}
|