- GitHub pull requests have a major problem: they are one giant mutable changeset, causing outdated reviews, lost context, and difficulty scrubbing prior states.
- Proposed solution: changesets (versionable, immutable snapshots of a pull request branch) where each version (v1, v2…) is fixed and feedback is attached to specific versions.
- Changesets allow deferred publishing—contributors can push multiple commits privately before proposing a new version, and reviewers can review atomic versions without confusion.
- Feedback persists across changesets, showing unresolved comments from prior versions, ensuring all issues are addressed before acceptance.