ivolgaql-project

ivolgaql-project is a cursor rule for Cursor from yellow-hammer/ivolgaql. It costs 519 tokens per session, scanned A, original, MIT.

General development rules for ИволгаQL, an early-stage Rust project with a command-line and TCP server interface. They define the project structure, Russian user experience, coding conventions, testing, builds, and commit-message format.

In plain words
What is it for?
Implementing focused Rust changes, maintaining CLI and server messages, organizing the project modules, running cargo build or cargo test, and writing Russian Conventional Commits messages.
Why use it?
They help keep a small project focused and prevent duplicated interfaces, unrelated refactoring, inconsistent language, and unverified changes.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Good fit Implementing focused Rust changes, maintaining CLI and server messages, organizing the project modules, running cargo build or cargo test, and writing Russian Conventional Commits messages.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/yellow-hammer/ivolgaql/ivolgaql-project
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.

Clone the repo
git clone --depth 1 https://github.com/yellow-hammer/ivolgaql

Made for: Cursor.

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 ivolgaql-project

README.md
[![agentmods](https://agentmods.dev/badge/rules/yellow-hammer/ivolgaql/ivolgaql-project/github.svg)](https://agentmods.dev/rules/yellow-hammer/ivolgaql/ivolgaql-project)
Your own site
<a href="https://agentmods.dev/rules/yellow-hammer/ivolgaql/ivolgaql-project"><img src="https://agentmods.dev/badge/rules/yellow-hammer/ivolgaql/ivolgaql-project/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ivolgaql-project

Your own site · 80×15
<a href="https://agentmods.dev/rules/yellow-hammer/ivolgaql/ivolgaql-project"><img src="https://agentmods.dev/badge/rules/yellow-hammer/ivolgaql/ivolgaql-project.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 519 This file is loaded in full into every session.
When invoked 519 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00519 $0.00519
Opus 5 $0.00260 $0.00260
Sonnet 5 $0.00104 $0.00104
Haiku 4.5 $0.00052 $0.00052

Measured 9d ago against content hash 8e5e72bfbde2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

ivolgaql-project 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 9d 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.

.cursor/rules/ivolgaql-project.mdc · 18 lines

What it actually says

ИволгаQL — общие правила

  • Это MVP: меняй только то, что нужно задаче; без масштабных рефакторингов и лишних зависимостей в Cargo.toml.
  • Код: только Rust в корне (Cargo.toml, src/). Не размечай и не подмешивай в основную линию посторонние каталоги с устаревшим кодом без явной задачи на них.
  • Язык интерфейса: сообщения пользователю, поле bird, ошибки разбора, README и подсказки CLI — русский, коротко.
  • Кодировка: UTF-8.
  • Импорты в Rust: только в начале файла, без inline/lazy внутри функций.
  • В коде и метаданных пакета не плоди отсылки к другим стекам и прочий шум — только по делу.
  • Модули: main.rs (сервер/CLI), client.rs, lib.rs, parser.rs, engine.rs, protocol.rs — не дублируй контракты между ними.
  • Проверка: перед PR — cargo build (как в CONTRIBUTING.md); при правках парсера, движка или протокола — cargo test.
  • Коммиты: Conventional Commits — строка <тип>[область]: описание на русском, повелительное наклонение, без точки в конце заголовка. Типы: feat, fix, docs, chore, test, refactor, style, ci и т.д.; область по желанию (parser, protocol, cursor). Примеры: feat(parser): лексер для вставки, fix: корректный JSON при пустом запросе, docs: ссылка на CONTRIBUTING, chore(cursor): правила проекта.
  • TCP: баннер при connect (строки + пустая строка), затем одна строка запроса → один JSON-ответ; без чата и без нескольких JSON на один запрос.
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. 9d ago First seen · 18 lines · 519 tokens per session scan A 8e5e72bfbde2

Subscribe to this mod's changes

ivolgaql-project is a cursor rule published in the GitHub repository yellow-hammer/ivolgaql (6 stars, last pushed 1mo ago), licensed MIT. It adds 519 tokens to every session, about $0.0026 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-31.