reporelay AGENTS.md

reporelay AGENTS.md is an instructions file for Codex, OpenCode from chwoerz/reporelay. It costs 1,925 tokens per session, scanned A, original, MIT.

Repository instructions for RepoRelay, a self-hosted service that indexes Git repositories and provides searchable code context through an MCP server.

In plain words
What is it for?
It helps agents build and test the repository indexer, run individual tests, and start the API, MCP server, worker, and dashboard.
Why use it?
It explains how the web service, worker, database, parser, search system, and user interface fit together, along with their development and test commands.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/chwoerz/reporelay/agents-md.svg)](https://agentmods.dev/instructions/chwoerz/reporelay/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/chwoerz/reporelay/agents-md"><img src="https://agentmods.dev/badge/instructions/chwoerz/reporelay/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,925 This file is loaded in full into every session.
When invoked 1,925 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.01925 $0.01925
Opus 5 $0.00962 $0.00962
Sonnet 5 $0.00385 $0.00385
Haiku 4.5 $0.00193 $0.00193

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

Security

Grade A, and why

reporelay 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 · 161 lines

How it starts

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

AGENTS.md — RepoRelay

Self-hosted, MCP-native code context engine for any Git repository — public or private. TypeScript (strict ESM), Fastify, Drizzle ORM, tree-sitter, pg-boss, pgvector/ParadeDB.

Build / Dev / Test Commands

pnpm build                  # tsc — TypeScript compilation
pnpm dev                    # Start everything (Postgres + worker + web + UI)
pnpm dev:worker             # tsx watch src/worker/index.ts
pnpm dev:web                # tsx watch src/web/main.ts — REST API on :3001
pnpm dev:mcp                # tsx src/mcp/main.ts — MCP server (HTTP on :3000)
pnpm dev:ui                 # Angular dashboard on :4200

pnpm test                   # All tests (unit + integration)
pnpm test:unit              # Unit tests only
pnpm test:integration       # Integration tests (requires Docker for Testcontainers)
pnpm test:watch             # Vitest watch mode

Running a single test

npx vitest run src/parser/tree-sitter-parser.test.ts          # single unit test file
npx vitest run src/indexer/pipeline.integration.test.ts        # single integration test file
npx vitest run -t "parses TypeScript functions"                # by test name pattern
npx vitest run --project unit src/core/config.test.ts          # single file, unit project only

Database & Codegen

pnpm db:generate            # drizzle-kit generate — create SQL migrations
pnpm db:migrate             # drizzle-kit migrate — run migrations
pnpm generate:api           # Regenerate types/Zod from openapi.yaml (Kubb + openapi-typescript)

Project Structure

src/
  core/        Config (Zod), types, logger (Pino), progress tracker
  storage/     Drizzle schema, repositories (class-based), pg-boss queue
  git/         Git mirror/fetch, worktree, diff, file classifier, credentials
  parser/      tree-sitter pipeline + per-language extractors + markdown parser
  indexer/     Chunker, embedder, orchestration pipeline
  retrieval/   Hybrid search (BM25 + vector via RRF), context builder, semver resolver
  services/    Shared business logic (used by both MCP + web)
  mcp/         MCP server, tools, resources, prompts
  web/         Fastify REST API (17 routes) + Swagger UI at /docs
  worker/      Background indexing worker (pg-boss handler)
  generated/   Auto-generated from openapi.yaml (types, Zod schemas, route paths)
  e2e/         End-to-end integration tests
test/
  fixtures/    Multi-language sample source code
  setup/       Testcontainers (ParadeDB) + temp Git repo helpers
ui/            Angular 21 admin dashboard (see ui/DESIGN.md for UI design spec)

Read the full file on GitHub · 161 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 · 161 lines · 1,925 tokens per session scan A 58ef65c87037

Subscribe to this mod's changes

reporelay AGENTS.md is an instructions file published in the GitHub repository chwoerz/reporelay (18 stars, last pushed 4mo ago), licensed MIT. It adds 1,925 tokens to every session, about $0.0096 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.