История коммитов

.
docs: update AGENTS.md and MODULE_REFACTORING_GUIDE.md
AGENTS.md: add Model::query() rule, full docker exec commands in pre-commit checklist,
fix Docker Command Policy to use consistent container lookup pattern.
MODULE_REFACTORING_GUIDE.md: remove duplicate Access Guard, Repository Rules, and
Template Variables content already covered in AGENTS.md; reference AGENTS.md instead.
.
chore: add CLAUDE.md as symlink to AGENTS.md
.
docs: sync MODULE_REFACTORING_GUIDE.md from .claude/module-refactoring.md
Add Installer migration steps, empty src/ directory warning, services.php exclude note,
trailing slash convention, template link absolutization rules, and @var IDE annotation note.
.
refactor(library): extract ArticleCommentsController at /library/article/{id}/comments
Delete includes/comments.php, register new route, fix page_title support in Comments.php,
align FileCommentsController to use PageMeta with page_title field.
.
refactor(mail): extract unblock action to invokable controller
.
refactor(mail): extract block action to invokable controller
.
docs(module-refactoring): update and simplify refactoring guide
.
refactor(mail): extract blocklist index to invokable controller
.
docs: add module refactoring guide
.
feat(mail): refactoring the structure of the mail module