Flexible, thin, replaceable. BIND-19 is the adaptation layer between INTENT-7 (intent syntax) and concrete transport implementations. It defines how INTENT-7 intents are carried — format negotiation, integrity checks, and version compatibility declaration.
- Transport format — binary (MessagePack/CBOR) by default, JSON fallback
- Integrity check — optional CRC32 at frame level, disabled under mTLS
- Version binding — declares BIND-19 version and current binding target
INTENT-7 (intent syntax — SIDL)
↑
BIND-19 ← You are here (transport binding)
↑
INTENT-7-SECURE (optional mTLS reference implementation)
↑
CAPABILITY-13 (consensus confirmation)
| Protocol | Repository |
|---|---|
| INTENT-7 | CommonIntents-144/INTENT-7 |
| CAPABILITY-13 | CommonIntents-144/CAPABILITY-13 |
| INTENT-7-SECURE | CommonIntents-144/INTENT-7-SECURE |
Apache 2.0 — see LICENSE.