Уточнен принцип сжатия правил: оптимизация под AI-агента

This commit is contained in:
2026-04-09 08:53:27 +03:00
parent 74a8942999
commit 1c8cf13f67

View File

@@ -71,3 +71,7 @@
- Do not leave temporary/debug artifacts in repo.
- Ignored/temp patterns include: `build/`, `build-stage*`, `.tools/`, `*.pak`.
- Remove additional debug/temp dirs unless user asked to keep them.
## Rules Maintenance (MUST)
- For changes to rules files (`AGENTS.md`, `ACTIONS.md`): prefer optimized, compressed edits for AI-agent execution (machine-readable, unambiguous).
- Keep rule updates minimal and non-duplicative: merge overlapping points, remove redundancy, preserve intent.