chore(spec): refresh Brale OpenAPI contract - #11
Open
github-actions[bot] wants to merge 1 commit into
Open
github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
github-actions
Bot
force-pushed
the
automation/brale-spec
branch
3 times, most recently
from
September 18, 2026 08:38
dfcde8a to
9448f92
Compare
github-actions
Bot
force-pushed
the
automation/brale-spec
branch
from
September 19, 2026 08:34
9448f92 to
108a3b0
Compare
eho-send
marked this pull request as ready for review
September 25, 2026 02:30
eho-send
requested review from
alleneubank,
beezybarg,
eho-send and
ethentree
as code owners
September 25, 2026 02:30
eho-send
approved these changes
Sep 25, 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.
Brale's upstream OpenAPI bytes changed. This PR updates the vendored
document and its SHA-256/fetch-date pin. A semantic contract change
also proposes a CLI version and changelog entry from trusted main.
Documentation-only or formatting-only updates keep the version unchanged.
Contract changes conservatively propose a minor release before 1.0,
and a major release from 1.0 onward; review the diff and adjust the
proposed version and release note when appropriate before merging.
A merged version change enters the draft-release build workflow.
Upstream SHA-256:
fd1edeaad80666809e719034c20042c7ed26c3fb13e9c05828e27ed8367c0857Compatibility job: success.
Container step: success.
The intended sequence is
nub run check,nub run build,nub run knip,and
nub run jscpd, stopping at the first failure. Setup, download,validation, or container startup failures mean checks are NOT RUN.
Later checks after a failure are NOT RUN. Inspect the run logs for the commands actually started and their results.
Preparation installs no project dependencies. Compatibility runs on a
separate runner in a credential-free, offline container. The publisher
validates the preparation artifact and reconstructs the pin, version,
and changelog from trusted source; compatibility code cannot replace
the proposed files. The artifact contains no package or changelog files.
Review the contract diff, then close and reopen this draft PR as a
maintainer to trigger pull-request CI under this repository's actor
policy. Confirm all seven required checks appear on the current PR
revision and pass before marking it ready, requesting approval, or
merging. Manual CI dispatch remains useful for diagnostics;
verify the required checks attached to this PR itself. Required human
review and branch protections still apply; this bot never approves or merges.
This branch belongs to the bot and may be replaced on the next run.
Make compatibility fixes on a separate branch.