rustyhand AGENTS.md

Repository instructions for RustyHand, a Rust workspace containing an agent runtime, API, command-line program, software libraries, and dashboard. A workspace is one repository that contains multiple related Rust packages.

In plain words
What is it for?
Use it when editing RustyHand’s runtime, API, command-line tool, SDKs, dashboard, or other packages, especially before submitting changes.
Why use it?
It explains where each part belongs and which commands build, format, check, lint, and test the whole project.

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

Made for: Codex, OpenCode.

Per session 611 This file is loaded in full into every session.
When invoked 611 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.00611 $0.00611
Opus 5 $0.00305 $0.00305
Sonnet 5 $0.00122 $0.00122
Haiku 4.5 $0.00061 $0.00061

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

Security

Grade A, and why

rustyhand 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 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.

AGENTS.md · 26 lines

How it starts

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

Repository Guidelines

Project Structure & Module Organization

RustyHand is a Rust workspace rooted at Cargo.toml. Core code lives in crates/: rusty-hand-runtime runs the agent loop and tools, rusty-hand-kernel handles orchestration, rusty-hand-api serves the Axum API and dashboard, and rusty-hand-cli builds the rustyhand binary. Shared types live in rusty-hand-types; adapters, skills, extensions, memory, and wire protocol each have their own crate. Prebuilt agent templates live in agents/*/agent.toml. SDKs are in sdk/javascript and sdk/python. Dashboard assets are static files under crates/rusty-hand-api/static, so UI edits do not require a Node build step.

Build, Test, and Development Commands

Use the Makefile for the common path:

  • make build builds the release CLI binary at target/release/rustyhand.
  • make clippy runs workspace linting with -D warnings.
  • make test runs cargo test --workspace --exclude rusty-hand-runtime.
  • make check runs build, clippy, and tests together.
  • cargo fmt --all -- --check verifies formatting.
  • docker compose up --build starts the full stack locally on port 4200.

For a fast edit cycle, use make dev or cargo build --workspace --lib.

Coding Style & Naming Conventions

Target the stable toolchain from rust-toolchain.toml; rustfmt and clippy are required. Follow standard Rust conventions: 4-space indentation, snake_case for modules/functions/files, PascalCase for types, and SCREAMING_SNAKE_CASE for constants. Keep crate names kebab-case to match the existing workspace. Prefer small, crate-local changes over cross-workspace refactors.

Testing Guidelines

Place unit tests inline with mod tests and integration tests in crates/<crate>/tests/*_test.rs. Run focused tests while iterating, for example cargo test -p rusty-hand-api --test api_integration_test -- --nocapture, then finish with the workspace suite. There is no published coverage threshold; contributors are expected to add regression tests for behavior changes.

Read the full file on GitHub · 26 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 · 26 lines · 611 tokens per session scan A 14ba08373d21

Subscribe to this mod's changes

rustyhand AGENTS.md is an instructions file published in the GitHub repository ginkida/rustyhand (20 stars, last pushed 21d ago), licensed MIT. It adds 611 tokens to every session, about $0.0031 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.