quota-tracker AGENTS.md

quota-tracker AGENTS.md is an instructions file for Codex, OpenCode from Thomas97460/quota-tracker. It costs 2,472 tokens per session, scanned A, original, MIT.

Repository instructions that tell a coding agent how to work safely in the quota-tracker project, including commit, release, merge, and coding rules.

In plain words
What is it for?
Following project-specific workflows, checking hard-stop rules, and guiding commits, pull requests, releases, and code changes.
Why use it?
They prevent the agent from performing sensitive actions without human approval, such as promoting a release tag or merging protected files.

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/thomas97460/quota-tracker/agents-md
Clone the repo
git clone --depth 1 https://github.com/Thomas97460/quota-tracker

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 quota-tracker AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/thomas97460/quota-tracker/agents-md.svg)](https://agentmods.dev/instructions/thomas97460/quota-tracker/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/thomas97460/quota-tracker/agents-md"><img src="https://agentmods.dev/badge/instructions/thomas97460/quota-tracker/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,472 This file is loaded in full into every session.
When invoked 2,472 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.02472 $0.02472
Opus 5 $0.01236 $0.01236
Sonnet 5 $0.00494 $0.00494
Haiku 4.5 $0.00247 $0.00247

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

Security

Grade A, and why

quota-tracker 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 5d 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 · 183 lines

How it starts

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

Agent Guidelines — quota-tracker

Commits

Never add Co-Authored-By or any authorship trailer to commit messages.

Hard stops

  • Never push a vX.Y.Z tag without explicit human opt-in in the current conversation. There is no release automation in this repo: pushing the tag is the act of promoting that commit to production, full stop — see "Release & promotion" below.
  • Never merge a PR touching a path listed in .github/CODEOWNERS (.github/, nix/, flake.nix, SECURITY.md, AGENTS.md, CLAUDE.md) without the human explicitly saying so in the conversation — even though auto-merge into main is otherwise permitted. GitHub can't enforce this by itself here: the agent acts under the same GitHub identity as the human (see "Workflow" below), and GitHub blocks an account from approving its own PR, so a code-owner-review requirement would just permanently block every agent-opened PR. This is a procedural rule, not an ACL — see CONTRIBUTING.md for how this was resolved.
  • Never move or delete an existing v* tag — the tag ruleset blocks this for everyone except the repository admin role, and even then it should never happen (see "Rollback": always roll forward with a new tag).
  • No secrets in versioned files.
  • Unit test coverage ≥ 90% (pytest --cov-fail-under=90) and docstring coverage ≥ 90% (interrogate) are enforced by required CI checks; do not lower, bypass, or remove either gate.
  • mypy runs in strict mode; do not relax it.
  • Do not add quality-gate bypasses such as # pragma: no cover, # type: ignore, # noqa, or equivalent ruff/mypy/pytest exclusions unless a real constraint makes it unavoidable. Any exception must be narrow and documented next to the suppression.
  • Never edit .github/rulesets/*.json or run scripts/github/apply-governance.sh without explicit human go-ahead — it mutates live GitHub branch/tag protection on the real repo.
  • quota_tracker/providers/ and quota_tracker/db/ must never import from quota_tracker/api/ or quota_tracker/daemon.py (see "Code rules").

Read the full file on GitHub · 183 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. 5d ago First seen · 183 lines · 2,472 tokens per session scan A 5d45e09149c6

Subscribe to this mod's changes

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