docs(skills): exclude caveman terse style from commit and MR/PR artifacts#92
Merged
Merged
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
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
When a session runs with an active terse output style (the caveman plugin's
CAVEMAN MODE ACTIVEreminder), that compression can leak into durable, human-facing artifacts: commit messages, MR/PR titles and descriptions, comments, and reviews. This change makes the carve-out explicit and consistent across our artifact-producing skills.ghandglab: merge the two separate "write in plain prose" and caveman-override paragraphs into a single section per skill, and state that an active terse style does not apply to titles, descriptions, comments, notes, or reviews.sf-commit-convention: add a "Write in plain prose, not caveman" section covering commit subject and body and MR/PR titles. This is the skill loaded before every commit, so it is the central guard.CHANGELOG.md: one consolidated entry under[Unreleased].Rationale
The upstream caveman skill only guarantees a narrow carve-out in its
Boundariessection (Code/commits/PRs: write normal.). It does not cover MR/PR descriptions, titles, issue descriptions, comments, or any GitLab vocabulary. That gap is acknowledged upstream in JuliusBrussee/caveman#484 and PR JuliusBrussee/caveman#483, both still open and unmerged. There is no config knob to extend the carve-out, so the established pattern is per-skill boundary statements (see the upstream caveman-commit and caveman-review skills). This change follows that pattern.Scope
Four files only. A repo-wide markdown formatter run touched many unrelated files in the working tree; those were intentionally left unstaged and are not part of this PR.
Closes #91