rust-on-nails AGENTS.md

rust-on-nails AGENTS.md is an instructions file for Codex, OpenCode from purton-tech/rust-on-nails. It costs 685 tokens per session, scanned A, original, MIT.

AGENTS.md instructions for purton-tech/rust-on-nails, covering rust on nails agents guide, documentation agent (crates/static-website), dev environment agent (nails-devcontainer), platform agent (crates/stack-cli) and cross-cutting expectations.

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/purton-tech/rust-on-nails/agents-md
Clone the repo
git clone --depth 1 https://github.com/purton-tech/rust-on-nails

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 rust-on-nails AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/purton-tech/rust-on-nails/agents-md.svg)](https://agentmods.dev/instructions/purton-tech/rust-on-nails/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/purton-tech/rust-on-nails/agents-md"><img src="https://agentmods.dev/badge/instructions/purton-tech/rust-on-nails/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 685 This file is loaded in full into every session.
When invoked 685 The same file — it is already loaded in full.
Security scan A 1 finding. 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.00685 $0.00685
Opus 5 $0.00342 $0.00342
Sonnet 5 $0.00137 $0.00137
Haiku 4.5 $0.00068 $0.00068

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

Security

Grade A, and why

rust-on-nails AGENTS.md scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **Before shipping**: `cargo fmt`, `cargo clippy -- -D warnings`, and `cargo test`. When changing cluster assets, test against a local K3s install (`curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC='server --write-kubeco
AGENTS.md · 28 lines

How it starts

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

Rust on Nails Agents Guide

This repository mixes several deliverables that move at different speeds. To keep things tidy, we split the work into three "agents" that each own one slice of the Rust on Nails experience. Use this guide to decide where changes belong and how to validate them before opening a PR.

Documentation Agent (crates/static-website)

  • Purpose: Publish the public site that explains how to build Rust on Nails applications. The site is deployed to Cloudflare Pages.
  • Primary tasks: Add or update docs in content/ and assets in assets/. When adding tutorials, prefer runnable snippets that match the default project template.
  • Working locally: Run just wts for Tailwind and just ws for the Rust/Dioxus generator. Browse http://localhost:8080 to preview the rendered pages under dist/.
  • Before shipping: DO_NOT_RUN_SERVER=1 cargo run --bin static-website to ensure the generator succeeds, then run the Cloudflare preview workflow if build or deployment config changed.

Dev Environment Agent (nails-devcontainer)

  • Purpose: Maintain the reusable development environment used by community members and contributors.
  • Primary tasks: Keep devcontainer-template.json and wrapper scripts in sync with the CLI and website. Document required tooling in README.md.
  • Working locally: Use devcontainer up (VS Code) or devcontainer build --workspace-folder . to verify changes. Ensure the container exposes port 8080 for the docs server and ships the CLI binaries or aliases referenced in the guides.
  • Before shipping: Bump version tags when you change the base image or toolchain. Run at least one full cargo test inside the container to make sure the toolchain works.

Platform Agent (crates/stack-cli)

  • Purpose: Provide the internal deployment/PaaS layer that installs operators into Kubernetes clusters for Rust on Nails applications.
  • Primary tasks: Extend the stack-cli binary, manage Helm-like manifests under config/, and maintain integrations with Envoy and Keycloak.
  • Working locally: cargo run --bin stack-cli -- -h to inspect commands. Use cargo run --bin stack-cli -- operator to run the controller loop, and the init/install subcommands to configure a cluster. The dev container already maps your kubeconfig—fall back to tmp/kubeconfig if needed.
  • Before shipping: cargo fmt, cargo clippy -- -D warnings, and cargo test. When changing cluster assets, test against a local K3s install (curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC='server --write-kubeconfig-mode="644"' sh -). Document any new flags in README.md.

Read the full file on GitHub · 28 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. 2d ago First seen · 28 lines · 685 tokens per session scan A 7d92d007a41c

Subscribe to this mod's changes

rust-on-nails AGENTS.md is an instructions file published in the GitHub repository purton-tech/rust-on-nails (444 stars, last pushed 1mo ago), licensed MIT. It adds 685 tokens to every session, about $0.0034 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-01.