docs: position pg-sprite by problem class — online executor, peers not competitors - #54
Merged
Merged
Conversation
Name the two problem classes — convergence planners (pg-schema-diff, pg-delta) vs online executors (pgroll, pg-osc, pg-sprite) — so comparisons land on execution grounds: peers under different design criteria, with planners as potential complements at the declarative front door, not alternatives.
Replace the "judge it on execution grounds" framing: pg-sprite exists to satisfy the design criteria in design-principles.md; pgroll and pg-osc are peers built to different criteria.
The peers in the comparison list are linked; link pg-sprite the same way so the three executors read in parallel.
Kiran01bm
marked this pull request as ready for review
August 20, 2026 08:34
Kiran01bm
requested review from
JashLal,
aparajon,
eeSeeGee,
jayjanssen,
jemiahw and
morgo
as code owners
August 20, 2026 08:34
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
aparajon
approved these changes
Aug 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Positions pg-sprite by problem class in vision.md's ecosystem section so comparisons with other tools land on the right grounds.
Why
Readers keep comparing pg-sprite against convergence planners (pg-schema-diff, pg-delta) on object-model breadth — a category error: those tools produce a DDL artifact, they don't manage a live operation. The doc set never stated the split explicitly, so vision.md now does.
What
Docs-only change; no code or behavior affected.