ClimaSafe AGENTS.md

ClimaSafe AGENTS.md is an instructions file for Codex, OpenCode from ANFAIA/ClimaSafe. It costs 2,661 tokens per session, scanned A, original, Apache-2.0.

A project instruction file for ClimaSafeAI, a software project that uses multiple cooperating agents throughout development. It defines how these agents work and when Git changes may be committed.

In plain words
What is it for?
Use it to guide code analysis, testing, dependency work, releases, deployment, and Git commit handling in the ClimaSafeAI project.
Why use it?
It gives the agents shared rules, reducing unsafe or inconsistent actions such as unexpected commits or changes outside the current task.

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/anfaia/climasafe/agents-md
Clone the repo
git clone --depth 1 https://github.com/ANFAIA/ClimaSafe

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/anfaia/climasafe/agents-md.svg)](https://agentmods.dev/instructions/anfaia/climasafe/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/anfaia/climasafe/agents-md"><img src="https://agentmods.dev/badge/instructions/anfaia/climasafe/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,661 This file is loaded in full into every session.
When invoked 2,661 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.02661 $0.02661
Opus 5 $0.01331 $0.01331
Sonnet 5 $0.00532 $0.00532
Haiku 4.5 $0.00266 $0.00266

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

Security

Grade A, and why

ClimaSafe 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 · 249 lines

How it starts

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

Sistema de Agentes — ClimaSafeAI

Este proyecto incluye un sistema de 26 agentes que automatizan todo el ciclo de desarrollo: desde análisis de datos hasta release, pasando por revisión de código, tests, dependencias y despliegue.

Git en este repo: los commits los decide el humano y los hace el agente git — Conventional Commits, sin línea de co-autoría ni pie de ninguna herramienta de IA:

uv run python -m agents --json run git suggest_commit_message   # propone el mensaje
uv run python -m agents --json run git commit_with_changelog --message "<msg>"

Con una excepción automática: al cerrar una feature, el líder pasa --commit a harness finish y entonces sí commitea por sí solo solo las rutas de ese ticket (las de --changes más los ficheros del propio cierre: featureslist.json, progress/, pyproject.toml, README.md). Sin ese flag, finish propone el mensaje y NO commitea. El resto del árbol queda sin commitear y lo decide el humano. Ningún otro asistente ejecuta git ni gh por su cuenta ni por iniciativa propia — ni siquiera para aplicar o deshacer un cambio.


Protocolo del arnés — LEE ESTO PRIMERO

Este fichero es el punto de entrada. Todo agente que trabaje en este proyecto sigue estos pasos en orden, antes de escribir una sola línea de código.

1. ./init.sh                    ¿el entorno está sano?   si no → PARA
2. progress/current.md          ¿hay trabajo a medias?   si sí → retómalo
3. featureslist.json            primera feature pendiente con deps en done
4. marcar in_progress           en featureslist.json + rellenar current.md
5. delegar                      explorer → implementer → reviewer
6. verificar                    ./init.sh en verde + criterios uno a uno
7. done                         featureslist.json + resumen en history.md

La regla que no se salta

Ninguna feature se marca done sin que ./init.sh pase en verde.

Y no es una instrucción: es código. harness finish ejecuta la puerta antes de tocar el backlog y devuelve success=false si está en rojo o si no le pasas evidencia. No hay forma de rodearlo pidiéndoselo amablemente al modelo — la única sería editar el JSON a mano, y eso está prohibido explícitamente.

Read the full file on GitHub · 249 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. 4d ago First seen · 249 lines · 2,661 tokens per session scan A 39f1aa1f6f5d

Subscribe to this mod's changes

ClimaSafe AGENTS.md is an instructions file published in the GitHub repository ANFAIA/ClimaSafe (5 stars, last pushed 7d ago), licensed Apache-2.0. It adds 2,661 tokens to every session, about $0.0133 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.