chore(brand): sync sync-brand-numbers.mjs from blockrun - #128
Merged
Conversation
Vendored copy update. blockrun/ci.yml's brand-script-sync fails on any drift from brand/sync-brand-numbers.mjs, so this must land before BlockRunAI/blockrun#469. Fixes in this build: markers inside fenced blocks can opt in with @LiVe and any that silently drift are now reported; fence offsets are recomputed per marker (a badge expands 2 chars to ~150 and shifted every later fence test); an unterminated fence now runs to EOF instead of un-fencing the tail; and the walk is filtered through git ls-files, which the header always claimed but never did.
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.
Vendored copy of
brand/sync-brand-numbers.mjsfrom BlockRunAI/blockrun.blockrun's
ci.ymlrunsbrand-script-sync, which compares every consumer's copy against the canonical one and fails on drift. This PR must land before BlockRunAI/blockrun#469, which carries the canonical change and is red until the consumers update.Four fixes in this build:
--check, so a number in an ASCII diagram went stale under a green build. They can now opt in with@live, and any fenced marker whose value actually disagrees with the artifact is reported (non-fatal).Only git-tracked files are rewrittenwas in the header but nothing implemented it. Now filtered throughgit ls-files, falling back to the full walk outside a git checkout.No change to this repo's numbers — script only. Opened by a propagation run, not hand-edited.