release

release is a command for Claude Code from doobidoo/mcp-memory-service. It costs 0 tokens per session (391 once invoked), scanned A, original, Apache-2.0.

A command that runs the complete release process for the mcp-memory-service project, from checking changes to publishing a version.

In plain words
What is it for?
Use it to check pull requests and CI, choose and apply a version change, update release notes, create a release, publish the package, and clean up branches.
Why use it?
It removes the need to update version files, documentation, tags, releases, and deployment steps by hand.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/doobidoo/mcp-memory-service/release
Clone the repo
git clone --depth 1 https://github.com/doobidoo/mcp-memory-service

Made for: Claude Code.

Wrote 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.

agentmods badge for release

README.md
[![agentmods](https://agentmods.dev/badge/commands/doobidoo/mcp-memory-service/release.svg)](https://agentmods.dev/commands/doobidoo/mcp-memory-service/release)
Your own site
<a href="https://agentmods.dev/commands/doobidoo/mcp-memory-service/release"><img src="https://agentmods.dev/badge/commands/doobidoo/mcp-memory-service/release.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 391 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00391
Opus 5 $0.00000 $0.00196
Sonnet 5 $0.00000 $0.00078
Haiku 4.5 $0.00000 $0.00039

Measured 4d ago against content hash a781b66311ae, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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 4d 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.

.claude/commands/release.md · 27 lines

What it actually says

/release — Full Release Cycle

Execute the complete release workflow for mcp-memory-service by delegating to the codeberg-release-manager agent.

What This Command Does

Spawn the codeberg-release-manager agent to handle the entire release lifecycle:

  1. Pre-Release: List open PRs, merge approved ones, verify CI green on main
  2. Version Bump: Determine bump type (MAJOR/MINOR/PATCH) from PR labels, update _version.py, pyproject.toml, README.md, uv.lock
  3. Documentation: Update CHANGELOG.md (move [Unreleased] → version entry), README.md ("Latest Release"), CLAUDE.md (version callout)
  4. Landing Page: Update site/index.html for MINOR/MAJOR releases only — version badge, What's New cards, test count. Deploys automatically to mcpmemory.services on merge (.forgejo/workflows/deploy-site.yml)
  5. Release Creation: Git tag on main, GitHub Release with notes + contributor recognition
  6. Post-Release: Clean up branches, close resolved issues, verify CI/CD workflows (PyPI auto-publishes via tag push)

Rules

  • NEVER manually edit version files — the agent synchronizes all files atomically
  • CI must be green before any merge or release — stop if red
  • All review comments resolved before merge — no --admin bypass for unresolved feedback
  • Landing page: MINOR/MAJOR only, skip for PATCH
  • Save release summary to MCP Memory with tags: mcp-memory-service, release, v<VERSION>

Invocation

Spawn codeberg-release-manager agent with context about what triggered the release (merged PRs, completed features, fixed issues).

Changes

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.

  1. 4d ago First seen · 27 lines · 0 tokens per session scan A a781b66311ae

Subscribe to this mod's changes

release is a command published in the GitHub repository doobidoo/mcp-memory-service (1,922 stars, last pushed 2d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 391 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.