aidevops AGENTS.md

aidevops AGENTS.md is an instructions file for Codex, OpenCode from marcusquinn/aidevops. It costs 929 tokens per session, scanned A, original, MIT.

A set of AGENTS.md instructions for contributors and users of an AI DevOps framework. It explains the project's structure, development process, quality checks, and extension rules.

In plain words
What is it for?
Use it when extending the framework, checking its development workflow, running local quality checks, deploying its user guide, or preparing a release.
Why use it?
It gives coding agents and contributors shared guidance for working consistently in the framework. It also points them to the right files and commands for common development tasks.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/marcusquinn/aidevops/agents-md.svg)](https://agentmods.dev/instructions/marcusquinn/aidevops/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/marcusquinn/aidevops/agents-md"><img src="https://agentmods.dev/badge/instructions/marcusquinn/aidevops/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 929 This file is loaded in full into every session.
When invoked 929 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.00929 $0.00929
Opus 5 $0.00464 $0.00464
Sonnet 5 $0.00186 $0.00186
Haiku 4.5 $0.00093 $0.00093

Measured today against content hash 7e53b7559e84, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

aidevops 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 today.

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

How it starts

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

AI DevOps Framework - Developer Guide

Quick Reference

  • User Guide: .agents/AGENTS.md (deployed to ~/.aidevops/agents/)
  • Commands: ./setup.sh (deploy) | .agents/scripts/linters-local.sh (quality) | .agents/scripts/version-manager.sh release [major|minor|patch]
  • Config: Runtime-specific (see .agents/AGENTS.md "Runtime References")
  • Quality: .agents/AGENTS.md "Framework Rules"

File Structure: TODO.md (tasks), todo/ (plans, PRDs), .agents/ (agents, tools, services, workflows, scripts).

Before extending: Read .agents/aidevops/architecture.md (design patterns, conventions, extension guide).

Two AGENTS.md Files

File Purpose Audience
~/Git/aidevops/AGENTS.md Development guide Contributors
~/Git/aidevops/.agents/AGENTS.md User guide Users of aidevops

The .agents/AGENTS.md is copied to ~/.aidevops/agents/AGENTS.md by setup.sh.

Development Lifecycle

See .agents/AGENTS.md "Operational Routines" for code-change routing and .agents/AGENTS.md "Git Workflow" for the full lifecycle. Completion self-check: see .agents/AGENTS.md "Framework Rules > Task and completion discipline".

Contributing

See .agents/aidevops/ (architecture, setup) and .agents/tools/ (agent/MCP authoring) for framework development guidance:

File Purpose
.agents/tools/build-agent/build-agent.md Composing efficient agents
.agents/tools/build-agent/agent-review.md Reviewing and improving agents
.agents/tools/build-mcp/build-mcp.md MCP server development
.agents/tools/mcp-toolkit/mcporter.md MCP runtime toolkit (discover, call, generate CLIs)
.agents/aidevops/architecture.md Framework structure
.agents/aidevops/setup.md AI guide to setup.sh

Agent Design Principles

Read the full file on GitHub · 89 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. today Changed · +33 tokens per session 7e53b7559e84
  2. 2d ago First seen · 89 lines · 896 tokens per session scan A cd6cfd400710

Subscribe to this mod's changes

aidevops AGENTS.md is an instructions file published in the GitHub repository marcusquinn/aidevops (392 stars, last pushed today), licensed MIT. It adds 929 tokens to every session, about $0.0046 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-09-03.

Related

Other instructions, from other repositories

agents-reverse-engineer AGENTS.md

Instructions for GeoloeG-IsT/agents-reverse-engineer, covering agents-reverse-engineer, stack, subdirectories, architecture and behavioral contracts.

GeoloeG-IsT/agents-reverse-engineer · 4,955 tokens

project-starter-template-es-ai AGENTS.md

AGENTS.md instructions for brayandiazc/project-starter-template-es-ai, covering agents.md — [nombredelproyecto], resumen del proyecto, mapa del repositorio (lee esto primero), configuración y comandos and acuerdo de trabajo.

brayandiazc/project-starter-template-es-ai · 1,074 tokens

agent-operating-protocol AGENTS.md

Instructions for ryu-tada/agent-operating-protocol, covering agents.md - agent operating protocol, 0. instruction priority and trust boundaries, 1. core operating stance, 2. why high-agency agents feel strong and 3. default work loop.

ryu-tada/agent-operating-protocol · 2,467 tokens

agentlint AGENTS.md

AGENTS.md instructions for agentlint/agentlint, covering agents.md — agentlint, project, build, test, lint, typecheck, architecture and conventions.

agentlint/agentlint · 2,439 tokens

agentlint CLAUDE.md

Claude Code instructions for agentlint/agentlint, covering claude.md — entry point for agents working on this repo, reading order (do not skip), operating principles (the short version), closing-session ritual and co-authorship.

agentlint/agentlint · 974 tokens

agents-md-facts AGENTS.md

Instructions for Wolfe-Jam/agents-md-facts, covering agents.md — agents-md-facts, setup & build, run the tests, where things live and conventions.

Wolfe-Jam/agents-md-facts · 427 tokens