a2amesh AGENTS.md

a2amesh AGENTS.md is an instructions file for Codex, OpenCode from oaslananka/a2amesh. It costs 1,486 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for A2A Mesh, a TypeScript monorepo containing an agent-to-agent runtime, protocol packages, registry, adapters, command-line tools, and tests. A monorepo keeps related packages in one repository.

In plain words
What is it for?
Setting up the project, running linting, type checks, tests, builds, and the full verification gate across its packages.
Why use it?
They provide the exact supported tool versions and release checks, helping contributors avoid incompatible environments or incomplete changes.

Instructions file for CodexOpenCode

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/oaslananka/a2amesh/agents-md
Clone the repo
git clone --depth 1 https://github.com/oaslananka/a2amesh

Made for: Codex, OpenCode.

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 a2amesh AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/oaslananka/a2amesh/agents-md.svg)](https://agentmods.dev/instructions/oaslananka/a2amesh/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/oaslananka/a2amesh/agents-md"><img src="https://agentmods.dev/badge/instructions/oaslananka/a2amesh/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,486 This file is loaded in full into every session.
When invoked 1,486 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.01486 $0.01486
Opus 5 $0.00743 $0.00743
Sonnet 5 $0.00297 $0.00297
Haiku 4.5 $0.00149 $0.00149

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

Security

Grade A, and why

a2amesh AGENTS.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.

AGENTS.md · 173 lines

How it starts

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

A2A Mesh Agent Map

What This Repository Is

A2A Mesh is an independent TypeScript monorepo for Agent2Agent-compatible runtime, client, registry, adapters, bridge packages, CLI, docs, and tests.

Use A2A Mesh for human-facing project identity and a2amesh for machine names. All public packages are scoped under @a2amesh/*.

Setup

Use the repository toolchain:

corepack enable
pnpm install --frozen-lockfile

Supported runtime is Node.js >=22.22.1 <25 and pnpm >=11 <12.

Build And Test

Run the narrowest relevant command first, then the broader gate:

pnpm run lint
pnpm run typecheck
pnpm run test
pnpm run build
pnpm run verify

pnpm run verify is the local release-quality gate. Do not bypass failing checks.

Repository Layout

  • .github/: workflows, issue templates, repo ruleset examples, and ownership.
  • packages/protocol/: @a2amesh/protocol — standalone protocol type definitions (zero deps).
  • packages/runtime/: public runtime, protocol types, server/client, auth, storage, telemetry, and security helpers.
  • packages/registry/: registry server, discovery, health, matching, and storage helpers.
  • packages/mcp/: A2A and MCP mapping helpers.
  • packages/cli/: a2amesh command-line interface.
  • packages/create-a2amesh/: @a2amesh/create-a2amesh scaffolder.
  • packages/adapters/: deprecated internal meta-package re-exporting per-provider adapter packages.
  • packages/adapter-base/: internal abstract base adapter and contract helpers.
  • packages/adapter-openai/: internal OpenAI Chat API adapter.
  • packages/adapter-anthropic/: internal Anthropic Claude Messages API adapter.
  • packages/adapter-langchain/: internal LangChain / LangGraph runnable adapter.
  • packages/adapter-google-adk/: internal Google Agent Development Kit HTTP adapter.
  • packages/adapter-llamaindex/: internal LlamaIndex query/chat engine adapter.
  • packages/adapter-crewai/: internal CrewAI HTTP bridge adapter.
  • packages/transport-ws/: internal WebSocket transport helpers.
  • packages/transport-grpc/: internal gRPC transport helpers.
  • packages/auth/: internal authentication helpers.
  • packages/telemetry/: internal telemetry helpers.
  • packages/fleet/: internal fleet/orchestration helpers.
  • packages/worker-runtime/: internal worker runtime helpers.
  • apps/: demos and UI smoke surfaces.
  • examples/: executable package consumer examples.
  • docs/: canonical markdown documentation.
  • docs-site/: VitePress site that mirrors the canonical docs topics.
  • scripts/: repository validation, docs generation, release, and cleanup scripts.
  • tests/: cross-package integration tests.

Read the full file on GitHub · 173 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 · 173 lines · 1,486 tokens per session scan A 1b14d4eae612

Subscribe to this mod's changes

a2amesh AGENTS.md is an instructions file published in the GitHub repository oaslananka/a2amesh (2 stars, last pushed today), licensed Apache-2.0. It adds 1,486 tokens to every session, about $0.0074 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-31.