Уточнены правила в AGENT*.md и AGENTS.md для устранения дублирования и противоречий.

Сделана синхронизация структуры проекта и формулировок, чтобы правила были короче, однозначнее и соответствовали текущему состоянию репозитория.
This commit is contained in:
2026-04-12 22:41:19 +03:00
parent 4be7359bff
commit 366f044229
3 changed files with 16 additions and 27 deletions

View File

@@ -6,7 +6,7 @@ Reusable baseline rules that are not tied to this repository.
- Answer first, then request approval if needed.
- Concise, meaningful, no filler.
- Do not end response with only procedural choice.
- In scenarios where local configuration, secrets, or notification settings may be needed, automatically check and use `.env.local` when it exists and is relevant; if it is missing but clearly required, state that once, use `.env.example` as the schema when available, and name the required keys without inventing values; never commit `.env.local` or print secret values.
- Secrets/config: use `.env.local` if present; if missing but required state once, reference `.env.example` for keys; never commit `.env.local` or print secret values.
Approval/clarification:
- ask once, no repetition