Update repo agent documentation rules

Require paired English and Russian docs when expanding project documentation
Clarify changelog handling for main repo changes and keep rc.12 notes aligned
Ignore local editor and Codex config directories in git
This commit is contained in:
2026-03-26 23:06:05 +03:00
parent 8618397bc1
commit 0ee0917af5
3 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -15,8 +15,8 @@
- `AGENTS.md` now also defines a short commit-message format: one summary line plus up to three high-signal detail lines.
- `AGENTS.md` now explicitly requires each commit-message detail line to be placed on its own new line.
- `AGENTS.md` now also requires commit messages to be emitted as a plain multiline block instead of collapsed prose or list formatting.
- `AGENTS.md` now requires new or expanded project documentation to be maintained in both English and Russian whenever reasonably possible.
- Payload-type comments and docs now distinguish between the bot's default payload type and keyboard-local overrides.
- The wiki `Start here` section now has substantive first-pass documentation for setup, commands/plugins, and `MsgContext`.
- Version constants were bumped to `v1.0.0-rc.12`.
### Fixed