output-style: replace Caveman with our own ClaudeX style#19
Merged
Conversation
Rewrites the terse output style as a pure information-density instruction
in plain English, and renames it Caveman -> ClaudeX (dropping the
external attribution) so it is ClaudeX's own default in the global plugin.
The old style leaned on a persona (name, a caveman-speak meme quote), and
under smaller/faster models in conversational turns it would slip into
telegraphic grunt-speak ("Me hear you", dropped articles/copulas). The
rewrite removes the persona entirely and positively requires grammatical
full sentences, so density comes from cutting filler, not breaking
grammar.
Validated across 75 generations (opus/sonnet/fable x technical and
conversational scenarios): the ClaudeX style produced dense, plain,
grammatical English with zero persona leaks in every case, and held
grammar in the one conversational cell where the old style cracked.
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.
Replaces the
Cavemanoutput style withClaudeX— the same terse, high-density reporting, rewritten as a pure information-density instruction in plain English, with the external attribution dropped so it's ClaudeX's own default in the global plugin.Why
The old style leaned on a persona: the name "Caveman" plus a caveman-speak meme quote (
"Why use many token when few token do trick."). That framing occasionally won over the density rules — under smaller/faster models in conversational turns, replies slipped into telegraphic grunt-speak ("Me hear you", "Single writer it is", dropped articles/copulas). The rewrite removes the persona entirely and positively requires grammatical full sentences, so density comes from cutting filler, not breaking grammar. No negative "don't do the caveman voice" example is needed once the persona itself is gone.Changes
output-styles/caveman.md→claudex.md: rewritten (Cut / Keep / Stay readable),name: ClaudeX, attribution removed,keep-coding-instructions: trueretained.README.md: global-plugin bullet now names theClaudeXoutput style.ai-docs/references/writing-style.md: "caveman-inspired" → "maximal information density".plugins_test.go: synthetic style fixtures renamed off "caveman" (test data only; behavior unchanged). No "caveman" string remains anywhere in the repo.Validation
Ran a multi-agent comparison — 5 model seats (2 opus, 2 sonnet, 1 fable) × technical + conversational scenarios × three styles (no-style / old Caveman / new ClaudeX), 75 generations, each reply blind-scored for density, plain grammatical English, and persona leak:
Notes
caveman.mdin any already-materialized~/.config/claudex/global/output-styles/(the builder writes files but doesn't prune dropped ones). This is expected and accepted; a clean rebuild (rm -rf ~/.config/claudex/global && claudex configure) removes it.[minor-release]in the title — user-facing default changes, and the release workflow reads the merge-commit subject.🤖 Generated with Claude Code