buzz-web AGENTS.md

buzz-web AGENTS.md is an instructions file for Codex, OpenCode from hardy4yooz/buzz-web. It costs 1,492 tokens per session, scanned A, original, Apache-2.0.

A set of instructions for the Buzz Web project, a browser application that connects to an existing Buzz Relay service. It defines what belongs in the web client, the optional control service, and deployment package.

In plain words
What is it for?
Building or reviewing the React/Vite web client, the optional Node control service, deployment packaging, and UI controls that depend on authorized backend operations.
Why use it?
It prevents agents from pretending that unsupported server actions work in the browser or from changing external databases, storage, networks, or credentials.

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

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 buzz-web AGENTS.md

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

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

Security

Grade A, and why

buzz-web 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 · 161 lines

How it starts

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

AGENTS.md

This file defines repository-wide rules for coding agents and automated contributors. Human contributors should also read CONTRIBUTING.md. Instructions in a more deeply nested AGENTS.md, if one is added later, take precedence for that subtree.

Project Boundary

Buzz Web is a browser client for an existing Buzz Relay. Keep these boundaries explicit:

  • web/ is the React/Vite single-page application. It may use Relay WebSocket and HTTP protocols, browser storage, and browser-safe libraries.
  • agent-control/ is an optional, separately deployed Node service that maps authorized signed requests to exact systemd units.
  • deploy/ packages the Web client only. It must not create, migrate, or mutate Relay databases, buckets, Git storage, networks, or credentials.
  • The Relay, desktop/mobile clients, and agent runtimes are upstream or external systems. Do not copy server behavior into the browser to simulate a feature.

If a requested action has no implemented and authorized backend operation, hide it and record the gap in the Roadmap. Do not ship a control that only changes local presentation while implying a Relay write succeeded.

Repository Map

web/src/app/                 router and application shell
web/src/features/            feature-owned UI, hooks, and domain logic
web/src/shared/api/          persistent Relay and media clients
web/src/shared/config/       public runtime configuration
web/src/shared/i18n/         all application-owned UI copy
web/src/shared/lib/          protocol and browser utilities
web/src/shared/ui/           reusable visual primitives
web/tests/e2e/               Playwright user journeys
agent-control/               optional signed agent-start service
deploy/                      container and edge-routing examples
docs/                        operator documentation

Keep code feature-local until at least two features need the same stable behavior. shared/ is not a miscellaneous folder.

Read the full file on GitHub · 161 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 · 161 lines · 1,492 tokens per session scan A 2ec1ac63ceeb

Subscribe to this mod's changes

buzz-web AGENTS.md is an instructions file published in the GitHub repository hardy4yooz/buzz-web (5 stars, last pushed 20d ago), licensed Apache-2.0. It adds 1,492 tokens to every session, about $0.0075 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.

Related

Other instructions, from other repositories

nostr-auth-agents AGENTS.md

AGENTS.md instructions for dyegolara/nostr-auth-agents, covering agents.md — nostr-auth for coding agents, what this tool does, when to run it, quick invocation and recommended flow.

dyegolara/nostr-auth-agents · 1,119 tokens

nostr-mcp-server CLAUDE.md

Instructions for AustinKelsay/nostr-mcp-server, covering claude.md, project overview, common commands, run all tests and run a specific test file.

AustinKelsay/nostr-mcp-server · 727 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

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,182 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,345 tokens