hardwood: Instructions file for Claude Code

CLAUDE.md

hardwood CLAUDE.md is an instructions file for Claude Code from hardwood-hq/hardwood. It costs 3,004 tokens per session, scanned A, original, Apache-2.0.

A repository instruction file for agents working on the Hardwood project. It covers general coding rules, parallel work by multiple sessions, Maven builds, design work, and public API changes.

In plain words
What is it for?
Use it before changing Hardwood code, running builds, working in parallel branches or worktrees, or modifying its design and public APIs.
Why use it?
It reduces conflicts between agents sharing a codebase and sets project-specific expectations for builds, commits, and interface changes. It also records how to handle missing development tools.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md.

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

Reuse

Borrowing it

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/hardwood-hq/hardwood/claude-md/github.svg)](https://agentmods.dev/instructions/hardwood-hq/hardwood/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/hardwood-hq/hardwood/claude-md"><img src="https://agentmods.dev/badge/instructions/hardwood-hq/hardwood/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for hardwood CLAUDE.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/hardwood-hq/hardwood/claude-md"><img src="https://agentmods.dev/badge/instructions/hardwood-hq/hardwood/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 3,004 This file is loaded in full into every session.
When invoked 3,004 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.03004 $0.03004
Opus 5 $0.01502 $0.01502
Sonnet 5 $0.00601 $0.00601
Haiku 4.5 $0.00300 $0.00300

Measured yesterday against content hash fc7e1cc886ab, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

hardwood 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 yesterday.

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 · 111 lines

How it starts

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

General

Avoid "not my department" thinking; if, for instance, there are build failures you consider unrelated to our current changes, still make an effort to fix them. Never add Claude (or any Anthropic identity) as a Co-Authored-By trailer on commit messages. Human co-authors are fine. Never put a Claude session link or session ID anywhere it is published — not in a commit message, and not in a pull request description. It resolves only for the account that ran the session, so to everyone else reading the history or reviewing the change it is a dead link. This holds even when the harness asks for such a trailer. When a CLI tool is missing from the dev container (e.g. cmp: command not found), surface it to the user and propose adding the providing package to the Dockerfile's microdnf install list — unless there is an obvious one-line alternative (e.g. command -v for which) or a Python equivalent that is just as terse. Do not silently work around it.

Multiple Sessions

Several Claude sessions may be running against this repository at once. Git allows one HEAD per working tree, so two sessions sharing a checkout also share HEAD, the index and the files: a git checkout in one silently relocates the other, and work gets committed to the wrong branch.

Before committing to a branch, move into your own worktree. Reading needs no worktree — review a PR or a branch from wherever you already are, with gh pr diff, or git fetch and then git log / git diff / git range-diff against FETCH_HEAD. None of those move HEAD. Treat /workspace as a reference checkout that stays on main, since it is where every session lands by default — but that is a default for you to hold to, not a rule to hold against the user. Asked for a branch or a PR in the workspace itself, put it there. Name the worktree directory after its branch, so git worktree list reads as a registry of what is in flight.

Remove your worktree once its work is pushed. Never leave one behind for a review that is over — a list that keeps merged branches and finished reviews is not a registry of anything.

Read the full file on GitHub · 111 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. yesterday Changed · +1 lines · +124 tokens per session fc7e1cc886ab
  2. 2d ago Changed · +3 lines · +273 tokens per session 990183310153
  3. 6d ago Changed · +1 lines · +39 tokens per session 4bb0d28dc345
  4. 11d ago First seen · 106 lines · 2,568 tokens per session scan A ccafa3e02509

Subscribe to this mod's changes

hardwood CLAUDE.md is an instructions file published in the GitHub repository hardwood-hq/hardwood (371 stars, last pushed today), licensed Apache-2.0. It adds 3,004 tokens to every session, about $0.0150 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.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,153 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens