lunar AGENTS.md

lunar AGENTS.md is an instructions file for Codex, OpenCode from gszr/lunar. It costs 459 tokens per session, scanned A, original, MIT.

A set of instructions for working on Lunar, a small Rust program that runs Lua code. It defines the project’s goals, coding style, scope limits, and required checks before making changes.

In plain words
What is it for?
For guiding work in the Lunar codebase, including what to read first, how to structure changes, and when to ask questions.
Why use it?
It gives an AI coding agent project-specific rules so changes fit Lunar’s existing design and do not add unnecessary complexity.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/gszr/lunar/agents-md.svg)](https://agentmods.dev/instructions/gszr/lunar/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/gszr/lunar/agents-md"><img src="https://agentmods.dev/badge/instructions/gszr/lunar/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 459 This file is loaded in full into every session.
When invoked 459 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.00459 $0.00459
Opus 5 $0.00230 $0.00230
Sonnet 5 $0.00092 $0.00092
Haiku 4.5 $0.00046 $0.00046

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

Security

Grade A, and why

lunar 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 · 45 lines

What it actually says

How to work here

Lunar is a small Rust host with a Lua guest. Keep it that way.

Our goals

  • We are a barebones coding harness.
  • We aim at transparency context efficiency: no hidden system prompts that waste tokens and confuse the LLM.

Before you type

  • Read CONTEXT.md. Locked decisions stay locked. If something is unclear, ask.
  • Look at the code — and at Pi when the behavior is “like Pi” — before asking. If the tree answers it, do not ask.
  • Unsettled product shape: ask one question, recommend an answer, wait.
  • Once the shape is agreed, or the user says implement, stop asking and ship a small slice. Iterate later.

Code

  • Simplest thing that works. No speculative abstraction, no “for later” types, no unused flags.
  • Small modules, small surface. Split a file before it becomes a junk drawer. main stays a thin entry.
  • Match the code that is already here. Same names, same patterns, same density.
  • Precise names from the domain. /mission not /session. Do not invent vocabulary.
  • Do not add workflow to the binary. Do not mix the Lua config path with the env path.

Scope

  • Smallest useful diff for this request. One vertical slice you can run.
  • Do not “improve” nearby code, comments, or formatting.
  • Do not touch unrelated files. Leave workflow, generated, and personal files alone.

Check your work

  • Investigate yourself. Do not ask the user to run something you can run.
  • Prefer a real run over a mock. If it fails, find the root cause.
  • Add a test only when it protects a behavior that could break. No tests that only prove a library works.
  • When a product decision changes, update CONTEXT.md in the same turn. Keep the README short enough to start.

Git

  • Commit only when asked.
  • Conventional commits (feat:, fix:, docs:, refactor:).
  • Separate commits for separate concerns.
  • Run cargo fmt --check and cargo clippy and fix issues before committing.
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 · 45 lines · 459 tokens per session scan A 5e60cfd98f32

Subscribe to this mod's changes

lunar AGENTS.md is an instructions file published in the GitHub repository gszr/lunar (10 stars, last pushed 4d ago), licensed MIT. It adds 459 tokens to every session, about $0.0023 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.