docs: add AGENTS.md with platform architecture rules
This commit is contained in:
parent
dbd7264cd9
commit
6abeaae1e3
35
README.md
35
README.md
|
|
@ -1,3 +1,34 @@
|
|||
# verstak-docs
|
||||
# Platform Architecture Reference
|
||||
|
||||
Verstak Platform documentation — user guide, developer guide, plugin authoring, sync setup, security model, migration guides
|
||||
Сводные архитектурные артефакты платформы Верстак.
|
||||
|
||||
## Содержание
|
||||
|
||||
- [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) — состав официальных плагинов
|
||||
- [Migration Strategy](06_Migration_Strategy.md) — план перехода
|
||||
|
||||
## Схемы SDK
|
||||
|
||||
Схемы данных и контракты SDK находятся в репозитории [`verstak-sdk`](https://git.mirv.top/verstak/verstak-sdk).
|
||||
|
||||
- [Manifest Schema](../verstak-sdk/schemas/manifest.json)
|
||||
- [Capabilities](../verstak-sdk/schemas/capabilities.json)
|
||||
- [Contributions](../verstak-sdk/schemas/contributions.json)
|
||||
- [Permissions](../verstak-sdk/schemas/permissions.json)
|
||||
- [Event Schemas](../verstak-sdk/schemas/events/)
|
||||
- [Sync Operations](../verstak-sdk/schemas/sync.json)
|
||||
|
||||
## Репозитории
|
||||
|
||||
| Репозиторий | Назначение |
|
||||
|---|---|
|
||||
| `verstak-desktop` | Core Platform + UI Shell |
|
||||
| `verstak-official-plugins` | Официальные плагины |
|
||||
| `verstak-sdk` | Plugin SDK и схемы |
|
||||
| `verstak-sync-server` | Сервер синхронизации |
|
||||
| `verstak-browser-extension` | Расширение браузера |
|
||||
| `verstak-docs` | Документация |
|
||||
|
|
|
|||
Loading…
Reference in New Issue