mcp-apple-notes-py: Command for Claude Code

.claude/commands/minor-release.md

minor-release is a command for Claude Code from mcolyer/mcp-apple-notes-py. It costs 0 tokens per session (153 once invoked), scanned A, original, MIT.

A release command for creating a minor software version. It updates the changelog, commits it, and creates and pushes a version tag so an automated release workflow can build and publish the package.

In plain words
What is it for?
Use it for new features, improvements, or other compatible changes that should become a new minor release.
Why use it?
It organizes the repeated steps of a backward-compatible release and checks that tests and code-quality requirements are met first. A minor version is the middle number in a version such as 2.4.1.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is mcolyer/mcp-apple-notes-py's own configuration. It tells Claude Code how to work on mcp-apple-notes-py itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mcp-apple-notes-py configures →

Reuse

Borrowing it

Nothing to install: this file belongs to mcolyer/mcp-apple-notes-py. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/mcolyer/mcp-apple-notes-py/main/.claude/commands/minor-release.md
Clone the repo
git clone --depth 1 https://github.com/mcolyer/mcp-apple-notes-py

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 minor-release

README.md
[![agentmods](https://agentmods.dev/badge/commands/mcolyer/mcp-apple-notes-py/minor-release.svg)](https://agentmods.dev/commands/mcolyer/mcp-apple-notes-py/minor-release)
Your own site
<a href="https://agentmods.dev/commands/mcolyer/mcp-apple-notes-py/minor-release"><img src="https://agentmods.dev/badge/commands/mcolyer/mcp-apple-notes-py/minor-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 153 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00000 $0.00153
Opus 5 $0.00000 $0.00077
Sonnet 5 $0.00000 $0.00031
Haiku 4.5 $0.00000 $0.00015

Measured 8d ago against content hash a2cf1894ead3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

minor-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 8d 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/minor-release.md · 16 lines

What it actually says

Create a minor version release by:

  1. Update CHANGELOG.md with new features and improvements under a new version section
  2. Commit the changelog updates
  3. Create and push a git tag with the new minor version (increment Y in X.Y.Z, reset Z to 0)
  4. The GitHub Actions release workflow will automatically build and publish the DXT package

Minor releases should include new features, enhancements, or significant improvements that maintain backward compatibility.

Before proceeding, ensure:

  • All tests pass: uv run pytest tests/ -v
  • Code quality checks pass
  • New features are properly documented in CHANGELOG.md
  • No breaking changes are introduced

Push the version tag to trigger automated DXT building and GitHub release creation.

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. 8d ago First seen · 16 lines · 0 tokens per session scan A a2cf1894ead3

Subscribe to this mod's changes

minor-release is a command published in the GitHub repository mcolyer/mcp-apple-notes-py (11 stars, last pushed 1y ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 153 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.