Releasing banner
jarrodwatts jarrodwatts

Releasing

Development community intermediate

Description

This project ships as a Claude Code plugin. Releases should include compiled `dist/` output.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for jarrodwatts/claude-hud, shared by 6 entries in this directory. It describes the repository, not this entry specifically.

Releasing

This project ships as a Claude Code plugin. Releases should include compiled `dist/` output.

Release Checklist

  1. Update versions:
    • package.json
    • .claude-plugin/plugin.json
    • CHANGELOG.md
  2. Build:
    npm ci
    npm run build
    npm test
    npm run test:coverage
  3. Verify plugin entrypoint:
    • .claude-plugin/plugin.json points to dist/index.js
  4. Commit and tag:
    • git tag vX.Y.Z
  5. Publish:
    • Push tag
    • Create GitHub release with notes from CHANGELOG.md