docs: add adapter development guide (#541)#544
Conversation
Create docs/guides/adapter-development.md covering how to build a first-class Wave adapter in Go: AdapterRunner interface, streaming events via OnStreamEvent, sandbox integration, workspace setup, registration via ResolveAdapter(), and testing patterns with MockAdapter and configCapturingAdapter.
Code Review (Wave Pipeline)Verdict: APPROVE PR #544 adds a comprehensive adapter development guide ( No critical or high-severity issues were found. No security concerns. Suggested ImprovementsThese are non-blocking and can be addressed in a follow-up:
Positive Observations
Generated by Wave pr-review pipeline |
Summary
docs/guides/adapter-development.mdTest plan
go test -race ./...passes