docs: capabilities matrix — add the Engine path column - #66
Merged
Conversation
Status says what happens today; the new column says how the engine does (or will) carry the operation: native as-is, native via a safer sequence, native behind a planned flow, copy-and-swap, or no path. Also corrects the headline counts (19 planned, 13 out of scope, was 18/14).
Kiran01bm
marked this pull request as ready for review
August 30, 2026 22:56
Kiran01bm
requested review from
JashLal,
aparajon,
eeSeeGee,
jayjanssen,
jemiahw and
morgo
as code owners
August 30, 2026 22:56
|
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 30, 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.
Adds an "Engine path" column to every table in
docs/capabilities.md, stating how the engine carries (or will carry) each operation, alongside the existing Status column that says what happens today.Why
Status answers "what happens if I submit this today" but not the question users ask next: "how will pg-sprite actually run it?" Two operations with the same 🟡 status can have very different futures — one becomes a native safer sequence, another needs the full copy-and-swap machinery. Making the path explicit also gives each planned refusal a stated destination, so the matrix doubles as a roadmap.
What
safer-sequences.mdandoptimistic-attempt.md.Before / after
This PR was authored by Amp (Claude Opus 4.5) on Kiran's (@Kiran01bm) behalf.