jockey AGENTS.md

jockey AGENTS.md is an instructions file for Codex, OpenCode from recailai/jockey. It costs 587 tokens per session, scanned A, original, MIT.

Repository instructions for Jockey, a desktop app with a SolidJS and TypeScript interface and a Rust backend built with Tauri.

In plain words
What is it for?
Use them when changing the app interface or Rust backend, running development and production builds, checking Rust code, formatting it, or adding tests.
Why use it?
They explain where code belongs, which commands build and test each part, and which generated files should stay out of version control.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/recailai/jockey/agents-md.svg)](https://agentmods.dev/instructions/recailai/jockey/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/recailai/jockey/agents-md"><img src="https://agentmods.dev/badge/instructions/recailai/jockey/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 587 This file is loaded in full into every session.
When invoked 587 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.1 $0.00587 $0.00587
Opus 5 $0.00293 $0.00293
Sonnet 5 $0.00117 $0.00117
Haiku 4.5 $0.00059 $0.00059

Measured 6d ago against content hash d8bcb056c237, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

jockey 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 6d 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 · 39 lines

How it starts

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

Repository Guidelines

Project Structure & Module Organization

  • src/: SolidJS + TypeScript UI (App.tsx is the main view entry, index.tsx bootstraps app, index.css holds Tailwind/CSS variables).
  • src-tauri/src/: Rust backend for Tauri commands and orchestration logic (lib.rs and acp.rs).
  • docs/: Architecture notes and RFC-style design docs.
  • public/: Static assets packaged by Vite.
  • Generated output: dist/ (frontend build) and src-tauri/target/ (Rust build artifacts); do not commit these.

Build, Test, and Development Commands

  • pnpm dev: Run Vite dev server for frontend iteration.
  • pnpm tauri dev: Run the full desktop app (frontend + Rust backend hot reload).
  • pnpm build: Build production frontend assets into dist/.
  • pnpm tauri build: Build distributable desktop bundles.
  • cargo check --manifest-path src-tauri/Cargo.toml: Fast Rust type check.
  • cargo test --manifest-path src-tauri/Cargo.toml: Run Rust tests.
  • cargo clippy --manifest-path src-tauri/Cargo.toml: Rust lint checks.
  • cargo fmt --manifest-path src-tauri/Cargo.toml: Format Rust code.

Coding Style & Naming Conventions

  • TypeScript/Solid: use 2-space indentation, semicolons, camelCase for variables/functions, PascalCase for components and type names.
  • Rust: rely on rustfmt defaults (4-space indentation), snake_case for functions/variables, CamelCase for structs/enums.
  • Keep Tauri command payloads and frontend types in camelCase to match existing serde usage (#[serde(rename_all = "camelCase")]).
  • Prefer small, focused modules; place protocol/backend logic in src-tauri/src/ and UI behavior in src/.

Testing Guidelines

  • Primary automated tests are currently Rust-side via cargo test.
  • Add unit tests next to Rust modules when introducing non-trivial logic.
  • Frontend test framework is not configured yet; include manual verification steps in PRs (for example: team creation, role binding, assistant chat flow).

Commit & Pull Request Guidelines

  • Follow Conventional Commits, as seen in history: feat: ..., docs: ..., chore: ....
  • Keep commits scoped to one change theme; use imperative, specific summaries.
  • PRs should include:
    • concise problem/solution description,
    • linked issue (if available),
    • testing evidence (cargo test, pnpm build, manual UI checks),
    • screenshots or short recordings for UI changes.

Read the full file on GitHub · 39 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. 6d ago First seen · 39 lines · 587 tokens per session scan A d8bcb056c237

Subscribe to this mod's changes

jockey AGENTS.md is an instructions file published in the GitHub repository recailai/jockey (24 stars, last pushed 3mo ago), licensed MIT. It adds 587 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-30.