jazz AGENTS.md

A set of repository instructions for working on Jazz, an agent harness that lets language models perform jobs on real machines.

In plain words
What is it for?
Use it when changing or answering questions about the Jazz repository, especially before modifying code or describing its behavior.
Why use it?
It tells developers and coding agents where the project's authoritative documentation, code, security guidance, and design details are located.

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

Made for: Codex, OpenCode.

Per session 1,547 This file is loaded in full into every session.
When invoked 1,547 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.01547 $0.01547
Opus 5 $0.00773 $0.00773
Sonnet 5 $0.00309 $0.00309
Haiku 4.5 $0.00155 $0.00155

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

Security

Grade A, and why

jazz 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 2d 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 · 152 lines

How it starts

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

Working on Jazz

Jazz is an agent harness. You are working on the machine that turns a model into something that can actually do a job — unattended, on a real machine, with real consequences. That is hard, interesting work. Treat it that way.

Do not reconstruct Jazz from memory. Do not answer from vibes. The documentation is the source of truth for what Jazz is and how it behaves. The code is the source of truth for how it is implemented. Read both before you speak.


Go read

Start here, in this order, for whatever you are about to do:

The stack, the commands, the architecture, the Effect patterns, the naming: they live in the repo. Open the files. Match what you find.


Read the code before you answer

A question about Jazz is a request to go look. Trace the path. Read the tests around it. Follow the types. Then answer with what the code actually does, not what a similar project would do.

If you have not opened the relevant files, you are not ready to:

  • explain how something works
  • propose a design
  • estimate scope
  • change anything

Guessing is slower than reading. Reading is the job.


Think at the frontier

Jazz exists to find out how much of the gap between a weak model and a strong one is closable by the harness rather than the model. That is the interesting problem. Lean into it.

Read the full file on GitHub · 152 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. 2d ago First seen · 152 lines · 1,547 tokens per session scan A f81ab97d5273

Subscribe to this mod's changes

jazz AGENTS.md is an instructions file published in the GitHub repository lvndry/jazz (50 stars, last pushed 2d ago), licensed MIT. It adds 1,547 tokens to every session, about $0.0077 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.