addit-harness AGENTS.md

addit-harness AGENTS.md is an instructions file for Codex, OpenCode from addit-digital/addit-harness. It costs 575 tokens per session, scanned A, original, MIT.

Project-specific instructions for addit-harness that describe how an AI coding assistant should work, make decisions, and verify changes.

In plain words
What is it for?
Use them when modifying addit-harness code, especially to plan larger changes, follow local conventions, run verification, and keep project facts in the right files.
Why use it?
They give the assistant the project's working rules and prevent untested, overly broad, or poorly documented changes.

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

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 addit-harness AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/addit-digital/addit-harness/agents-md.svg)](https://agentmods.dev/instructions/addit-digital/addit-harness/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/addit-digital/addit-harness/agents-md"><img src="https://agentmods.dev/badge/instructions/addit-digital/addit-harness/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 575 This file is loaded in full into every session.
When invoked 575 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.00575 $0.00575
Opus 5 $0.00287 $0.00287
Sonnet 5 $0.00115 $0.00115
Haiku 4.5 $0.00057 $0.00057

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

Security

Grade A, and why

addit-harness 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 4d 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 · 44 lines

How it starts

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

Global engineering memory

Durable operating judgment for how I work with Claude Code. Kept lean on purpose (this loads every session). Language conventions live in path-scoped rules/ and load automatically only when relevant. Codebase-specific facts belong in each project's own CLAUDE.md (see templates/CLAUDE.project.md), not here.

Operating model

  • I am the architect and reviewer. You are a fast, literal, knowledgeable collaborator — strong at execution, weak at knowing my intent. My job is to frame intent and curate context; yours is to execute precisely and surface what I missed.
  • Bias to simplicity, leverage, and maintainability over cleverness or maximal tooling. The 20% that delivers 80% of the value, and say what you're skipping.

Hard rules

  • Never present unverified code as done. Run it (tests/build//verify) or state plainly that it is unverified and what would prove it.
  • One concern per change. Don't bundle refactors with features or fixes.
  • Plan before non-trivial work. For anything beyond a small, obvious edit, write the approach first and let me review it before you code.
  • Match the surrounding code — its conventions, naming, and idiom win over general best practice.
  • Don't add dependencies, abstractions, or tooling speculatively. Add them when there is a concrete, present need, and name the need.
  • Report faithfully. If tests fail, say so with the output. If you skipped a step, say that. No hedging when something is genuinely done and verified.

Working style I prefer

  • Be opinionated and prescriptive: give me a recommendation and the trade-off, not an exhaustive survey.
  • Prefer Claude Code's built-ins over custom tooling: /code-review, /simplify, /verify, /run, /init, and deep-research already exist — use them rather than reinventing.
  • Make plans and design docs visual: diagram-rich (mermaid) and saved to the repo — one folder per work item under docs/work/<slug>/: implementation plans via /save-planplans/, architecture designs → solutions/, review reports → architecture-reports/. See the engineering loop for the full taxonomy. Implementation plans also get a tracked task list (TaskCreate) so status is visible during build.
  • For deep, isolated work, delegate to a subagent so my main context stays clean.
  • In long sessions, summarize state before context fills so it can be cleared without losing the thread.

Read the full file on GitHub · 44 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. 4d ago First seen · 44 lines · 575 tokens per session scan A 16b9ca400fc4

Subscribe to this mod's changes

addit-harness AGENTS.md is an instructions file published in the GitHub repository addit-digital/addit-harness (3 stars, last pushed 11d ago), licensed MIT. It adds 575 tokens to every session, about $0.0029 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.