dynos-work: Instructions file for Claude Code

CLAUDE.md

dynos-work CLAUDE.md is an instructions file for Claude Code from dynos-fit/dynos-work. It costs 487 tokens per session, scanned A, original, MIT.

Repository instructions for dynos-work covering release versioning, pull-request release checks, and changelog responsibilities. CI, the automated service that checks and updates code, calculates versions and edits release metadata.

In plain words
What is it for?
Use them when preparing pull requests, choosing release labels, checking version bumps, understanding release-hygiene CI, or writing changelog entries.
Why use it?
They explain how one pull request becomes one release and prevent manual version edits from conflicting with automation. They also clarify what the contributor must document in the changelog.

Instructions file for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: mentions CLAUDE.md; mentions Claude Code; mentions Codex.

This is dynos-fit/dynos-work's own configuration. It tells Claude Code how to work on dynos-work 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 dynos-work configures →

Reuse

Borrowing it

Nothing to install: this file belongs to dynos-fit/dynos-work. 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/dynos-fit/dynos-work/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/dynos-fit/dynos-work

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 dynos-work CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/dynos-fit/dynos-work/claude-md.svg)](https://agentmods.dev/instructions/dynos-fit/dynos-work/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/dynos-fit/dynos-work/claude-md"><img src="https://agentmods.dev/badge/instructions/dynos-fit/dynos-work/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 487 This file is loaded in full into every session.
When invoked 487 The same file — it is already loaded in full.
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.00487 $0.00487
Opus 5 $0.00244 $0.00244
Sonnet 5 $0.00097 $0.00097
Haiku 4.5 $0.00049 $0.00049

Measured 6d ago against content hash 57cf34a612c6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

dynos-work CLAUDE.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 6d 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.md · 30 lines

How it starts

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

CLAUDE.md

Guidance for Claude Code and other Claude-based agents working in this repository.

Release Hygiene

Every PR that changes dynos-work ships as exactly one release. The version number is computed by CI — do not edit it by hand.

What CI does

.github/workflows/release-hygiene.yml runs on every PR open, synchronize, reopen, and label change. It calls scripts/bump_version.py, which:

  • reads the current version from the PR's base ref (not from your branch),
  • applies one bump — patch by default, or major/minor/none if the PR carries a release:major / release:minor / release:none label,
  • writes the result to all four manifests (package.json, .claude-plugin/plugin.json, .claude-plugin/marketplace.json, .codex-plugin/plugin.json),
  • adds a stub CHANGELOG.md section only if no entry for that version exists,
  • and pushes a chore: update release metadata commit to your branch.

It is idempotent: re-running produces the same version, so a PR gets one version no matter how many commits it contains.

What you do

  • Write the CHANGELOG.md entry. CI's stub is a fallback, not a substitute — it only records the PR title. Describe the behavior change, fix, or maintenance work concretely.
  • Leave the four manifest version fields alone. Hand-editing them is overwritten by CI, and the bot's push to your branch will reject your next git push until you rebase.
  • One entry per PR, not per change. If a PR bundles several logical changes, they still ship under one version. Writing an entry per change produces orphan entries for versions no manifest ever carried.

If you need to know the version your PR will land as, it is the base branch's version plus one patch (or whatever your release:* label selects). scripts/bump_version.py has no dry-run mode — it writes the manifests in place — so read the number off git show origin/main:package.json rather than running the script to find out.

Do not open or prepare a PR with code changes while leaving CHANGELOG.md unchanged.

Read the full file on GitHub · 30 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. 6d ago First seen · 30 lines · 487 tokens per session scan A 57cf34a612c6

Subscribe to this mod's changes

dynos-work CLAUDE.md is an instructions file published in the GitHub repository dynos-fit/dynos-work (2 stars, last pushed 1mo ago), licensed MIT. It adds 487 tokens to every session, about $0.0024 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.