opencaselaw AGENTS.md

opencaselaw AGENTS.md is an instructions file for Codex, OpenCode from jonashertner/opencaselaw. It costs 537 tokens per session, scanned A, original, MIT.

A project instruction file for OpenCaseLaw, a production Swiss legal database and public API. It defines startup reading, safety rules, system boundaries, and maintenance practices.

In plain words
What is it for?
It guides work on read-only production databases, full-text search, legal citations, source scrapers, rebuilds, and other maintenance tasks.
Why use it?
It reduces the risk of corrupting legal data, weakening search or citation accuracy, or making unsafe changes to live infrastructure.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jonashertner/opencaselaw/agents-md.svg)](https://agentmods.dev/instructions/jonashertner/opencaselaw/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/jonashertner/opencaselaw/agents-md"><img src="https://agentmods.dev/badge/instructions/jonashertner/opencaselaw/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 537 This file is loaded in full into every session.
When invoked 537 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.00537 $0.00537
Opus 5 $0.00269 $0.00269
Sonnet 5 $0.00107 $0.00107
Haiku 4.5 $0.00054 $0.00054

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

Security

Grade A, and why

opencaselaw 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 · 60 lines

How it starts

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

AGENTS.md - OpenCaseLaw Codex Guidance

OpenCaseLaw is a production Swiss legal corpus and public API. Treat this repo as live legal infrastructure: favor evidence, small reversible changes, and explicit escalation over broad autonomous edits.

Bootstrap

Before non-trivial maintenance work, read:

  1. CLAUDE.md
  2. ~/.claude/projects/-Users-jonashertner-caselaw-repo-1/memory/MEMORY.md
  3. Relevant memory topic files from that index
  4. TECHNICAL_OVERVIEW.txt
  5. docs/agent-loop/LOG.md

Verify memory claims against current code, logs, or production probes before using them as ground truth.

Hard Rules

  • Production read DBs must be opened mode=ro&immutable=1.
  • Never add write paths to live decisions.db, reference_graph.db, or decision_structure.db.
  • Preserve atomic-swap rebuild behavior; do not replace it with in-place DB writes or naive copies.
  • All FTS5 user input must pass through _sanitize_fts5.
  • Do not construct legal citation strings or direct quotations yourself. Use the project citation and verbatim-text sources.
  • New scraper data paths must use official sources, not entscheidsuche. Retire es_* feeds only after verified direct parity and no coverage loss.
  • Tests stay offline unless a target explicitly says it is a live check.
  • Never read or print secrets from .env*, crontab, systemd environment files, or production config.

Autonomous Boundary

Autonomous Codex work may measure, document, improve read-only monitoring, add offline tests, and make small non-gated fixes after verification.

In autonomous mode, stop at a proposal for changes touching:

  • publish.py, build_fts5.py, DB schemas, base_scraper.py
  • new scrapers or material scraper behavior changes
  • QC blocking behavior
  • state/**, production output DBs, billing, secrets, backup destinations, systemd deployment behavior, or paid resources

Use ops/autonomy-policy.json and scripts/agent_safe_deploy.py as the mechanical deployment guard. No commit, push, or deploy without explicit user approval plus passing make test and make verify-offline.

Read the full file on GitHub · 60 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 · 60 lines · 537 tokens per session scan A 134f57c02ef6

Subscribe to this mod's changes

opencaselaw AGENTS.md is an instructions file published in the GitHub repository jonashertner/opencaselaw (60 stars, last pushed today), licensed MIT. It adds 537 tokens to every session, about $0.0027 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.

Related

Other instructions, from other repositories