cuda-metal AGENTS.md

cuda-metal AGENTS.md is an instructions file for Codex, OpenCode from Lulzx/cuda-metal. It costs 1,065 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for CuMetal, a compiler and runtime that lets CUDA programs target Apple’s Metal graphics system on Apple Silicon computers.

In plain words
What is it for?
Use them when working on the CUDA compiler, runtime compatibility layer, binary shim, cuBLAS or cuRAND behavior, tests, or AIR tooling.
Why use it?
They identify the project’s architecture, current engineering priorities, file structure, and rules for making safe changes.

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/lulzx/cuda-metal/agents-md
Clone the repo
git clone --depth 1 https://github.com/Lulzx/cuda-metal

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 cuda-metal AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/lulzx/cuda-metal/agents-md.svg)](https://agentmods.dev/instructions/lulzx/cuda-metal/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/lulzx/cuda-metal/agents-md"><img src="https://agentmods.dev/badge/instructions/lulzx/cuda-metal/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,065 This file is loaded in full into every session.
When invoked 1,065 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.01065 $0.01065
Opus 5 $0.00532 $0.00532
Sonnet 5 $0.00213 $0.00213
Haiku 4.5 $0.00106 $0.00106

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

Security

Grade A, and why

cuda-metal 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 · 122 lines

How it starts

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

AGENTS.md — CuMetal Development Guide

This file guides day-to-day implementation work in this repository.

Start with /Users/lulzx/work/cumetal/spec.md before architectural changes. If there is a conflict:

  1. spec.md wins.
  2. AGENTS.md is next.
  3. README.md is status-oriented and may lag.

Project Identity

CuMetal is a CUDA compiler/runtime targeting Apple Metal on Apple Silicon.

  • Primary path: source recompilation with cumetalc.
  • Secondary path: opt-in binary-shim compatibility (libcuda.dylib alias and __cudaRegister* path) when CUMETAL_ENABLE_BINARY_SHIM=ON.

Current Focus

The repository is beyond the bootstrap phases. Focus implementation on:

  1. Phase 4 correctness hardening (conformance, ABI compatibility, negative-path behavior).
  2. Phase 4.5 shim coverage quality (cuBLAS/cuRAND behavior and tests).
  3. Binary-shim hardening (additional fatbinary variants and registration parity) without regressing the source-first path.
  4. AIR ABI tooling hardening where practical (air_inspect, air_validate), with explicit limitations tracked in docs/known-gaps.md.

Repository Structure

cumetal/
├── compiler/
│   ├── frontend/          # .cu frontend path
│   ├── ptx/               # PTX parser/lowering
│   ├── passes/            # LLVM transformation passes
│   ├── air_emitter/       # LLVM IR -> metallib emission
│   ├── air_validate/      # metallib validation
│   └── cumetalc/          # CLI
├── runtime/
│   ├── api/               # clean-room CUDA headers
│   ├── driver/            # Driver API shim
│   ├── rt/                # Runtime API shim
│   ├── registration/      # __cudaRegister* path (opt-in binary shim)
│   ├── error/             # per-thread error queue
│   ├── cache/             # metallib cache
│   └── metal_backend/     # Objective-C++ Metal boundary
├── tools/
│   ├── air_inspect/
│   ├── metal_library_archive_bridge/
│   ├── ptx_diff/
│   └── cumetal_bench/
├── tests/
│   ├── unit/
│   ├── functional/
│   ├── conformance/
│   ├── air_abi/
│   └── ptx_sweep/
├── docs/
│   ├── air-abi.md
│   └── known-gaps.md
├── spec.md                # canonical design spec
└── AGENTS.md              # this file

Read the full file on GitHub · 122 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 · 122 lines · 1,065 tokens per session scan A e832cb53980c

Subscribe to this mod's changes

cuda-metal AGENTS.md is an instructions file published in the GitHub repository Lulzx/cuda-metal (167 stars, last pushed 3d ago), licensed Apache-2.0. It adds 1,065 tokens to every session, about $0.0053 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.