tarsy AGENTS.md

tarsy AGENTS.md is an instructions file for Codex, OpenCode from codeready-toolchain/tarsy. It costs 550 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for TARSy, a system that handles reliability work using Go, Python, and a web dashboard.

In plain words
What is it for?
Running tests, formatting and builds; generating code; creating database migrations; and following the project's task-specific skills and review process.
Why use it?
They give coding agents the project's layout, approved commands, and working rules so changes can be made and checked consistently.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/codeready-toolchain/tarsy/agents-md.svg)](https://agentmods.dev/instructions/codeready-toolchain/tarsy/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/codeready-toolchain/tarsy/agents-md"><img src="https://agentmods.dev/badge/instructions/codeready-toolchain/tarsy/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 550 This file is loaded in full into every session.
When invoked 550 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.00550 $0.00550
Opus 5 $0.00275 $0.00275
Sonnet 5 $0.00110 $0.00110
Haiku 4.5 $0.00055 $0.00055

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

Security

Grade A, and why

tarsy 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 · 58 lines

How it starts

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

TARSy - agent guide

TARSy is a hybrid Go + Python SRE system: Go orchestrator (alerts, sessions, MCP tools), a stateless Python LLM service over gRPC, and a React dashboard.

Default branch: master. Architecture and package map: CLAUDE.md.

Commands

Never invent alternate package-manager commands if these work.

  • Full local gate: make check-all
  • Lint: make lint (make lint-fix to auto-fix)
  • Test: make test
  • Format: make fmt
  • Dev: make doctor, make setup, make dev, make dev-stop
  • Go: make test-unit, make test-go, make build
  • Python LLM service: make test-llm
  • Dashboard: make test-dashboard
  • Codegen: make ent-generate, make proto-generate
  • Migrations: make migrate-create NAME=add_feature — then apply the db-migration-review skill
  • LLM image deps: after changing llm-service/uv.lock, run make llm-requirements

Skills

Project skills live in .cursor/skills/ (symlinked as .claude/skills/). Load a skill when its description matches the task. Do not preload all of them.

How we work

  • Don't assume; surface tradeoffs and ask when unclear
  • Minimum code that solves the problem; no speculative features or abstractions
  • Touch only what you must; no drive-by refactors
  • Define success criteria and verify before finishing

Commits and PRs

  • Never commit, amend, or push unless the user explicitly asks in this turn
  • “Make the change”, “fix the tests”, or finishing a task is not permission to commit
  • If it is unclear, leave changes uncommitted and ask
  • Conventional commits: feat|fix|docs|chore|refactor|test(scope): summary
  • Prefer small, focused PRs
  • Fixes should reference an issue: Fixes #123

Style

  • Match existing code; do not reformat unrelated files
  • Prefer clear names over clever abstractions
  • No AI walls of text in PR descriptions

Safety

  • Do not commit secrets
  • Do not weaken CI, auth, or permission checks without an explicit human request
  • Ask before large architectural changes

Read the full file on GitHub · 58 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 · 58 lines · 550 tokens per session scan A 06c3072c46b6

Subscribe to this mod's changes

tarsy AGENTS.md is an instructions file published in the GitHub repository codeready-toolchain/tarsy (10 stars, last pushed 4d ago), licensed Apache-2.0. It adds 550 tokens to every session, about $0.0028 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.

Related

Other instructions, from other repositories

siclaw CLAUDE.md

Instructions for scitix/siclaw, covering siclaw — operating manual for claude, what this project is, critical architecture invariants, 🔴 local mode: shared filesystem and 🔴 skill bundle contract.

scitix/siclaw · 16,448 tokens

siclaw AGENTS.md

Instructions for scitix/siclaw, covering siclaw project instructions, project shape, before risky edits, verification and stable boundaries.

scitix/siclaw · 829 tokens

rootly-graphify-importer AGENTS.md

Instructions for Rootly-AI-Labs/rootly-graphify-importer, covering rootly-graphify, graphify pipeline — full instructions, usage patterns, step 1 — ensure graphify is installed and step 2 — detect files.

Rootly-AI-Labs/rootly-graphify-importer · 4,539 tokens

runwhen-platform-mcp AGENTS.md

AGENTS.md instructions for runwhen-contrib/runwhen-platform-mcp, covering agents.md — runwhen platform mcp server, authentication, important: workspacename is required, tool routing — workspacechat vs direct tools and always prefer workspacechat for.

runwhen-contrib/runwhen-platform-mcp · 2,550 tokens

runwhen-platform-mcp copilot-instructions.md

Copilot instructions for runwhen-contrib/runwhen-platform-mcp, covering runwhen platform mcp server — copilot instructions, workspacename is required, tool routing, available skills and script contract (quick reference).

runwhen-contrib/runwhen-platform-mcp · 562 tokens

ai-reliability-copilot AGENTS.md

AGENTS.md instructions for YanpengQi7/ai-reliability-copilot: This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in nodemodules/next/dist/docs/ before writing any code. Heed deprecation notices.

YanpengQi7/ai-reliability-copilot · 74 tokens