nano AGENTS.md

nano AGENTS.md is an instructions file for Codex, OpenCode from NanoNative/nano. It costs 651 tokens per session, scanned A, original, Apache-2.0.

A repository guide for NanoNative's Nano Java framework. It documents the source layout, build commands, coding rules, tests, documentation, and release steps.

In plain words
What is it for?
It helps developers compile, test, package, deploy, and organize Java code while keeping generated files and project conventions consistent.
Why use it?
It gives contributors the project-specific rules and commands they need instead of making them infer how the repository works.

Instructions file for CodexOpenCode

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

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/nanonative/nano/agents-md.svg)](https://agentmods.dev/instructions/nanonative/nano/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/nanonative/nano/agents-md"><img src="https://agentmods.dev/badge/instructions/nanonative/nano/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 651 This file is loaded in full into every session.
When invoked 651 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.00651 $0.00651
Opus 5 $0.00326 $0.00326
Sonnet 5 $0.00130 $0.00130
Haiku 4.5 $0.00065 $0.00065

Measured today against content hash 88de6682dd7e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

nano 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 today.

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

How it starts

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

Repository Guidelines

Nano favors static, event-driven Java code with zero reflection and minimal dependencies. Treat this guide as the fastest path to productive contributions without violating the framework’s immutability and functional constraints.

Project Structure & Module Organization

  • Core source lives under src/main/java/org/nanonative/nano, grouped by domain (core, services, helper, etc.) instead of classic MVC layers.
  • Tests and runnable examples sit in src/test/java, while fixtures (PNG logos, JSON payloads) are under src/test/resources.
  • Long-form docs live in docs/ (concept, context, services), and build artifacts land in target/. Keep generated files out of version control.

Build, Test, and Development Commands

  • ./mvnw clean compile – compile all sources with Java 21 toolchain.
  • ./mvnw test – execute the JUnit 5 suite with AssertJ assertions.
  • ./mvnw clean verify – run tests plus Jacoco coverage (target/site/jacoco/index.html).
  • ./mvnw clean package – produce the distributable JAR in target/.
  • ./mvnw clean deploy -P release – semantic-release build (requires configured GPG and credentials).

Coding Style & Naming Conventions

  • Favor static methods, fluent chains, and final fields; never introduce shared mutable state or null returns.
  • Event constants use screaming snake case (EVENT_HTTP_RECEIVE), packages remain org.nanonative.nano.<domain>.
  • Indentation is 4 spaces; rely on spotless:apply if present in your toolchain but keep formatting deterministic.
  • Zero reflection, no parallel streams, and only virtual threads (Executors.newVirtualThreadPerTaskExecutor) for concurrency.

Testing Guidelines

  • Write component tests in src/test/java, naming files *Test and methods with should... to express behavior.
  • Use embedded resources (Flapdoodle Mongo, in-memory HTTP) instead of mocks; prefer real HTTP calls or WireMock stubs.
  • Keep tests deterministic by injecting Clock or seeds, and assert exact payloads. Failing tests must reproduce locally with ./mvnw test -DfailIfNoTests=false.

Read the full file on GitHub · 37 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. today First seen · 37 lines · 651 tokens per session scan A 88de6682dd7e

Subscribe to this mod's changes

nano AGENTS.md is an instructions file published in the GitHub repository NanoNative/nano (107 stars, last pushed 26d ago), licensed Apache-2.0. It adds 651 tokens to every session, about $0.0033 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-09-04.