# AGENTS.md — repository conventions ## Language: English only All content in this repository — README, this file, commit messages, run logs, and evidence metadata — MUST be written in English. This is an English-only repository. ## Purpose Git-backed quarantine store for the malware remediator (see README.md). The repository is written primarily by the remediation tool: quarantine commits (one per malware family), run logs, and per-file evidence metadata; plus occasional operator maintenance commits. ## Safety The repository holds LIVE but INERT malware samples. Never execute or open quarantined files in a runnable environment. Consume the history with `git clone --no-checkout` or a bare clone so the malware blobs are never materialized as live files on disk. See README.md.