docs: AID export README (usage and overview)

This commit is contained in:
time_
2026-03-19 16:59:30 +03:00
parent 2bc1aea56a
commit f46acf3bc8
3 changed files with 161 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
This directory defines the AI generation context.
All code generation must follow the rules described in these documents.
All code generation must follow the rules described in these documents.
## AID export (OpenAPI + app generator)
HTTP-экспортёры для интеграции с AID: **`POST /aid/export/openapi`** (api-format → OpenAPI 3.0) и **`POST /aid/export/app`** (DSL → бандл файлов или `--apply`). Подробно: **[docs/AID_EXPORT_README.md](docs/AID_EXPORT_README.md)**.