gateway CLAUDE.md

gateway CLAUDE.md is an instructions file for coding agents from adaline/gateway. It costs 1,196 tokens per session, scanned A, original, MIT.

Project instructions for Adaline Gateway, a TypeScript software library that lets applications call many large-language-model services through one interface. The repository is a monorepo, meaning one codebase contains multiple related packages.

In plain words
What is it for?
Developing, testing, and releasing the shared interface and its model-provider packages.
Why use it?
They explain the technology choices, package layout, commands, and conventions needed to change the library safely.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/adaline/gateway/claude-md.svg)](https://agentmods.dev/instructions/adaline/gateway/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/adaline/gateway/claude-md"><img src="https://agentmods.dev/badge/instructions/adaline/gateway/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,196 This file is loaded in full into every session.
When invoked 1,196 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.01196 $0.01196
Opus 5 $0.00598 $0.00598
Sonnet 5 $0.00239 $0.00239
Haiku 4.5 $0.00120 $0.00120

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

Security

Grade A, and why

gateway 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 3d 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 · 132 lines

How it starts

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

CLAUDE.md - Adaline Gateway

Project Overview

Adaline Gateway is a production-grade unified SDK ("Super SDK") for calling 300+ LLMs through a single TypeScript interface. It is fully local (not a proxy), strongly typed, and isomorphic. It supports batching, retries, caching, callbacks, OpenTelemetry, and tool calling.

Repository: https://github.com/adaline/gateway

Tech Stack

  • Language: TypeScript 5.6
  • Runtime: Node.js >=18
  • Package Manager: pnpm >=9 (strictly enforced — never use npm or yarn)
  • Build: tsup (ESM + CJS dual output)
  • Monorepo: Turborepo
  • Testing: Vitest
  • Linting: ESLint (extends eslint-config-adaline)
  • Formatting: Prettier (140 char width, double quotes, ES5 trailing commas)
  • Validation: Zod schemas for all runtime types
  • Git Hooks: Husky (pre-commit runs lint + test)
  • Releases: Changesets

Repository Structure

core/
  gateway/          — Main @adaline/gateway package (orchestrator, plugins, handlers)
  providers/        — 12 LLM provider implementations (openai, anthropic, google, etc.)
packages/
  types/            — @adaline/types — shared Zod schemas (Config, Message, Tool, Content)
  provider/         — @adaline/provider — base provider interface and abstract classes
tools/
  tsconfig/         — @adaline/tsconfig — shared TypeScript config
  eslint-config/    — eslint-config-adaline — shared ESLint config
  gateway-experiments/ — experimental tools

Common Commands

pnpm install              # Install all dependencies
pnpm run build            # Build all packages (turbo)
pnpm run test             # Run all tests (vitest)
pnpm run lint             # Lint all packages
pnpm run format           # Format with Prettier
pnpm run clean            # Remove node_modules, dist, .turbo
pnpm run dev              # Start dev mode (watch)

Per-package (run from package directory):

pnpm run test             # vitest run
pnpm run test:watch       # vitest watch
pnpm run build            # tsup
pnpm run lint             # eslint

Read the full file on GitHub · 132 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. 3d ago First seen · 132 lines · 1,196 tokens per session scan A 812f4c2e2eff

Subscribe to this mod's changes

gateway CLAUDE.md is an instructions file published in the GitHub repository adaline/gateway (605 stars, last pushed 1mo ago), licensed MIT. It adds 1,196 tokens to every session, about $0.0060 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.