moon AGENTS.md

moon AGENTS.md is an instructions file for Codex, OpenCode from moonrepo/moon. It costs 1,226 tokens per session, scanned A, original, MIT.

Repository instructions for moon, a tool for managing, coordinating, and notifying projects in a codebase containing Rust and JavaScript packages. They describe the layout, required tools, and development workflow.

In plain words
What is it for?
Use them when working on moon's Rust crates, npm packages, WebAssembly plugins, or documentation site.
Why use it?
They give coding agents the project context and commands needed to make consistent changes in this repository.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/moonrepo/moon/agents-md.svg)](https://agentmods.dev/instructions/moonrepo/moon/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/moonrepo/moon/agents-md"><img src="https://agentmods.dev/badge/instructions/moonrepo/moon/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,226 This file is loaded in full into every session.
When invoked 1,226 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.01226 $0.01226
Opus 5 $0.00613 $0.00613
Sonnet 5 $0.00245 $0.00245
Haiku 4.5 $0.00123 $0.00123

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

Security

Grade A, and why

moon 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 3d 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 · 102 lines

How it starts

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

AGENTS.md

Guidance for AI coding agents working in the moon repository. moon is a repository management, organization, orchestration, and notification tool for the web ecosystem. The core is written in Rust and ships alongside a set of @moonrepo/* npm packages. moon is built with moon, so every npm package is itself a moon project.

Repository layout

Path Contents
.moon/ moon workspace config (workspace.yml, toolchains.yml, tasks/)
crates/* Rust crates; crates/cli is the default binary
packages/* TypeScript npm packages; @moonrepo/* scope
wasm/* Test WASM plugins built for wasm32-wasip1
website/ Documentation site (also a moon project)

Prerequisites

  • Rust >= 1.97 (pinned in rust-toolchain.toml, edition 2024)
  • Cargo — Rust toolchain
  • Node.js >= 22.18
  • Yarn >= 4
  • Just — Rust task runner
  • Vite+ — JavaScript toolchain
  • Git >= 2.28

First-time setup:

just init     # installs cargo-nextest, cargo-insta, cargo-llvm-cov, etc.
just build    # builds the `moon` binary (required for the JS workflow)
vp install    # installs node modules

Rust workflow

Use just for all Rust tasks. Always run format, lint, and test before finishing a change.

  • just build - Builds all Rust crates.
  • just build-wasm - Builds test related WASM plugins (required for tests).
  • just check - Checks all Rust crates without producing binaries.
  • just format - Formats all Rust code with rustfmt.
  • just lint - Lints all Rust code with clippy (treats warnings as errors).
  • just test - Runs all Rust tests with cargo nextest.
  • just test <filter> - Runs all Rust tests matching the filter.
  • just test-package - Runs tests for a single package/crate by name.
  • just cov - Runs Rust tests with LLVM coverage (slow).

Read the full file on GitHub · 102 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. 3d ago First seen · 102 lines · 1,226 tokens per session scan A 8b4bba7a3f92

Subscribe to this mod's changes

moon AGENTS.md is an instructions file published in the GitHub repository moonrepo/moon (4,084 stars, last pushed 4d ago), licensed MIT. It adds 1,226 tokens to every session, about $0.0061 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.