ruchy-book GEMINI.md

ruchy-book GEMINI.md is an instructions file for Gemini CLI from paiml/ruchy-book. It costs 642 tokens per session, scanned A, original, MIT.

Project instructions for the official book about Ruchy, a programming language. They describe its tools and workflow, including TDD, where tests are written before the code or documentation they verify, and mdBook, which turns Markdown into a book website.

In plain words
What is it for?
Use them when adding or checking Ruchy examples, building the book, running its Rust tests, or maintaining Deno and Make-based workflows.
Why use it?
They help keep every documented code example tested and consistent with the pinned compiler and build process.

Instructions file for Gemini CLI

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/paiml/ruchy-book/gemini-md
Clone the repo
git clone --depth 1 https://github.com/paiml/ruchy-book

Made for: Gemini CLI.

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 ruchy-book GEMINI.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/paiml/ruchy-book/gemini-md.svg)](https://agentmods.dev/instructions/paiml/ruchy-book/gemini-md)
Your own site
<a href="https://agentmods.dev/instructions/paiml/ruchy-book/gemini-md"><img src="https://agentmods.dev/badge/instructions/paiml/ruchy-book/gemini-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 642 This file is loaded in full into every session.
When invoked 642 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.1 $0.00642 $0.00642
Opus 5 $0.00321 $0.00321
Sonnet 5 $0.00128 $0.00128
Haiku 4.5 $0.00064 $0.00064

Measured 5d ago against content hash 3cb2b177b341, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

ruchy-book GEMINI.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.

GEMINI.md · 65 lines

How it starts

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

Gemini Project Context

This document provides context for the Gemini AI assistant to understand the Ruchy Book project.

Project Overview

This project is the official book for the Ruchy programming language, developed with a strict Test-Driven Development (TDD) methodology. All code examples are first written as tests and verified before being included in the documentation. The book is built using mdbook.

The core philosophy is: "Test first, document what works, never promise what doesn't exist."

Technology Stack

  • Ruchy (ruchy): The programming language being documented. The project is pinned to a specific version of the ruchy compiler.
  • mdBook (mdbook): A utility to create books from Markdown files. Used to build the final HTML version of the book.
  • Rust: The integration test suite that validates all Ruchy code examples is written in Rust. Cargo.toml defines the testing dependencies.
  • Deno: Used for scripting various development and workflow tasks, such as extracting examples, running tests, and generating reports. Configuration is in deno.json.

Development Workflow

The development process is centered around make and deno tasks.

Key Commands

  • Run all tests:
    make test
    
  • Build the book:
    mdbook build
    
  • Serve the book locally:
    mdbook serve
    
  • Run lint checks:
    make dogfood-quick
    
  • Run Deno-based scripts:
    deno task <task_name>
    
    (e.g., deno task test-oneliners, deno task extract-examples)

TDD Process for New Content

  1. Write a test: Add a new .ruchy file in the tests/ directory.
  2. Verify the test: Run the test to ensure it works as expected.
  3. Document the feature: Add the explanation and code to a Markdown file in src/.
  4. Validate: Run make validate to ensure all checks pass.

Project Structure

  • src/: Contains the Markdown source files for the book's chapters.
  • tests/: Contains the Ruchy code examples, which double as integration tests.
  • book/: The output directory for the built book (generated by mdbook).
  • scripts/: Deno scripts for automation (testing, linting, reports).
  • book.toml: mdbook configuration file.
  • Cargo.toml: Rust project file for the test harness.
  • deno.json: Deno configuration and task definitions.
  • Makefile: Defines the main entry points for development tasks.
  • INTEGRATION.md: The single source of truth for project status, test results, and quality metrics.

Read the full file on GitHub · 65 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. 5d ago First seen · 65 lines · 642 tokens per session scan A 3cb2b177b341

Subscribe to this mod's changes

ruchy-book GEMINI.md is an instructions file published in the GitHub repository paiml/ruchy-book (11 stars, last pushed today), licensed MIT. It adds 642 tokens to every session, about $0.0032 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.