vexor AGENTS.md

vexor AGENTS.md is an instructions file for Codex, OpenCode from scarletkc/vexor. It costs 985 tokens per session, scanned A, original, MIT.

A set of repository rules for the Vexor coding-agent project, covering its structure, required practices, and checks before changes are accepted.

In plain words
What is it for?
It helps with implementing and verifying Vexor changes, finding the right project areas, handling unclear requirements, and keeping secrets out of the repository.
Why use it?
It gives the agent project-specific guidance so it does not use the wrong environment, hide errors, invent behavior, or expose 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/scarletkc/vexor/agents-md
Clone the repo
git clone --depth 1 https://github.com/scarletkc/vexor

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/scarletkc/vexor/agents-md.svg)](https://agentmods.dev/instructions/scarletkc/vexor/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/scarletkc/vexor/agents-md"><img src="https://agentmods.dev/badge/instructions/scarletkc/vexor/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 985 This file is loaded in full into every session.
When invoked 985 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.00985 $0.00985
Opus 5 $0.00492 $0.00492
Sonnet 5 $0.00197 $0.00197
Haiku 4.5 $0.00098 $0.00098

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

Security

Grade A, and why

vexor 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 5d 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 · 71 lines

How it starts

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

Repository Instructions

Non-negotiables

  • Run Python commands inside the repository's existing virtual environment. Create .venv only when none exists; never install into the system interpreter.
  • Fix root causes. Do not swallow errors or add silent fallbacks. A degraded path is acceptable only when it is deliberate and user-visible. When the root cause stays unclear, say so and name the missing information; extending vexor doctor or verbose output beats a speculative fix.
  • Ask when requirements are ambiguous or inconsistent instead of inventing behavior. Do not ship temporary, placeholder, or demo-only implementations unless explicitly requested.
  • Never commit API keys, private endpoints, or local credentials. Store them via Vexor's config commands, provider environment variables, or a git-ignored .env.

Project map

  • vexor/ contains the runtime, vexor/services/ the orchestration layer (including the MCP stdio server in mcp_service.py, exposed via vexor mcp), and vexor/providers/ the provider adapters and capability metadata. The voyageai and custom providers route through the OpenAI-compatible adapter instead of dedicated modules.
  • Tests mirror the product surface under tests/unit/ and tests/integration/. Documentation lives in docs/; docs/roadmap.md is the source of truth for priorities, and the README stays lean and links into docs/.
  • plugins/vexor/skills/vexor-cli/SKILL.md is the bundled standalone agent guide. Check it when commands or behavior change.

Implementation

  • Follow PEP 8 with 4-space indentation and roughly 100-character lines. Type-annotate new code and keep Typer command names lowercase and imperative.
  • Route user-facing CLI copy through vexor/text.py. Reuse the services layer, structured output paths, and shared helpers before adding new logic; extract the smallest useful helper when behavior is duplicated.
  • Use typer.BadParameter for CLI validation where appropriate. Keep human and porcelain output separate, and treat machine-readable output as a compatibility contract.
  • Treat filesystem paths, extracted content, embedding payloads, and provider or reranker responses as untrusted input.

Read the full file on GitHub · 71 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. 5d ago First seen · 71 lines · 985 tokens per session scan A e01a8d86befb

Subscribe to this mod's changes

vexor AGENTS.md is an instructions file published in the GitHub repository scarletkc/vexor (239 stars, last pushed 6d ago), licensed MIT. It adds 985 tokens to every session, about $0.0049 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.