feat: add French language mode (fr-lite/fr-full/fr-ultra)#193
Open
Cl3MM wants to merge 1 commit intoJuliusBrussee:mainfrom
Open
feat: add French language mode (fr-lite/fr-full/fr-ultra)#193Cl3MM wants to merge 1 commit intoJuliusBrussee:mainfrom
Cl3MM wants to merge 1 commit intoJuliusBrussee:mainfrom
Conversation
Add French as a new language variant following the existing wenyan pattern. Three intensity levels: fr-lite (professional), fr-full (telegraphic), fr-ultra (maximum compression with abbreviations).
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.
French language mode
Adds French as a new language variant, following the existing wenyan (Classical Chinese) pattern.
Before
Caveman only supports English (
lite/full/ultra) and Classical Chinese (wenyan-lite/wenyan/wenyan-ultra) modes.After
French speakers can use
/caveman frfor telegraphic French with 3 intensity levels:Example β "Why React component re-render?"
useMemo."useMemo."useMemo."Example β "Explain database connection pooling."
Why
French is the 5th most spoken language worldwide. This follows the exact same pattern as wenyan β 3 intensity levels defined in the SKILL.md intensity table, modes registered in
caveman-config.js, and command routing incaveman-mode-tracker.js.Changes (5 files, 18 additions)
skills/caveman/SKILL.mdβ intensity table rows + exampleshooks/caveman-config.jsβVALID_MODESlisthooks/caveman-mode-tracker.jsβ/caveman frcommand routingskills/caveman-help/SKILL.mdβ help card tablecommands/caveman.tomlβ description updateSynced copies (
caveman/SKILL.md,.cursor/,.windsurf/,plugins/,caveman.skill) left untouched per CONTRIBUTING.md β CI handles sync after merge.