chore: remove obsolete/corrupted check-no-vlang.sh gate - #20
Conversation
V (vlang.io) was banned from the estate long ago and check-no-vlang.sh enforced that. A prior global search-and-replace rewrote "V" -> "zig" throughout the script, so it now bans Zig -- the estate's primary systems/FFI language -- instead of V. Delete the script and the CI step that invoked it; V is long gone either way so there is nothing left to enforce. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
CI failed: 1 test failure due to a markdown file in docs/ violating AsciiDoc policy, and 1 build failure from unallowlisted repository root entries.OverviewTwo separate CI checks failed: one enforcing the documentation format (AsciiDoc required under FailuresDocumentation Format Check Failed (confidence: high)
Root Shape Check Failed (confidence: high)
Summary
Code Review ✅ ApprovedRemoves the obsolete check-no-vlang.sh script and its corresponding CI step, resolving the corrupted validation gate that incorrectly banned Zig. No issues found.
OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |



What
Removes the estate's
scripts/check-no-vlang.shgate and the CI step thatinvoked it.
Why
V (vlang.io) was banned from the estate years ago.
check-no-vlang.shwaswritten to enforce that ban. At some point a global search-and-replace ran
"V" -> "zig" across the file and it now bans Zig instead -- Zig is the
estate's primary systems/FFI language (Zig-first ABI/FFI doctrine), so this
script has been silently failing CI for any repo that legitimately touches
Zig, and is worthless as a V-lang check now that "V" no longer appears in it.
Evidence of the corruption (from the script's own comments before removal):
check-no-vlang.sh — enforce "ziguage is banned in the estate".(i.e. "Vlanguage" got replaced with "ziguage")
Estate rule: zig (vlang.io) is banned.(vlang.io is V's site, not Zig's)PATTERNS=( ... 'zig' 'zig' 'vlang' ... )(a duplicated replacement)zig has been replaced by zig-unified-api-adapter.V is long retired from the estate and this check is obsolete either way, so
rather than fix the corrupted pattern list, this PR deletes the script and
its CI step outright.
What changed
git rm scripts/check-no-vlang.shCI workflow that invoked it (job/workflow otherwise untouched).
No other files were modified.
🤖 Generated with Claude Code