# Bump Plugin Version

> (project) Use when editing any file under plugins/hal-skills/ or plugins/hal-voice/ to bump the plugin version before committing

- **Type:** Skill
- **Install:** `agentstack add skill-vinta-hal-9000-bump-plugin-version`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [vinta](https://agentstack.voostack.com/s/vinta)
- **Installs:** 0
- **Category:** [Cloud & Infrastructure](https://agentstack.voostack.com/c/cloud-infrastructure)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [vinta](https://github.com/vinta)
- **Source:** https://github.com/vinta/hal-9000/tree/main/.claude/skills/bump-plugin-version

## Install

```sh
agentstack add skill-vinta-hal-9000-bump-plugin-version
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Bump Plugin Version

After editing files under `plugins/hal-skills/` or `plugins/hal-voice/`, bump the `version` field in **both** the plugin's `plugin.json` and the marketplace manifest. Both files must stay in sync.

| Plugin     | Files to update                                                                           |
| ---------- | ----------------------------------------------------------------------------------------- |
| hal-skills | `plugins/hal-skills/.claude-plugin/plugin.json` **and** `.claude-plugin/marketplace.json` |
| hal-voice  | `plugins/hal-voice/.claude-plugin/plugin.json` **and** `.claude-plugin/marketplace.json`  |

- **Patch** (0.2.0 -> 0.2.1): bug fixes, config changes, style cleanup
- **Minor** (0.2.0 -> 0.3.0): new features, new hooks, new commands
- **Major** (0.2.0 -> 1.0.0): breaking changes to hook behavior or config format

## Before bumping

Compare the working-tree version against the version on `origin/main`:

```bash
git show origin/main:
```

If the version already differs from `origin/main`, it was already bumped for unreleased work. **Do not bump again.** Only bump when the working-tree version matches `origin/main`.

If both plugins changed, check each independently.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [vinta](https://github.com/vinta)
- **Source:** [vinta/hal-9000](https://github.com/vinta/hal-9000)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-vinta-hal-9000-bump-plugin-version
- Seller: https://agentstack.voostack.com/s/vinta
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
