docs: add optional cache layer plan

This commit is contained in:
a.tolmachev
2026-05-03 20:58:15 +00:00
parent 201fe16aae
commit 33a5773415
6 changed files with 85 additions and 2 deletions
+17 -2
View File
@@ -179,7 +179,22 @@
- build provenance и подпись артефактов документированы;
- коммерческий код не требуется публиковать в public repository.
## 13. Этап 10. Live staging and demo readiness
## 13. Этап 10. Optional cache and coordination layer
### Цель
Подготовить optional cache/coordination layer так, чтобы платформа могла использовать `Valkey/Redis`,
но не зависела от него для базового запуска.
### DoD
- определены абстракции для cache/coordination state;
- Community может запускаться без внешнего cache store;
- Community deployment path умеет поднимать optional `Valkey`;
- Cloud использует shared cache layer как default managed runtime component;
- Enterprise может подключать свой `Valkey/Redis` на уровне single-node или cluster deployment.
## 14. Этап 11. Live staging and demo readiness
### Цель
@@ -192,7 +207,7 @@
- demo user flow подтвержден на реальном окружении;
- регрессии в publish/call/auth flow ловятся до релиза.
## 14. Связанные документы
## 15. Связанные документы
- `docs/product-editions.md`
- `docs/commercial-boundaries.md`