Remove banned V (vlang); rewire repo-batcher to Zig#30
Merged
Conversation
V is now a banned language; its functionality was superseded by the Zig FFI layer. Deletes all 21 .v sources (api/v + repo-batcher CLI/ tests), points repo-batcher's Justfile build/test/fmt at the existing ffi/zig project, strips *.v from dogfood-gate CI in both workflow copies, refreshes the build-facing repo-batcher docs, and adds V (vlang) -> Zig/Rust to the banned-language table in both CLAUDE.md policy files. https://claude.ai/code/session_01LKw5BvbbxFUWi9YMogGJTL
This was referenced May 15, 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.
Summary
V (vlang) is now a banned language. Its functionality in
repo-batcherwas already superseded by the Zig FFI layer (
scaffoldia/repo-batcher/ffi/zig/),so the V sources were orphaned.
.vfiles —api/v/reposystem.vand the entirescaffoldia/repo-batcher/src/v/**CLI layer + V tests (~7,700 lines).repo-batcher/Justfile—build/build-dev/test/fmtnow drive the existing
ffi/zigproject (zig build/zig build test/
zig fmt); droppedv/v vet/v fmtinvocations.*.vfromdogfood-gate.ymlin both copies(
.github/andrpa-elysium/.github/).V (vlang) → Zig/Rustto the BANNED table in both.claude/CLAUDE.mdandscaffoldia/.claude/CLAUDE.md.GETTING-STARTED.adocand
docs/ARCHITECTURE.adoc(toolchain install, structure tree, layerdescription) from V → Zig.
Out of scope / follow-ups
IMPLEMENTATION-STATUS.md,OPERATIONS-EXPANSION-*.md) still mention V as point-in-time history;left as-is rather than rewriting dated logs.
repo-batcher's CLI entrypoint was the V layer; the Zig layer is anFFI/execution library. A Zig (or Rust) CLI front-end is a separate
reimplementation task, not done here.
.astBuckleScript artifacts) is a much larger, separate effort — explicitly
NOT included here.
.vblocker to the anti-pattern CI to enforce the newban (policy updated; active enforcement not yet wired).
Test plan
cd scaffoldia/repo-batcher && just build(ATS2 core +zig build)just testruns the Zig test steps*.vtokens)grep -rl '\.v$'returns nothinghttps://claude.ai/code/session_01LKw5BvbbxFUWi9YMogGJTL
Generated by Claude Code