tidebreak CLAUDE.md

tidebreak CLAUDE.md is an instructions file for coding agents from brightwave-inc/tidebreak. It costs 1,143 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for Tidebreak, a Rust workspace with a Tauri desktop application whose interface uses React and TypeScript. They define development, testing, dependency, branching, and GitHub rules.

In plain words
What is it for?
Use them when editing Tidebreak, preparing a pull request, working across parallel tasks, choosing tests, or changing the desktop interface.
Why use it?
They give coding agents the project’s constraints so changes follow its workflow and avoid unsupported commands, unsafe merges, or mismatched dependencies.

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/brightwave-inc/tidebreak/claude-md
Clone the repo
git clone --depth 1 https://github.com/brightwave-inc/tidebreak

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/brightwave-inc/tidebreak/claude-md.svg)](https://agentmods.dev/instructions/brightwave-inc/tidebreak/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/brightwave-inc/tidebreak/claude-md"><img src="https://agentmods.dev/badge/instructions/brightwave-inc/tidebreak/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,143 This file is loaded in full into every session.
When invoked 1,143 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.1 $0.01143 $0.01143
Opus 5 $0.00571 $0.00571
Sonnet 5 $0.00229 $0.00229
Haiku 4.5 $0.00114 $0.00114

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

Security

Grade A, and why

tidebreak 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 5d 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 · 92 lines

How it starts

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

Working in Tidebreak

Guidance for coding agents. Humans start at CONTRIBUTING.md.

Tidebreak is a Cargo workspace of Rust crates plus a Tauri desktop app whose UI is React/TypeScript under crates/tidebreak-desktop/ui.

Hard rules

  • Do not use the bw CLI. Use this repository's Cargo, pnpm, and GitHub commands.
  • Branch off main; PR back into main. Never commit straight to main.
  • Commit or push only when asked. Do not merge unless the request was to merge.
  • For parallel-track work, claim the GitHub issue (assignee + in-progress) before the first edit. Interactive work the user is directing here does not need an issue.
  • Use GitHub REST (gh / gh api), not GraphQL. Shared agent sessions exhaust the GraphQL quota.
  • Pin every direct dependency to an exact version that already matches the lockfile. Dependabot is the upgrade path.
  • Add a test only if a failure would change what we do. Prefer contracts, easy-to-reverse decisions, bug reproductions, and end-to-end behavior.
  • Run a cheap relevant subset locally; let CI do the rest. A conflicting PR ran nothing — rebase before trusting green.
  • Enable auto-merge (gh pr merge <n> --squash --auto --delete-branch) so a ready PR lands when its lanes go green.
  • This is a public repository. No secrets, no private design docs.

GitHub tracking

The Tidebreak GitHub Project is the board. Milestones are delivery buckets. Parked product ideas stay in docs/deferred.md until a slice is buildable; do not copy that list onto the board.

  • Open an issue only for a bounded outcome with an owner. Do not file per-file or per-session tasks.
  • Multi-slice work uses an epic parent. Children are the slices, not the files inside them.

Desktop UI workflow

  • Read crates/tidebreak-desktop/ui/DESIGN.md before visual work. It defines the palette, type scale, status vocabulary, and the canonical patterns for settings, cards, approvals, empty states, and icons; src/stylesContract.test.ts enforces the mechanical rules, so arbitrary font sizes and raw Tailwind palette classes fail CI.
  • When adding or changing a reusable visual component or a meaningful UI state, add or update its Storybook story under crates/tidebreak-desktop/ui/src/stories/.
  • Show the states that matter for evaluation, including loading, empty, success, failure, and compact variants when they apply. Reuse the typed Storybook fixtures instead of duplicating ad hoc sample data.
  • Run scripts/storybook.sh while developing UI, and run pnpm --dir crates/tidebreak-desktop/ui storybook:build before publishing relevant UI changes.

Read the full file on GitHub · 92 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. 5d ago First seen · 92 lines · 1,143 tokens per session scan A 6ef8d7129e10

Subscribe to this mod's changes

tidebreak CLAUDE.md is an instructions file published in the GitHub repository brightwave-inc/tidebreak (24 stars, last pushed today), licensed Apache-2.0. It adds 1,143 tokens to every session, about $0.0057 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