bq-analytics CLAUDE.md

bq-analytics CLAUDE.md is an instructions file for coding agents from johnkueh/bq-analytics. It costs 287 tokens per session, scanned A, original, MIT.

Project release instructions for bq-analytics, a software package published through npm. They explain that releases happen when a version tag is pushed, not when a branch receives a commit.

In plain words
What is it for?
Use them when preparing patch, minor, or major npm releases and checking whether the release workflow ran successfully.
Why use it?
They prevent fixes from sitting on the main branch without being published and document the commands needed to create a release.

Instructions file

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 instructions/johnkueh/bq-analytics/claude-md
Clone the repo
git clone --depth 1 https://github.com/johnkueh/bq-analytics

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 bq-analytics CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/johnkueh/bq-analytics/claude-md.svg)](https://agentmods.dev/instructions/johnkueh/bq-analytics/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/johnkueh/bq-analytics/claude-md"><img src="https://agentmods.dev/badge/instructions/johnkueh/bq-analytics/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 287 This file is loaded in full into every session.
When invoked 287 The same file — it is already loaded in full.
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.00287 $0.00287
Opus 5 $0.00143 $0.00143
Sonnet 5 $0.00057 $0.00057
Haiku 4.5 $0.00029 $0.00029

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

Security

Grade A, and why

bq-analytics 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 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.

CLAUDE.md · 32 lines

What it actually says

bq-analytics — Claude notes

Releases publish on tag push, NOT on branch push

.github/workflows/release.yml is gated on tags: ["v*"]. Pushing a commit to main does not publish to npm. CI only runs when a v* tag is pushed.

To ship a fix to npm:

pnpm release           # patch (0.x.0 -> 0.x.1)
pnpm release minor     # 0.x.0 -> 0.(x+1).0
pnpm release major     # 1.0.0 -> 2.0.0

scripts/release.sh checks the working tree is clean, bumps the version in package.json, commits as release: vX.Y.Z, creates an annotated vX.Y.Z tag, and git push --follow-tags. The tag push is what triggers the workflow → npm publish (OIDC trusted publisher, no token needed).

If you push a fix to main without running pnpm release, it sits on main unreleased. There is no auto-tagger.

Verify after release:

npm view bq-analytics version
gh -R johnkueh/bq-analytics run list --limit 3
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 · 32 lines · 287 tokens per session scan A fb5f7ca5b7d0

Subscribe to this mod's changes

bq-analytics CLAUDE.md is an instructions file published in the GitHub repository johnkueh/bq-analytics (5 stars, last pushed 2mo ago), licensed MIT. It adds 287 tokens to every session, about $0.0014 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.