verstak-docs/README.ru.md

56 lines
2.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div align="center">
# Verstak Platform Docs
### Architecture and platform documentation for Verstak.
[English](README.md) · **Русский**
</div>
# Platform Architecture Reference
Сводные архитектурные артефакты платформы Верстак.
> Сборка каждого исполняемого компонента описана в его README: Desktop,
> official plugins, browser extension и SDK должны собираться из одной
> release-линейки.
## Содержание
- [Product Vision](01_Product_Vision.md) — что остаётся неизменным
- [Platform Architecture](02_Platform_Architecture.md) — устройство ядра
- [Repositories](03_Repositories.md) — разбиение на репозитории
- [Plugin System](04_Plugin_System.md) — динамические плагины
- [Official Plugins](05_Official_Plugins.md) — состав официальных плагинов
- [Platform Development Strategy](06_Migration_Strategy.md) — стратегия развития
- [Full Implementation Roadmap](07_Full_Implementation_Roadmap.md) — дорожная карта
## Схемы SDK
Схемы данных и контракты SDK находятся в репозитории
[`verstak-sdk`](https://github.com/mirivlad/verstak-sdk).
- [Manifest Schema](https://github.com/mirivlad/verstak-sdk/blob/main/schemas/manifest.json)
- [Capabilities](https://github.com/mirivlad/verstak-sdk/blob/main/schemas/capabilities.json)
- [Contributions](https://github.com/mirivlad/verstak-sdk/blob/main/schemas/contributions.json)
- [Permissions](https://github.com/mirivlad/verstak-sdk/blob/main/schemas/permissions.json)
- [Event Schemas](https://github.com/mirivlad/verstak-sdk/tree/main/schemas/events)
- [Sync Operations](https://github.com/mirivlad/verstak-sdk/blob/main/schemas/sync.json)
## Репозитории
| Репозиторий | Назначение |
|---|---|
| [`verstak`](https://github.com/mirivlad/verstak) | Core Platform + UI Shell |
| [`verstak-official-plugins`](https://github.com/mirivlad/verstak-official-plugins) | Официальные плагины |
| [`verstak-sdk`](https://github.com/mirivlad/verstak-sdk) | Plugin SDK и схемы |
| [`verstak-sync-server`](https://github.com/mirivlad/verstak-sync-server) | Сервер синхронизации |
| [`verstak-browser-extension`](https://github.com/mirivlad/verstak-browser-extension) | Расширение браузера |
| [`verstak-docs`](https://github.com/mirivlad/verstak-docs) | Документация |
## Лицензия
Copyright © 2026 Verstak contributors. Документация распространяется на
условиях [GNU AGPLv3 или новее](LICENSE).