release

release is an agent for coding agents from pumblus/okf-harness. It costs 0 tokens per session (1,270 once invoked), scanned A, original, Apache-2.0.

A checklist and writing guide for preparing a public OKF Harness software release. It checks that the source code, GitHub repository, npm package registry, package contents, and installation paths agree before release.

In plain words
What is it for?
Use it to decide the release size, run pre-release checks, verify public files and package state, and prepare release notes.
Why use it?
It reduces the risk of publishing a release with incorrect repository settings, missing proof, leaked internal files, or broken installation instructions.

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/pumblus/okf-harness/release
Clone the repo
git clone --depth 1 https://github.com/pumblus/okf-harness

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/agents/pumblus/okf-harness/release.svg)](https://agentmods.dev/agents/pumblus/okf-harness/release)
Your own site
<a href="https://agentmods.dev/agents/pumblus/okf-harness/release"><img src="https://agentmods.dev/badge/agents/pumblus/okf-harness/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 1,270 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.01270
Opus 5 $0.00000 $0.00635
Sonnet 5 $0.00000 $0.00254
Haiku 4.5 $0.00000 $0.00127

Measured 3d ago against content hash a2f9114ea00e, 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 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.

docs/agents/release.md · 92 lines

How it starts

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

Release Agent Checklist

Use only when preparing, validating, or writing up a public OKF Harness release. Owns operational release proof and the release notes template.

Release principle

A release is not shipped until source state, GitHub state, npm registry state, package contents, and documented install paths are verified together. Missing evidence is an explicit gap, not an implied pass.

Release size

Release size is decided per case from the feature arcs in the window, not by calendar cadence or commit thresholds. Signals that at least a minor is due: user-visible behavior changes, a new or changed install/distribution surface, or breaking API commits in a public package. A patch refines the same surface without behavior changes; in 0.x, breaking changes ship in a minor, not a patch.

Preflight

  • Tree is clean: git status --short.
  • GitHub auth, target repo, remote, branch, and HEAD are correct.
  • GitHub settings: Issues and Actions CI enabled; squash-merge only; auto-delete merged head branches; canonical labels from docs/agents/triage-labels.md; Projects, Discussions, Wiki, and Dependabot disabled.

Public leak gates

  • git ls-files docs/implementation.md docs/okf-harness-intro.html docs/okf-harness-intro.pdf prints nothing.
  • Scan tracked files for private paths, local URLs, ignored override files, internal document references, credentials or tokens, and unpublished planning notes.

Version and manifest gates

  • Publish only explicitly public package directories; never the root or private workspace packages.
  • No workspace: protocol entries in publishable manifests; internal package dependencies point at the same public version.
  • pnpm-workspace.yaml links matching workspace packages locally.
  • Publishable packages declare the runtime engine, build via prepublishOnly, and allowlist only build output, package metadata, package-local READMEs, and required runtime assets.
  • Update pnpm-lock.yaml through pnpm only; never hand-edit it.

Read the full file on GitHub · 92 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 · 92 lines · 0 tokens per session scan A a2f9114ea00e

Subscribe to this mod's changes

release is an agent published in the GitHub repository pumblus/okf-harness (34 stars, last pushed 20d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,270 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.