Borrowing it
Nothing to install: this file belongs to sinaptik-ai/starpod. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/sinaptik-ai/starpod/main/.claude/commands/release.mdgit clone --depth 1 https://github.com/sinaptik-ai/starpodWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/sinaptik-ai/starpod/release)<a href="https://agentmods.dev/commands/sinaptik-ai/starpod/release"><img src="https://agentmods.dev/badge/commands/sinaptik-ai/starpod/release.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00529 |
| Opus 5 | $0.00000 | $0.00264 |
| Sonnet 5 | $0.00000 | $0.00106 |
| Haiku 4.5 | $0.00000 | $0.00053 |
Grade A, and why
release scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Create a new release for the Starpod workspace.
Arguments
- $ARGUMENTS: The new version number (e.g. "0.1.3"). Required.
Steps
-
Bump version in the root
Cargo.toml:- Update
[workspace.package] versionto the new version - Update all
[workspace.dependencies]version fields to match - Use replace-all to change every occurrence of the old version string
- Update
-
Verify the workspace compiles: run
cargo check -
Commit the changes:
git add Cargo.toml Cargo.lock git commit -m "chore: bump version to <version>" -
Tag the release:
git tag -a v<version> -m "Release v<version>" -
Push commit and tag:
git push origin main git push origin v<version> -
Create GitHub release using
gh release create:- Title:
v<version> - Body: changelog generated from
git logbetween the previous tag and the new one - Format each commit as a bullet point with its type prefix (fix, feat, chore, etc.)
- Title:
-
Publish to crates.io in dependency order (each with
cargo publish -p <crate>):starpod-hooks,starpod-core,starpod-browser(no workspace deps)starpod-agent-sdk(depends on starpod-hooks)starpod-db,starpod-vault,starpod-memory,starpod-skills,starpod-session,starpod-cron,starpod-instances(depend on starpod-core)starpod-auth(depends on starpod-core + dev: starpod-db)starpod-agent(depends on agent-sdk + many starpod-* crates)starpod-telegram(depends on starpod-agent)starpod-gateway(depends on most crates)starpod(CLI binary, depends on all)
- Wait ~10s between tiers to allow crates.io index to propagate
- If a publish fails with "already exists", skip it and continue
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 48 lines · 0 tokens per session scan A 048c54a66fdd
release is a command published in the GitHub repository sinaptik-ai/starpod (78 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 529 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
OpenSpec: Archive
Archive a deployed OpenSpec change and update specs.
release
Command "release" from voodootikigod/skills-check, covering arguments and steps.
release-manager
Automated release coordination and deployment with ruv-swarm orchestration for seamless version management, testing, and deployment across multiple packages.
release-swarm
Orchestrate complex software releases using AI swarms that handle everything from changelog generation to multi-platform deployment.
CHANGELOG
Command "CHANGELOG" from bytedance/UI-TARS-desktop, covering 0.4.0 2024-12-10 - add logging, 1.2.29, 1.2.28, 1.2.26 and 1.2.25.
upstream-watch
Review pydantic-ai and pydantic-ai-harness releases published since the last watch entry, and record a verdict in .github/upstream-watch.md.