Shehata-Git AGENTS.md

Shehata-Git AGENTS.md is an instructions file for Codex, OpenCode from moshehata95/Shehata-Git. It costs 304 tokens per session, scanned A, original, MIT.

Repository instructions for AI coding agents working on Shehata Git, a desktop Git application built with Rust, React, and Tauri. They also explain how to use the project's Git tools.

In plain words
What is it for?
Running formatting, linting, tests, and type checks; following commit conventions; recording architectural decisions and build work; and safely checking, committing, pulling, or pushing changes.
Why use it?
They give agents the project's architecture, required checks, documentation rules, and safety limits for Git operations. This reduces the risk of putting logic in the wrong place, committing secrets, or pushing to the wrong branch.

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/moshehata95/shehata-git/agents-md
Clone the repo
git clone --depth 1 https://github.com/moshehata95/Shehata-Git

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 Shehata-Git AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/moshehata95/shehata-git/agents-md.svg)](https://agentmods.dev/instructions/moshehata95/shehata-git/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/moshehata95/shehata-git/agents-md"><img src="https://agentmods.dev/badge/instructions/moshehata95/shehata-git/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 304 This file is loaded in full into every session.
When invoked 304 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.00304 $0.00304
Opus 5 $0.00152 $0.00152
Sonnet 5 $0.00061 $0.00061
Haiku 4.5 $0.00030 $0.00030

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

Security

Grade A, and why

Shehata-Git 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 · 29 lines

What it actually says

AGENTS.md — instructions for AI coding agents

This file tells AI coding agents (Cursor, Claude Code, Codex, Kimi CLI, OpenCode, …) how to work in this repository and how to use Shehata Git itself once it is installed.

Working on the Shehata Git codebase

  • Monorepo: apps/desktop (Tauri + React), crates/* (Rust), pnpm + Cargo.
  • Business logic lives in Rust crates — never in Tauri handlers or React.
  • Run before every commit: cargo fmt --all && cargo clippy --workspace --all-targets -- -D warnings && cargo test --workspace && pnpm --filter @shehata/desktop typecheck && pnpm --filter @shehata/desktop test
  • Conventional Commits. Never commit secrets; the guard tests enforce it.
  • Architectural change? Add an ADR under docs/DECISIONS/.
  • Record what you actually did in docs/BUILD_LOG.md.

Git operations

Use the Shehata Git MCP tools for repository status, commits, pull, and push.

Before pushing:

  1. Verify the assigned account.
  2. Verify the remote and branch.
  3. Never force push.
  4. Do not change Git credentials.
  5. Do not change the remote unless the user explicitly requests it.
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 · 29 lines · 304 tokens per session scan A 9477e6585d2d

Subscribe to this mod's changes

Shehata-Git AGENTS.md is an instructions file published in the GitHub repository moshehata95/Shehata-Git (5 stars, last pushed 2d ago), licensed MIT. It adds 304 tokens to every session, about $0.0015 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