flow CLAUDE.md

flow CLAUDE.md is an instructions file for coding agents from AixleHQ/flow. It costs 997 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for developers and coding agents working on AixleHQ/flow. They describe documentation upkeep, Docker-based checks, and requirements before publishing changes.

In plain words
What is it for?
They are for updating the documentation index, running Rails and frontend checks inside Docker, and deciding when a branch or pull request is ready.
Why use it?
They reduce missed documentation updates and prevent changes from being pushed without the full local check suite passing.

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/aixlehq/flow/claude-md
Clone the repo
git clone --depth 1 https://github.com/AixleHQ/flow

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 flow CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/aixlehq/flow/claude-md.svg)](https://agentmods.dev/instructions/aixlehq/flow/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/aixlehq/flow/claude-md"><img src="https://agentmods.dev/badge/instructions/aixlehq/flow/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 997 This file is loaded in full into every session.
When invoked 997 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.00997 $0.00997
Opus 5 $0.00498 $0.00498
Sonnet 5 $0.00199 $0.00199
Haiku 4.5 $0.00100 $0.00100

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

Security

Grade A, and why

flow 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 · 79 lines

How it starts

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

CLAUDE.md

Guidance for AI agents working in this repository.

Documentation index

docs/index.md is the index of all architecture/design/research docs. Whenever you add, remove, or move a document under docs/, update docs/index.md in the same change.

Before pushing a branch or opening/updating a PR

before push final results to repo - run the full check suite in Docker first, and only push once it is green:

docker compose exec -T web make check_all

check_all mirrors CI in a single pass and never short-circuits — it captures each result and prints a summary of all failures:

  • Backend: rails test, rubocop, brakeman
  • Frontend: eslint, typescript (tsc), vitest

(CI splits this into be_check_all + fe_check_all; check_all covers both locally.) Don't push a branch or open/update a PR until check_all is green — it catches what a partial, hand-picked test run misses.

Docker is required

NEVER run ruby, bundle, rails, rake, or any gem/node-dependent command directly on the host. This rule applies to Claude itself AND to every subagent Claude spawns — include it explicitly in every subagent prompt.

Rails, tests, and migrations run only inside the web container — the host has no bundled gems, and its node_modules is Linux-built (native bindings fail on the host). If the container isn't running: docker compose up -d.

  • Backend tests: docker compose exec -T web bin/rails test <files>
  • Frontend tests: docker compose exec -T web ./node_modules/.bin/vitest run <files> (npx is not on the container PATH)
  • Full suite before push: docker compose exec -T web make check_all

Never run two backend test invocations at the same time (including from another agent session or a git worktree that shares a Postgres — overlapping runs corrupt each other's aixle_test and the per-worker databases). make-driven runs are flock-serialized; direct bin/rails test runs are not — check nothing else is running first.

Read the full file on GitHub · 79 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. 4d ago First seen · 79 lines · 997 tokens per session scan A 75c42bdda8d3

Subscribe to this mod's changes

flow CLAUDE.md is an instructions file published in the GitHub repository AixleHQ/flow (15 stars, last pushed 4d ago), licensed Apache-2.0. It adds 997 tokens to every session, about $0.0050 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.