mx corpus-and-tests.instructions.md

Project-specific testing instructions for webern/mx, a C++ library that connects programs to MusicXML, a file format for written music. They define how to maintain the test collection and verify that files can be read and written correctly.

In plain words
What is it for?
Use them when adding, removing, or changing MusicXML test files, updating test counts, regenerating audit files, or reviewing round-trip and import tests. They also guide consistent C++ test changes.
Why use it?
They prevent test-data changes from silently making the test suite incomplete or invalid. They also distinguish a file that cannot be parsed from one the library accepts with a documented correction.

Instructions file for GitHub Copilot

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/webern/mx/corpus-and-tests
Clone the repo
git clone --depth 1 https://github.com/webern/mx

Made for: GitHub Copilot.

Per session 282 This file is loaded in full into every session.
When invoked 282 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.00282 $0.00282
Opus 5 $0.00141 $0.00141
Sonnet 5 $0.00056 $0.00056
Haiku 4.5 $0.00028 $0.00028

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

Security

Grade A, and why

mx corpus-and-tests.instructions.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 2d 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.

.github/instructions/corpus-and-tests.instructions.md · 20 lines

What it actually says

data/ is the MusicXML test corpus; src/private/mxtest/ holds the test suites (see data/README.md). Review for:

  • Adding or removing a corpus file requires: the pinned count bump in src/private/mxtest/corert/CoreRoundtripTest.cpp, regenerated audit artifacts (make audit: the *.features.xml sidecar and data/corpus.xml), and a green make core-roundtrip-test. Flag a corpus change missing any of these.
  • A deliberately unparseable file needs a sibling <name>.invalid marker explaining why; a schema-invalid-but-lenient file needs a <name>.fixup.xml sidecar. New fixups must follow the uniform leniency policy in data/README.md, not invent per-file rules.
  • roundtrip-baseline.txt (the api round-trip pass list) only grows by deliberate commits; flag removals or unexplained churn.
  • ApiLoadSmokeTest only proves a file imports without crashing; a feature claim needs a fixture pinned in the read->write->read gate (make api-roundtrip).
  • Test code follows the same C++ rules as the library (no new anonymous namespaces).
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. 2d ago First seen · 20 lines · 282 tokens per session scan A 74239602a87f

Subscribe to this mod's changes

mx corpus-and-tests.instructions.md is an instructions file published in the GitHub repository webern/mx (93 stars, last pushed 4d ago), licensed MIT. It adds 282 tokens to every session, about $0.0014 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.