vbot AGENTS.md

Project instructions for coding agents working on Vironnimo/vbot. They define how to understand the project, communicate with the user, and decide when to discuss or make changes.

In plain words
What is it for?
Use them when an agent starts a session, plans a change, navigates project areas, or explains work to the user.
Why use it?
They give the agent the project’s rules and terminology before work begins, reducing misunderstandings and unwanted 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/vironnimo/vbot/agents-md
Clone the repo
git clone --depth 1 https://github.com/Vironnimo/vbot

Made for: Codex, OpenCode.

Per session 3,883 This file is loaded in full into every session.
When invoked 3,883 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.03883 $0.03883
Opus 5 $0.01942 $0.01942
Sonnet 5 $0.00777 $0.00777
Haiku 4.5 $0.00388 $0.00388

Measured yesterday against content hash 27da74466591, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

vbot 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 yesterday.

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 · 146 lines

How it starts

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

AGENTS.md

Read at session start (if not already in your context/system prompt)

Read these two core files completely before doing anything (even saying 'hi'), every session, no exceptions — there is no auto-import here, so loading them is on you:

  • .vorch/PROJECT.md — project context
  • .vorch/GLOSSARY.md — project-specific terms

They hold the project's rules and conventions — follow them. Read more as the task needs it: a domain's map under .vorch/domain-maps/ (index in PROJECT.md) when you work that domain, plus any adjacent map your change touches; .vorch/DESIGN.md for UI work. Domain maps are first-pass orientation: use them to find the responsible domain, relevant contracts, likely source, and tests. They do not prove the current implementation and never replace source code, which remains the source of truth for implemented behavior.

Talking to the User

The user reads no code. All user-facing communication — discovery, plan review, decisions, escalations, summaries — is in product language: behavior, capabilities, consequences, domains. No file paths, function names, or code identifiers unless they are part of the product interface (a CLI command, an API endpoint, a config option).

Lead with the outcome. Every reply opens with the result or the bottom line — what changed, what works, what's blocked — before the reasoning, the steps, or the context. The user should know the outcome from the first sentence and be able to stop reading there.

Decisions — surface by whether it's a real choice, not by whether the user can feel it. A change built to be imperceptible still has sub-decisions worth seeing; "the user won't feel it" is never a reason to bury one.

  • Ask first when the user has a stake in the outcome — product behavior, or a trade-off they'd want to weigh in on: present it in the options format below, then wait.
  • Decide, then disclose in one line when it's a real choice among defensible options the user would likely leave to good practice (a 0.5s vs 0.8s debounce, a threshold, a library): make the call and show it — what you chose, the alternative, and why, in one overridable line.
  • Settle silently only when no alternative exists that the user could hold a view on — naming, code structure below domain level, where code lives.

Read the full file on GitHub · 146 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. yesterday First seen · 146 lines · 3,883 tokens per session scan A 27da74466591

Subscribe to this mod's changes

vbot AGENTS.md is an instructions file published in the GitHub repository Vironnimo/vbot (1 stars, last pushed 2d ago), licensed Apache-2.0. It adds 3,883 tokens to every session, about $0.0194 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.