getregula AGENTS.md

getregula AGENTS.md is an instructions file for Codex, OpenCode from kuzivaai/getregula. It costs 915 tokens per session, scanned A, original, Apache-2.0.

Repository-specific instructions for working on Regula, a Python command-line tool for checking code against the EU AI Act.

In plain words
What is it for?
Guiding changes and testing in the kuzivaai/getregula repository.
Why use it?
They tell the agent which files, imports, dependencies, output formats, and verification commands must be preserved.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/kuzivaai/getregula/agents-md.svg)](https://agentmods.dev/instructions/kuzivaai/getregula/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/kuzivaai/getregula/agents-md"><img src="https://agentmods.dev/badge/instructions/kuzivaai/getregula/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 915 This file is loaded in full into every session.
When invoked 915 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.00915 $0.00915
Opus 5 $0.00458 $0.00458
Sonnet 5 $0.00183 $0.00183
Haiku 4.5 $0.00092 $0.00092

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

Security

Grade A, and why

getregula 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 · 52 lines

How it starts

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

Regula — Agent Instructions

Start with docs/ENGINEERING_ROADMAP.md, then verify mutable GitHub, deployment and registry observations directly. Public repository content must be limited to product code, reusable engineering evidence and user-facing documentation.

EU AI Act compliance CLI for code. Python 3.10+ stdlib-only core.

GitHub: kuzivaai/getregula | Distribution: source-only while PyPI is unavailable | CLI: regula

Build & Test

# Verify (run all before claiming done)
python3 tests/test_classification.py && python3 -m pytest tests/ -q && python3 -m scripts.cli self-test && python3 -m scripts.cli doctor

Key Constraints

  • IMPORTANT: Bare imports only: from errors import RegulaError, NOT from scripts.errors or .errors. Every scripts/*.py file uses sys.path.insert(0, str(Path(__file__).parent)) at the top. Do NOT remove or convert to relative imports.
  • Zero external dependencies: stdlib-only core, do not add packages
  • Do not refactor cli.py monolith unless explicitly asked
  • Do not change json_output() envelope format: {format_version, regula_version, command, timestamp, exit_code, data}
  • Do not delete manual test list at bottom of tests/test_classification.py
  • Locale sync: changes to EN site content must also update DE and PT-BR versions
  • Regulatory claims: cite specific article numbers; include Omnibus caveat for EU AI Act deadlines; see regulatory-context skill for current status
  • Privacy-guard awareness: repository operations are scanned for credential and private-data patterns. Use char-code construction for sensitive-shape test fixtures.
  • Public-repository privacy: never commit handovers, session logs, private plans, pricing experiments, outreach records, personal names or contact details, immigration/employment context, local usernames, hostnames or machine-specific absolute paths. Use /home/USER, /mnt/c/Users/USER and LOCAL-MACHINE in public examples.

Quality Checkpoints

Read the full file on GitHub · 52 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 · 52 lines · 915 tokens per session scan A b9cde72ca373

Subscribe to this mod's changes

getregula AGENTS.md is an instructions file published in the GitHub repository kuzivaai/getregula (4 stars, last pushed 4d ago), licensed Apache-2.0. It adds 915 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-08-31.