Tutorial: Create a New Adapter
Audience: Platform / integration engineer
Time: ~60 minutes
Last updated: 2026-07-05
Outcome
An adapter implementing a platform contract at product or IDE boundary.
Steps
- Read ENGINEERING/adapter-rules.md
- Implement contract in product Integration or AI module
- Bind in module ServiceProvider
- No cross-module Infrastructure leakage
- Document in module page
For IDE adapters: follow ZEP materialization — do not hand-edit .cursor/ without manifest update.
Breadcrumbs: Home → Tutorials → Create Adapter