trace-first-starter: Command for Claude Code

.claude/commands/tfw-release.md

tfw-release is a command for Claude Code from saubakirov/trace-first-starter. It costs 12 tokens per session (821 once invoked), scanned A, original, MIT.

A command for preparing a versioned software release. It reads the project's release notes, changelog, version file, and completed work before recording the release.

In plain words
What is it for?
Use it when changes are ready to publish as a new version, including checking completed tasks and updating the relevant project records.
Why use it?
It gathers release information from the project's own task records, reducing the chance of missing completed work or using the wrong version.

Command for Claude Code

Written for Claude Code: installed under .claude/.

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

Reuse

Borrowing it

Nothing to install: this file belongs to saubakirov/trace-first-starter. 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/saubakirov/trace-first-starter/master/.claude/commands/tfw-release.md
Clone the repo
git clone --depth 1 https://github.com/saubakirov/trace-first-starter

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 tfw-release

README.md
[![agentmods](https://agentmods.dev/badge/commands/saubakirov/trace-first-starter/tfw-release.svg)](https://agentmods.dev/commands/saubakirov/trace-first-starter/tfw-release)
Your own site
<a href="https://agentmods.dev/commands/saubakirov/trace-first-starter/tfw-release"><img src="https://agentmods.dev/badge/commands/saubakirov/trace-first-starter/tfw-release.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 821 The whole file, excluding the scripts and references it only reads on demand.
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.00012 $0.00821
Opus 5 $0.00006 $0.00411
Sonnet 5 $0.00002 $0.00164
Haiku 4.5 $0.00001 $0.00082

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

Security

Grade A, and why

tfw-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 7d 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/commands/tfw-release.md · 95 lines

How it starts

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

TFW Release — Version Release Workflow

Role: Coordinator / Maintainer Trigger: Manually, when accumulated changes justify a new version Prerequisite: RELEASE.md exists with project-specific release context

Prerequisites

  1. Read RELEASE.md — understand what a release means for this project
  2. Read .tfw/CHANGELOG.md — see the last released version
  3. Read .tfw/VERSION — confirm current version
  4. Read task state across the configured containers — identify tasks whose lifecycle reached DONE since the last release. The portfolio index is a convenience for finding them; the task's own status.md is what the release records.

Who Is Acting

Resolve the acting handle before the first durable write — before any status.md change, any journal event, any commit. Once per session, not per turn.

Situation What happens
One profile in team/ it is used, silently
Several profiles read the binding on this machine~/.tfw/bindings.yaml, or %LOCALAPPDATA%\tfw\bindings.yaml
No binding · a shared device · a copied binding · a handle whose profile is gone ask exactly one short question, then proceed

Identity is never inferred from an OS username, hostname, folder name or account display string. Every event this session writes carries on_behalf_of (always a human) and via (the tool). A writer is not named yet — that is TFW-54 — so do not create a profile per session. → conventions.md §4

Step 1: Scope the Release

  1. List all tasks completed since the last version tag
  2. Categorize changes:
    • Framework changes — templates, workflows, conventions, adapters
    • Project changes — task artifacts, documentation, internal improvements
  3. Decide: do the accumulated changes justify a release? Consult RELEASE.md §4 (triggers)

If NO → stop. Record decision in next RF if applicable.

Step 2: Determine Version Bump

Consult RELEASE.md §3 (version scheme):

Change type Bump
Breaking changes (conventions, template structure, workflow steps changed/removed) MAJOR
New features (new workflows, new templates, new optional artifacts) MINOR
Fixes, clarifications, typos PATCH

Read the full file on GitHub · 95 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. 7d ago First seen · 95 lines · 12 tokens per session scan A e314626bc9cb

Subscribe to this mod's changes

tfw-release is a command published in the GitHub repository saubakirov/trace-first-starter (29 stars, last pushed 4d ago), licensed MIT. It adds 12 tokens to every session and 821 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-30.