Add multi-language support (22+ languages) and refocus docs for AI assistants#2
Merged
burtbyproxy merged 4 commits intomainfrom Jan 23, 2026
Merged
Conversation
Co-authored-by: burtbyproxy <1827866+burtbyproxy@users.noreply.github.com>
Co-authored-by: burtbyproxy <1827866+burtbyproxy@users.noreply.github.com>
Co-authored-by: burtbyproxy <1827866+burtbyproxy@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Expand support to include Ruby and Python
Add multi-language support (22+ languages) and refocus docs for AI assistants
Jan 23, 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.
VibeScript was TypeScript/JavaScript-only. Expanded to 22+ languages with language-appropriate comment styles. Refocused documentation from executive pitch to AI assistant operating manual.
Language Support
New module:
src/lib/language-config.ts//(C-style),#(scripting),--(Lua/Haskell),;(Clojure)Languages added: Python, Ruby, Go, Rust, Elixir, Dart, Lua, Shell, Clojure, Haskell, Crystal, R, Julia, Zig, PHP, Java, C#, Swift, Kotlin, Scala
Directive parser: Auto-detects language from file path, applies correct comment prefix
Changes
directive-parser.ts: Added language detection, dynamic comment prefix selectionvibe-checker.ts: Generalized from.vibe.tsto any vibe extension, language-aware error messagesvibe-guard.ts: Centralized test file detection using language configownership.json: Extended patterns to cover all 22+ languages (ai_owned_globs, human_owned_globs, contract_owned_globs)Documentation
Rewrote README targeting Claude as primary reader instead of executives:
Rationale: Executives delegate to AI. AI reads and follows the docs. Write for the actual user.
Backward Compatibility
Existing TypeScript/JavaScript projects unchanged. Additive only.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.