feat: backend service

This commit is contained in:
Ilia Denisov
2026-05-06 10:14:55 +03:00
committed by GitHub
parent 3e2622757e
commit f446c6a2ac
1486 changed files with 49720 additions and 266401 deletions
+22
View File
@@ -0,0 +1,22 @@
# Backend Service Docs
This directory keeps service-local documentation that is too detailed for
the workspace-level architecture document and too diagram-heavy for the
module README.
Sections:
- [Runtime and components](runtime.md)
- [Domain and protocol flows](flows.md)
- [Operator runbook](runbook.md)
- [Configuration and contract examples](examples.md)
Primary references:
- [`../README.md`](../README.md) — service scope, contracts,
configuration, operational behaviour.
- [`../openapi.yaml`](../openapi.yaml) — REST contract.
- [`../PLAN.md`](../PLAN.md) — historical staged build-up; kept for
archaeology, not as a source of truth.
- [`../../ARCHITECTURE.md`](../../ARCHITECTURE.md) — workspace-level
architecture.