Continuous integration
CI for panproto projects covers two questions: did this change validate, and did this change break compatibility?
| Page | Purpose |
|---|---|
| Breaking-change gate | Block PRs that introduce a breaking schema change unless explicitly acknowledged. |
| GitHub Actions | Drop-in workflows for schema validation and breaking-change detection. |
| Pre-commit hooks | Run schema validation before each local commit. |