vendo CLAUDE.md

vendo CLAUDE.md is an instructions file for Claude Code from runvendo/vendo. It costs 2,968 tokens per session, scanned A, original, Apache-2.0.

A project guide for Vendo, a development tool that lets a company's users customize its product through an embedded AI agent and generated interface elements. It describes the code layout, commands, examples, cloud services, and project rules.

In plain words
What is it for?
Use it when installing dependencies, building, testing, type-checking, linting, running the demo bank, or changing Vendo packages and their documented contracts.
Why use it?
It gives coding agents the conventions and checks needed to work safely across the project's packages, examples, documentation site, and automated tests.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions AGENTS.md.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/runvendo/vendo/claude-md.svg)](https://agentmods.dev/instructions/runvendo/vendo/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/runvendo/vendo/claude-md"><img src="https://agentmods.dev/badge/instructions/runvendo/vendo/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,968 This file is loaded in full into every session.
When invoked 2,968 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.02968 $0.02968
Opus 5 $0.01484 $0.01484
Sonnet 5 $0.00594 $0.00594
Haiku 4.5 $0.00297 $0.00297

Measured 2d ago against content hash 909a5971714b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

vendo 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 2d 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 · 179 lines

How it starts

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

Vendo

Vendo is a devtool that lets a company's users customize its product: an embedded agent that acts through the host's own API as the user and renders generated UI in a sandboxed, brand-native surface.

Layout

  • packages/ — two published packages: the @vendoai/vendo umbrella and the vendoai alias. The ten blocks are no longer packages of their own — they folded into the umbrella and survive as its subpath exports (/core, /ui, /store, /actions, /guard, /apps, /automations, /knowledge, /mcp, /telemetry), backed by directories under packages/vendo/src/. The behavior contract is the exported types/zod schemas and the test suites — there are no prose contract docs; layering enforced by scripts/dependency-guard.mjs in pnpm lint
  • examples/ — the demo host demo-bank (Maple) and the framework integration examples (ai-sdk-agent, mastra-agent, claude-code-plugin)
  • corpus/ — init-extraction corpus harness (pnpm corpus)
  • docs-site/ — the public docs site

Commands

  • pnpm install · pnpm typecheck · pnpm lint (turbo-cached) — the local loop
  • pnpm build · pnpm test · pnpm test:affected (changed packages only) — on demand, not required before a PR
  • Demo: pnpm --filter demo-bank dev (Maple)

Vendo Cloud

  • Cloud sells exactly two categories: infrastructure that is painful to run yourself (sandbox, inference, persistence, brokers, hosted automations) and inherently multi-party coordination (sharing, registry, orgs, SSO, billing, console). Everything else stays OSS.
  • Hard BYO rule: every single-player capability keeps a no-key bring-your-own path (own Postgres, sandbox account, model key, OAuth apps).
  • Adapter rule: one adapter interface per block; Cloud is just another implementation shipped in OSS. VENDO_API_KEY sets Cloud defaults only for adapter slots the host left unset; an explicitly passed adapter always wins; no hidden key-conditional branches. Reference implementation: selectConnections in packages/vendo/src/compose-selection.ts.
  • Gating is valid key + meter, nothing else: no capability booleans, no entitlement protocol, no validate endpoint, no client-side checks. Key problems surface on the first real service call.
  • Managed inference rides the console's Anthropic-compatible model gateway through the stock @ai-sdk/anthropic provider, so inference traffic does not carry the deployment-identity headers and does not feed the deployment inventory (known, accepted).

Read the full file on GitHub · 179 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. 2d ago Changed · +38 lines · +718 tokens per session 909a5971714b
  2. 6d ago First seen · 141 lines · 2,250 tokens per session scan A 69652081bda5

Subscribe to this mod's changes

vendo CLAUDE.md is an instructions file published in the GitHub repository runvendo/vendo (604 stars, last pushed 4d ago), licensed Apache-2.0. It adds 2,968 tokens to every session, about $0.0148 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.