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.
npx agentmods add commands/coo1white/cool-workflow/releasegit clone --depth 1 https://github.com/coo1white/cool-workflowWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00027 | $0.00406 |
| Opus 5 | $0.00014 | $0.00203 |
| Sonnet 5 | $0.00005 | $0.00081 |
| Haiku 4.5 | $0.00003 | $0.00041 |
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 2d 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.
What it actually says
A release is TWO steps (see AGENTS.md's "Shipping a release" section). This
command does ONLY step 1, the agent-prep half. Step 2 — running the gate,
the independent reviewer, signing the verdict, creating the tag, and
publishing — is the OPERATOR's own command, npm run release -- X.Y.Z, run
in their own terminal where CW_RELEASE_VERDICT_PRIVKEY is set. Never run
release-oneclick.js or release-flow.js --cut, and never create a tag by
hand — those steps need the signing key, which an agent must never read or
hold.
Both npm run commands below run with cwd plugins/cool-workflow/ (no
root package.json).
Steps, in order — stop at the first failure:
-
Ask the user (if not already given) for the target version
X.Y.Zand a one-sentence description of the capability this release adds. -
Run
npm run bump:version -- X.Y.Z --contentto stamp every version surface and auto-fill content placeholders (docs, README). -
Run
npm run sync:project-index -- --repo-onlyto regenerate the project index. -
Run a full clean rebuild (
npm run build) and confirm it is clean. -
Commit the changes and open the version-bump PR onto
main(branch name should describe the release, e.g.release/X.Y.Z).
Report: the PR link, the version, and the capability sentence. Then tell
the user the PR needs to merge before they run npm run release -- X.Y.Z
themselves to cut, sign, and publish the release — do not attempt that
step in this session.
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.
- 2d ago First seen · 37 lines · 27 tokens per session scan A a38f8e6b9e59
release is a command published in the GitHub repository coo1white/cool-workflow (2 stars, last pushed 6d ago), licensed BSD-2-Clause. It adds 27 tokens to every session and 406 once invoked, about $0.0001 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.
Other commands, from other repositories
changelog
Generate a "what's new" changelog from merged commits over a time range (e.g. since Monday, last 5 days). Writes user-focused markdown to tmp/.
release
Prepare, cut, and verify a warren release — tracker audits, version bump, CHANGELOG curation, ROADMAP update, push, then watch the pipeline through to published artifacts.
release
Cut a release — bump all workspace versions in sync, generate/update CHANGELOG.md from Conventional Commits, commit and tag (push gated on confirmation).
lavra-ship
Fully automated ship sequence from code-ready to PR-open with beads closed and knowledge captured.
changelog
Create engaging changelogs for recent merges to main branch.
release
Release a new version. Bumps version, updates docs/site/changelog, tags, pushes, and updates the marketplace repo.