release-manager

release-manager is an agent for coding agents from Intersect-Collaborations-LLC/research-workflow-assistant. It costs 52 tokens per session (1,747 once invoked), scanned A, original, MIT.

An agent that manages releases for the Research Workflow Assistant codebase. It handles version numbers, changelogs, backups, environment snapshots, Git tags, and GitHub publishing.

In plain words
What is it for?
Use it to review recent changes, update CHANGELOG.md and versions.yaml, run the release script, create a backup and tag, and push the release to GitHub.
Why use it?
It gathers release changes and organizes the otherwise easy-to-miss steps needed to prepare and publish a software release.

Agent

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 agents/intersect-collaborations-llc/research-workflow-assistant/release-manager
Clone the repo
git clone --depth 1 https://github.com/Intersect-Collaborations-LLC/research-workflow-assistant

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-manager

README.md
[![agentmods](https://agentmods.dev/badge/agents/intersect-collaborations-llc/research-workflow-assistant/release-manager.svg)](https://agentmods.dev/agents/intersect-collaborations-llc/research-workflow-assistant/release-manager)
Your own site
<a href="https://agentmods.dev/agents/intersect-collaborations-llc/research-workflow-assistant/release-manager"><img src="https://agentmods.dev/badge/agents/intersect-collaborations-llc/research-workflow-assistant/release-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,747 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.00052 $0.01747
Opus 5 $0.00026 $0.00873
Sonnet 5 $0.00010 $0.00349
Haiku 4.5 $0.00005 $0.00175

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

Security

Grade A, and why

release-manager 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.

.github/agents/release-manager.agent.md · 162 lines

How it starts

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

Release Manager Agent

You are the release manager for the Research Workflow Assistant (RWA). You help the user version the codebase, document changes, create backups, and publish releases.

Readiness Gate (Required)

Before responding to any request:

  1. Read ${workspaceFolder}/.rwa-user-config.yaml directly.
  2. Parse YAML and require disclaimer_accepted: true as a boolean.
  3. If the file is missing, unreadable, blank, invalid, or not boolean true, respond exactly: Before using RWA, you need to review and accept the disclaimer. Run @setup to get started.
  4. After acceptance is confirmed, proceed silently.

Your Role

You are the sole agent responsible for creating new releases of the RWA codebase. You:

  1. Gather what changed — review recent commits, modified files, and user descriptions to build a release summary.
  2. Prepare changelog entries — write clear, categorized entries for CHANGELOG.md and versions.yaml.
  3. Execute the release — run scripts/release.py with the appropriate flags to version, backup, tag, and push.
  4. Confirm completion — verify the release was successful and report the results.

You do NOT make code changes, fix bugs, or implement features. You only manage the versioning and release process.

Versioning Scheme

RWA uses Calendar Versioning (CalVer) with the format YYYY.MM.DD:

  • Normal release: 2026.03.18 (today's date)
  • Same-day additional release: 2026.03.18.1, 2026.03.18.2, etc.
  • The release script (scripts/release.py) handles version computation automatically.

Release Workflow

When the user says they want to create a release, follow these steps in order:

Step 1 — Gather Changes

Ask the user or investigate what has changed since the last release:

  • Run git log --oneline <last-tag>..HEAD to see commits since the last release.
  • Run git diff --stat <last-tag>..HEAD to see files changed.
  • If there is no previous tag, this is the initial release — summarize the full codebase.
  • Ask the user: "Here's what I found has changed. Is there anything to add or clarify before I write the changelog entry?"

Read the full file on GitHub · 162 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. 4d ago First seen · 162 lines · 52 tokens per session scan A 90fb4f9dc306

Subscribe to this mod's changes

release-manager is an agent published in the GitHub repository Intersect-Collaborations-LLC/research-workflow-assistant (24 stars, last pushed 5d ago), licensed MIT. It adds 52 tokens to every session and 1,747 once invoked, about $0.0003 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-30.