judges release.instructions.md

Repository instructions for releasing the @kevinrabun/judges packages and related integrations. They describe the files to update and the automated publishing process triggered by a version tag.

In plain words
What is it for?
Use them when preparing a release: update versions and changelogs, make the release commit, and create the required Git tag.
Why use it?
They give an agent a consistent release checklist and prevent missed version changes or unnecessary manual publishing commands.

Instructions file for GitHub Copilot

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 instructions/kevinrabun/judges/release
Clone the repo
git clone --depth 1 https://github.com/KevinRabun/judges

Made for: GitHub Copilot.

Per session 1,657 This file is loaded in full into every session.
When invoked 1,657 The same file — it is already loaded in full.
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.01657 $0.01657
Opus 5 $0.00829 $0.00829
Sonnet 5 $0.00331 $0.00331
Haiku 4.5 $0.00166 $0.00166

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

Security

Grade A, and why

judges release.instructions.md 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 3d 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.

.github/instructions/release.instructions.md · 173 lines

How it starts

The opening of the file, as written. The whole thing — 173 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Release & Deployment — Agent Instructions

When preparing and publishing a new release of @kevinrabun/judges, follow this checklist exactly. The publish workflow is automated via GitHub Actions — your job is to prepare the commit and tag.

Overview

Publishing is triggered by pushing a v* git tag (e.g., v3.18.1). The publish-mcp.yml workflow handles:

  1. npm publish — builds, packs, and publishes @kevinrabun/judges to the npm registry with provenance
  2. npm publish (CLI) — publishes @kevinrabun/judges-cli to the npm registry with provenance (version synced automatically)
  3. GitHub Release — creates a release from the tag with auto-generated notes
  4. MCP Registry — publishes server.json to the Model Context Protocol registry via mcp-publisher
  5. VS Code Marketplace — syncs the extension version from the git tag, installs the local tarball, and publishes via vsce

You do not need to run npm publish or vsce publish locally — the action does it all. Your responsibility is: version bumps, changelogs, commit, and tag.


Files That Need Version Updates

Update the version string in all four of these files:

File Field(s) Example
package.json "version" "version": "3.18.1"
server.json "version" (top-level) and "packages[0].version" Both must match
vscode-extension/package.json "version" "version": "3.18.1"

server.json has two version fields — the top-level "version" and "packages[0].version". Both must be updated. This file has historically gone stale; always verify it.

action.yml does not contain a version string — it is referenced by tag (e.g., uses: KevinRabun/[email protected]), so no edit is needed.

The CI workflow patches vscode-extension/package.json at publish time from the git tag, but keep it in sync locally to avoid confusion.


Changelogs That Need Updating

Read the full file on GitHub · 173 lines

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. 3d ago First seen · 173 lines · 1,657 tokens per session scan A 3f926576898f

Subscribe to this mod's changes

judges release.instructions.md is an instructions file published in the GitHub repository KevinRabun/judges (7 stars, last pushed 2mo ago), licensed MIT. It adds 1,657 tokens to every session, about $0.0083 per session on Opus 5. 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-31.