zvm AGENTS.md

zvm AGENTS.md is an instructions file for Codex, OpenCode from tristanisham/zvm. It costs 789 tokens per session, scanned A, original, MIT.

Repository-specific instructions for ZVM, a Go command-line program that installs and switches between Zig and ZLS versions. They describe the project layout, commands, coding conventions, and tests.

In plain words
What is it for?
For building, testing, navigating, and contributing to the ZVM codebase.
Why use it?
They give an AI coding assistant the project context needed to make changes that fit the repository and verify them correctly.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md.

About the project

zvm is a version manager for the Zig programming language that installs and switches between Zig releases. Developers use it when projects require different Zig versions or when Zig changes frequently.

tristanisham/zvm · 1,055 stars · on GitHub · zvm.app

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/tristanisham/zvm/agents-md.svg)](https://agentmods.dev/instructions/tristanisham/zvm/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/tristanisham/zvm/agents-md"><img src="https://agentmods.dev/badge/instructions/tristanisham/zvm/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 789 This file is loaded in full into every session.
When invoked 789 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.00789 $0.00789
Opus 5 $0.00394 $0.00394
Sonnet 5 $0.00158 $0.00158
Haiku 4.5 $0.00079 $0.00079

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

Security

Grade A, and why

zvm 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 6d 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 · 45 lines

How it starts

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

Repository Guidelines

Project Structure & Module Organization

ZVM is a Go CLI for installing and switching Zig and ZLS versions. main.go defines commands and initializes the shared cli.ZVM. Core behavior lives in cli/: installation and verification in install.go, version selection in use.go and resolve.go, configuration in config.go, and self-upgrades in upgrade.go. OS-specific links and metadata live under cli/meta/. Keep tests beside their implementation as *_test.go. Installer entry points are install.sh and install.ps1; build.ts drives Deno-based release builds. installer/windows/ is a build input consumed by .github/workflows/winget.yml to produce the MSI, not reference material. Files under .github/assets/ are generated by workflows and must not be hand-edited. docs/ is gitignored.

Build, Test, and Development Commands

  • go run . --help runs the CLI from source.
  • go build -v . builds the local zvm binary.
  • go build -tags noAutoUpgrades . builds the package-manager variant without self-upgrade support.
  • go test -v ./... runs the complete Go test suite.
  • go test -v ./cli -run TestResolveStable runs one focused test.
  • go fmt ./... formats Go files; run it before submitting changes.
  • go vet ./... performs standard static checks. CI also runs golangci-lint with errcheck disabled.
  • deno task build (or deno run -A build.ts) creates cross-platform release artifacts.
  • deno task star-history regenerates the README star chart; needs GITHUB_TOKEN.
  • Package-manager builds should also set -ldflags "-X 'main.BuildUpgradeMessage=...'" so zvm upgrade points at the right updater. Quote it; the value contains spaces.

Coding Style & Naming Conventions

Follow gofmt output and normal Go indentation. Use camelCase names and keep symbols unexported unless another package needs them. Put platform differences in paired build-tagged files such as link_unix.go and link_win.go, rather than scattering runtime OS checks. Preserve sentinel error behavior from cli/error.go; wrap or join errors when callers need to inspect them. Keep security-sensitive download verification intact unless the change explicitly targets that behavior.

Read the full file on GitHub · 45 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. 6d ago First seen · 45 lines · 789 tokens per session scan A 1c82cc39d626

Subscribe to this mod's changes

zvm AGENTS.md is an instructions file published in the GitHub repository tristanisham/zvm (1,055 stars, last pushed today), licensed MIT. It adds 789 tokens to every session, about $0.0039 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.