platform AGENTS.md

A Russian-language instruction file for the Doka documentation platform. It sets rules for cautious changes, simple implementations, and checking assumptions before coding.

In plain words
What is it for?
It guides work on Doka features and fixes by encouraging minimal code, explicit assumptions, surgical edits, and requests for clarification when requirements are unclear.
Why use it?
It helps agents avoid overengineering, unrequested changes, silent assumptions, and edits that could disrupt nearby documentation-platform code.

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

Made for: Codex, OpenCode.

Per session 2,815 This file is loaded in full into every session.
When invoked 2,815 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.02815 $0.02815
Opus 5 $0.01407 $0.01407
Sonnet 5 $0.00563 $0.00563
Haiku 4.5 $0.00281 $0.00281

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

Security

Grade A, and why

platform 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 3d 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 · 173 lines

How it starts

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

AGENTS.md — как работать с платформой Доки

Инструкция для ИИ-агентов: Codex, Cursor, Copilot, Gemini CLI читают этот файл напрямую, Claude Code — через CLAUDE.md, который на него ссылается. Здесь только то, что нужно, чтобы начать работать и не сломать ничего по дороге. Подробное устройство сборки — в docs/how-its-work.md.


1. Правила работы

Правила смещают баланс в сторону осторожности, а не скорости. На мелких задачах включайте здравый смысл.

Сначала подумай, потом пиши

  • Назови свои допущения вслух. Если не уверен — спроси.
  • Если задачу можно понять двумя способами — покажи оба, не выбирай молча.
  • Если есть решение проще — скажи об этом. Возражать можно и нужно.
  • Если что-то непонятно — остановись и назови, что именно непонятно.

Минимум кода

  • Ничего сверх того, о чём попросили.
  • Никаких абстракций ради одного вызова.
  • Никакой «гибкости» и «настраиваемости», которую не заказывали.
  • Никакой обработки ошибок для невозможных ситуаций.
  • Если получилось 200 строк там, где хватило бы 50, — перепиши.

Проверка: сказал бы опытный разработчик, что здесь переусложнено? Если да — упрощай.

Правки хирургические

  • Не «улучшай» соседний код, комментарии и форматирование заодно.
  • Не рефактори то, что не сломано.
  • Держись существующего стиля, даже если сам написал бы иначе.
  • Заметил не связанный с задачей мёртвый код — скажи о нём, но не удаляй.
  • Убирай за собой только то, что осиротело из-за твоих же правок.

Проверка: каждая изменённая строка должна прослеживаться до запроса пользователя.

Цель должна быть проверяемой

Формулируй задачу так, чтобы результат можно было проверить командой:

  • «добавь валидацию» → «напиши тест на неверный ввод, потом сделай, чтобы он проходил»;
  • «почини баг» → «напиши тест, который его воспроизводит, потом сделай, чтобы он проходил»;
  • «отрефактори X» → «убедись, что тесты зелёные до и после».

Для многошаговых задач сначала напиши короткий план: шаг → чем проверяю.

Тест обязателен

Read the full file on GitHub · 173 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. 3d ago First seen · 173 lines · 2,815 tokens per session scan A e9f6faa6e603

Subscribe to this mod's changes

platform AGENTS.md is an instructions file published in the GitHub repository doka-guide/platform (239 stars, last pushed 3d ago), licensed MIT. It adds 2,815 tokens to every session, about $0.0141 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.