CI-GATE.0-2: establish repository CI canary

This commit is contained in:
2026-08-04 19:01:59 +03:00
parent 64a5bdd04c
commit 49cc0e2fb8
9 changed files with 1637 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
# Структура проекта Dzentra
**Статус:** Current; Build 060.30.3
**Статус:** Current; CI-GATE.0CI-GATE.2
Документ показывает назначение верхних уровней текущего checkout. Это
навигационная карта, а не полный перечень файлов.
@@ -9,6 +9,7 @@
```text
dzentra_bot/
├── .gitea/workflows/ ручной CI canary contract
├── app/ Python-приложение, зависимости и тесты
├── docs/ архитектура, runbook, roadmap и история Builds
├── infra/ Dockerfile и Docker Compose
@@ -38,6 +39,7 @@ dzentra_bot/
| `requirements.txt` | Прямые Production dependencies |
| `requirements.lock` | Полный hash-locked набор Production image |
| `requirements-dev.txt` | Production dependencies плюс pytest и Pyright |
| `requirements-dev.lock` | Полный hash-locked developer/CI environment |
Диагностические `app/scripts` и `app/tools` не запускаются автоматически
вместе с Production Runtime.