feat(ci): align CI rows and deterministic affordances#496
Merged
barrettruth merged 1 commit intomainfrom Apr 28, 2026
Merged
Conversation
Preserve cross-forge CI run identity across buffers and pickers so descriptive run titles do not hide workflow context or backend-specific identifiers. Move shared row and action semantics out of picker-only code, add visible deterministic surface affordances, and trim dead buffer-row padding so the CI and checks surfaces behave consistently.
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.
Problem
Forge's CI and checks surfaces were split between picker-only semantics and deterministic buffers, and CI runs did not preserve a shared secondary identity across backends. That left hidden affordances, inconsistent row labels, and trailing padding in some cmdline-opened buffers.
Solution
Extract shared surface policy out of picker-specific code, add explicit deterministic CI and check affordances, and normalize CI runs around a shared
name/context/branchrow contract across GitHub, GitLab, and Codeberg. Also trim dead trailing padding when deterministic CI and checks buffers render formatted rows.Closes #487.
Closes #488.
Closes #489.
Closes #490.
Closes #491.
Closes #492.
Closes #493.
Closes #494.