Unblock CI: mark the one legacy Russian file - #51
Closed
gHashTag wants to merge 1 commit into
Closed
Conversation
check-cyrillic fails on .claude/skills/gardener/SKILL.md and has failed on main for an unknown period, so every pull request to this repository starts red on a file it does not touch. The checker states the remedy itself: add the LEGACY header. Applied verbatim, as a YAML comment immediately after the name field so that it lands inside the 500-character window the checker reads and leaves the frontmatter syntactically intact -- verified both, and the frontmatter still parses. Nothing is translated and nothing else is touched. This only records what the file already is, which is what the header is for.
Owner
Author
|
Folded into #50 instead. The two were complementary — this branch fixed check-cyrillic but branched from main and so lacked #50's signature-gate and claims-ledger fixes, while #50 had those and not this. Cherry-picked here so one pull request goes green on its own rather than two that each need the other. |
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.
check-cyrillicfails on.claude/skills/gardener/SKILL.mdand has been failing onmain, so every pull request to this repository starts red on a file it does not touch.The checker prescribes the remedy in its own error message:
Applied verbatim, as a YAML comment immediately after
name:— that places it inside the 500-character windowcheck_cyrillic.pyactually reads (LEGACY_HEADER in content[:500]) while leaving the frontmatter syntactically intact. Both verified: the checker now passes and the frontmatter still parses.Nothing is translated, and no other file is touched. This records what the file already is, which is what the header exists for.
Separate from #50 deliberately, so the proofs PR stays scoped to proofs and this can be judged on its own.
🤖 Generated with Claude Code