| 1 | # Transport profiles |
| 2 | |
| 3 | **Profile** = binding wire к конкретному API (HTTP, Matrix CS API, …). |
| 4 | Меняется **без** смены `schemas/v1` payload, если mapping 1:1. |
| 5 | |
| 6 | | Profile | Статус | Реализация | |
| 7 | |---------|--------|------------| |
| 8 | | [reference-http-v1](reference-http-v1/) | Reference | [intercom-service](../../../host/intercom-service/) | |
| 9 | |
| 10 | Новый мост (Matrix, Mattermost) → новая папка `profiles/<name>-v1/` + ADR моста; wire остаётся в `schemas/`. |
| 11 |