gitcontribute AGENTS.md

A repository guide that tells coding agents how to work in the GitContribute codebase, including its goals, boundaries, and engineering rules. GitContribute is a local research and validation workspace that keeps repository and GitHub context explicit.

In plain words
What is it for?
Use it when contributing to GitContribute, especially when changing its architecture, MCP integration, or evidence records. It helps agents follow repository agreements and distinguish imported claims from locally reproduced evidence.
Why use it?
It gives agents shared project context and prevents them from treating missing or outdated information as proof that something does not exist. It also clarifies which actions, such as network access or GitHub changes, must remain explicit.

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

Made for: Codex, OpenCode.

Per session 463 This file is loaded in full into every session.
When invoked 463 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.00463 $0.00463
Opus 5 $0.00231 $0.00231
Sonnet 5 $0.00093 $0.00093
Haiku 4.5 $0.00046 $0.00046

Measured yesterday against content hash 68587f58a8b9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

gitcontribute 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 yesterday.

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 · 50 lines

How it starts

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

Repository working agreements

What we are building

GitContribute is a local-first research and validation workbench for coding agents. It gives agents durable repository and GitHub facts, bounded acquisition and workspace capabilities, and source-bound validation evidence. Agents do the reasoning and contribution work; GitContribute provides the trustworthy local context and explicit capabilities they need. It does not hide network access, process execution, local writes, or GitHub mutation inside reads.

Treat missing, stale, incomplete, or superseded coverage as unknown rather than as negative evidence. Keep imported external claims distinct from validation reproduced by GitContribute. For the detailed contracts, read docs/architecture.md, CONTRIBUTING.md, and, for MCP or evidence changes, docs/mcp.md and docs/external-evidence-manifests.md.

Product boundaries

  • Follow the contracts in docs/architecture.md; do not preserve Gitcrawl compatibility.
  • Do not import Gitcrawl or Crawlkit modules.
  • Prefer the standard library or mature maintained packages over custom protocol, migration, authentication, concurrency, and terminal machinery.
  • Keep third-party types inside adapters. Domain and application contracts are owned by this repository.
  • When copying third-party source, preserve notices required by its license with the adapted source or under LICENSES/.

Side effects

  • Corpus reads must not perform network access.
  • GitHub access, local writes, process execution, and external mutations are separate capabilities.
  • No GitHub mutation is in scope unless explicitly approved.
  • Never execute repository-controlled code during crawling or indexing.

Engineering rules

  • Keep packages focused and interfaces narrow; avoid config bags and mode booleans.
  • Pass context.Context through I/O and long-running operations.
  • Make acquisition, sync, indexing, and projection writes idempotent; prevent stale observations from replacing newer projections.
  • Replace child snapshots atomically only after complete retrieval.
  • Run gofmt on changed Go files and focused tests while working; run make verify before opening a pull request.
  • Add focused regression tests for ordering, resumability, cancellation, and side-effect boundaries.

Read the full file on GitHub · 50 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. yesterday First seen · 50 lines · 463 tokens per session scan A 68587f58a8b9

Subscribe to this mod's changes

gitcontribute AGENTS.md is an instructions file published in the GitHub repository morluto/gitcontribute (3 stars, last pushed 2d ago), licensed MIT. It adds 463 tokens to every session, about $0.0023 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

EchoBird AGENTS.md

Instructions for edison7009/EchoBird, covering agents.md — echobird, project shape, ci gates (must pass locally before pushing), lesson (learned the hard way) and verification habits.

edison7009/EchoBird · 786 tokens

Agentkey AGENTS.md

Instructions for chainbase-labs/Agentkey, covering agents.md, what this repo is, directory structure, key commands and test a local edit against every detected agent.

chainbase-labs/Agentkey · 3,953 tokens

superdesign-skill AGENTS.md

Instructions for superdesigndev/superdesign-skill, covering project agent memory, what this repo is, skill flow invariant: two entry paths, ground truth for cli behavior and plugin packaging & release.

superdesigndev/superdesign-skill · 1,698 tokens

seektty AGENTS.md

Instructions for Hilbert-beinghappy/seektty: This repository ships one out-of-tree DeepSeek Harness Bundle. Harness remains the only owner of Agent, Session, model, settings, permissions, Profile, plugin, and persistence state.

Hilbert-beinghappy/seektty · 156 tokens

causal-memory CLAUDE.md

Instructions for JingxuanC/causal-memory, covering causal memory mcp integration, causal memory integration, after acting on a decision and observing the result, when something fails unexpectedly and when a recorded lesson turns out to be wrong.

JingxuanC/causal-memory · 511 tokens

dsh-deepread AGENTS.md

Instructions for xiehuan123/dsh-deepread, covering agents.md, upstream authority, plugin identities and source files, release documentation and harness lifecycle rules.

xiehuan123/dsh-deepread · 876 tokens