Forge
markdowndeeb25a2
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
View only · write via MCP/CIDE