Contributor AI / Codex Guide

This page links to contributor and agent contracts used to keep SDK changes safe and reviewable.

Start Here

Key Contracts

Multi-Agent Roles

Notes

  • Core/adapters boundary is mandatory: src/core stays adapter-agnostic.
  • API Gate applies to exports and entrypoint/type-surface changes.
  • Generated files must be regenerated, not manually edited.