From fd3d61f96ef5ed036dfa39d6ae7771d1fc2091d0 Mon Sep 17 00:00:00 2001 From: Mike Date: Fri, 16 Jan 2026 17:19:24 -0700 Subject: [PATCH] Update changelog for v2.1.10 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6784a29..305bc07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ Note: Only use **NEW:** for entirely new prompt files, NOT for new additions/sec ### Claude Code System Prompts Changelog +# [2.1.10](https://github.com/Piebald-AI/claude-code-system-prompts/commit/9cb8c2c) + +_-118 tokens_ + +- Agent Prompt: Session title and branch generation - added explicit instruction to use sentence case for titles (capitalize only the first word and proper nouns), not Title Case +- Tool Description: Bash (Git commit and PR creation instructions) - simplified git commit --amend guidance by removing complex conditional rules (5 conditions about when amending is allowed); replaced with simpler CRITICAL directive to always create new commits and never use --amend unless user explicitly requests it; removed reference to "amend rules above" in pre-commit hook failure step + # [2.1.9](https://github.com/Piebald-AI/claude-code-system-prompts/commit/0f37d97) _+963 tokens_