metaharness.tools AGENTS.md

metaharness.tools AGENTS.md is an instructions file for Codex, OpenCode from nrwl/metaharness.tools. It costs 478 tokens per session, scanned A, original, MIT.

Project instructions for an Nx monorepo, which is one repository containing multiple related applications or packages. This project includes an Astro website and a package of canvas animations, using Tailwind, React, Node, and pnpm.

In plain words
What is it for?
Use it when developing, checking, or building the website or animations package, including starting their development servers and running type checks.
Why use it?
It tells coding agents which tools and versions the project expects, where the runnable parts live, and which checks and builds match continuous integration.

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

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 metaharness.tools AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/nrwl/metaharness.tools/agents-md.svg)](https://agentmods.dev/instructions/nrwl/metaharness.tools/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/nrwl/metaharness.tools/agents-md"><img src="https://agentmods.dev/badge/instructions/nrwl/metaharness.tools/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 478 This file is loaded in full into every session.
When invoked 478 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.00478 $0.00478
Opus 5 $0.00239 $0.00239
Sonnet 5 $0.00096 $0.00096
Haiku 4.5 $0.00048 $0.00048

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

Security

Grade A, and why

metaharness.tools 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 · 25 lines

What it actually says

AGENTS.md

Cursor Cloud specific instructions

This is an Nx monorepo (Astro + Tailwind v4 + React 19) for the metaharness.tools marketing/educational site. Node 22 (.nvmrc) and pnpm 11 are required. The update script runs corepack enable pnpm + pnpm install --frozen-lockfile, so dependencies are already installed before an agent starts.

Two runnable pieces (both dev servers, see README.md and package.json for the canonical commands):

Piece What it is Dev command URL
apps/website Astro static site (the product) pnpm dev (nx dev website) http://localhost:4321/
packages/animations Canvas animations, developed in isolation pnpm storybook (nx storybook animations) http://localhost:6006/

Checks / build (what CI runs is nx affected -t check build):

  • Type-check website: pnpm exec nx check website (runs astro check).
  • Type-check animations: pnpm exec nx typecheck animations (runs tsc --noEmit).
  • Build website: pnpm exec nx build website → output in apps/website/dist.

Non-obvious notes:

  • pnpm resolves to v11 via Corepack (driven by packageManagerDependencies in pnpm-lock.yaml). If a shell reports pnpm 10.x, run corepack enable pnpm first; installs still succeed on 10 (lockfile is v9.0) but the repo targets 11.
  • There is no ESLint config and no lint script; nx check/typecheck are the type-safety gates. prettier --check . currently reports pre-existing formatting warnings in several files and is not wired into CI — do not mass-reformat.
  • The website build is affected by the COMING_SOON env var (see netlify.toml and apps/website/package.json nx build.inputs). It is unset in local dev, which renders the full site.
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 · 25 lines · 478 tokens per session scan A aab72d0e5be6

Subscribe to this mod's changes

metaharness.tools AGENTS.md is an instructions file published in the GitHub repository nrwl/metaharness.tools (26 stars, last pushed 11d ago), licensed MIT. It adds 478 tokens to every session, about $0.0024 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.