osaurus AGENTS.md

osaurus AGENTS.md is an instructions file for Codex, OpenCode from osaurus-ai/osaurus. It costs 2,723 tokens per session, scanned A, original, MIT.

A project instruction file for the osaurus-ai/osaurus Swift project. It documents the Codex setup, build and test commands, evaluation suites, live-app checks, and an option for tests that do not need Keychain access.

In plain words
What is it for?
Use it when working on Osaurus to run core tests, CI-like tests, app or CLI builds, evaluation suites, and keychain-free test runs.
Why use it?
It tells coding agents which commands and settings to use when building, testing, and validating Osaurus 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/osaurus-ai/osaurus/agents-md
Clone the repo
git clone --depth 1 https://github.com/osaurus-ai/osaurus

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/osaurus-ai/osaurus/agents-md.svg)](https://agentmods.dev/instructions/osaurus-ai/osaurus/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/osaurus-ai/osaurus/agents-md"><img src="https://agentmods.dev/badge/instructions/osaurus-ai/osaurus/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,723 This file is loaded in full into every session.
When invoked 2,723 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.02723 $0.02723
Opus 5 $0.01362 $0.01362
Sonnet 5 $0.00545 $0.00545
Haiku 4.5 $0.00272 $0.00272

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

Security

Grade A, and why

osaurus 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 · 195 lines

How it starts

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

Codex Configuration - osaurus-staging

See ~/AGENTS.md for the global Codex environment, wiki protocol, hard rules, machine context, and useful commands.

Build & Test

Running tests and builds is encouraged — they're how we keep quality high. The canonical lanes live in Makefile:

  • make testswift test --package-path Packages/OsaurusCore (fast unit loop).
  • make ci-test — mirrors the CI test-core xcodebuild job (xcbeautify output, xcresult bundle at build/Tests.xcresult).
  • make cli / make app — build the CLI and the embedded app via xcodebuild against osaurus.xcworkspace.
  • make evals / make evals-all — run OsaurusEvals suites under Packages/OsaurusEvals/Suites/*.
  • Live-app smoke: scripts/live-proof/launch-keychain-free-osaurus.sh.

Keychain tip (optional)

Some tests touch Osaurus Keychain wrappers. If a test doesn't need real Keychain access, prefer running it in keychain-disabled mode to avoid unrelated "wants to use your confidential information" prompts:

OSAURUS_DISABLE_KEYCHAIN_FOR_TESTS=1 \
OSAURUS_TEST_ROOT=/tmp/osaurus-test \
OSU_MODELS_DIR=/tmp/osaurus-test-models \
make test

In that mode, Keychain wrappers should return nil / no-op on reads, writes, and deletes rather than calling SecItemCopyMatching / SecItemAdd / SecItemUpdate / SecItemDelete against the login Keychain.

OSU_MODELS_DIR (pointed at an empty dir) matters on machines with real models in ~/MLXModels: dispatch-style tests start real ChatSession.send turns, and without the override they resolve the user's installed models and try to load them inside the SwiftPM harness — which has no Metal kernels and dies with MLX/MLXArray.swift precondition failed. With the override those sends fail fast with modelUnavailable, matching CI behavior. Keychain-gated suites (e.g. PluginAgentScopingTests) still fail by design under OSAURUS_DISABLE_KEYCHAIN_FOR_TESTS=1; run those without the flag when you need real Keychain proof.

Read the full file on GitHub · 195 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 · 195 lines · 2,723 tokens per session scan A d3c8d72c77cc

Subscribe to this mod's changes

osaurus AGENTS.md is an instructions file published in the GitHub repository osaurus-ai/osaurus (7,756 stars, last pushed yesterday), licensed MIT. It adds 2,723 tokens to every session, about $0.0136 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.