refactor: update architecture documentation and add commenting standards

This commit is contained in:
Илья Глазунов
2026-09-05 19:40:35 +03:00
parent a55ee10d2b
commit ead0eecbc5
8 changed files with 331 additions and 3 deletions
+6
View File
@@ -4,6 +4,12 @@
This document defines the production architecture for Mastermind. Domain language comes from [`../../CONTEXT.md`](../../CONTEXT.md), product scope from [`../product/mastermind-product-brief.md`](../product/mastermind-product-brief.md), and privacy invariants from [`../privacy/local-first-data-contract.md`](../privacy/local-first-data-contract.md).
Нормативные паттерны проектирования и реализации вынесены в отдельные документы:
- [Системные паттерны](system-patterns.md) — взаимодействие подсистем, потоки данных и безопасность.
- [Swift Implementation Patterns](swift-patterns.md) — стандарты реализации на Swift, конкурентность и управление состоянием.
- [Стандарт комментирования](../development/commenting-standard.md) — правила документирования кода.
The production application lives under `native/Mastermind`. `native/MastermindPOC` is a capability reference, not the production architecture. The Electron application is legacy source material and is not part of the production runtime.
## Runtime boundary