From 7ca94c05ad6d8a4870b8240cc16ebf8017fb6fe1 Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Wed, 19 Nov 2025 19:42:57 -0700 Subject: [PATCH] Update changelog for 2.0.47 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4a08d9..0284a14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ + + ### Claude Code System Prompts Changelog +# [2.0.47](https://github.com/Piebald-AI/claude-code-system-prompts/commit/62075a9489f7edb416970b9e67605c288ce562ac) + +- **NEW:** Agent prompt: Multi-Agent Planning Note - instructions for multi-agent planning when `CLAUDE_CODE_PLAN_V2_AGENT_COUNT` > 1 +- **NEW:** System reminder: Plan mode re-entry - sent when user re-enters Plan mode after exiting +- Main system prompt: Added "NEVER propose changes to code you haven't read" instruction +- Main system prompt: Added comprehensive "Avoid over-engineering" section with guidelines on simplicity +- Enhanced plan mode reminder: Refactored variable names and simplified structure +- Enhanced plan mode reminder: Fixed typo "Syntehsize" → "Synthesize", "alwasy" → "always" + #### [2.0.46](https://github.com/Piebald-AI/claude-code-system-prompts/commit/3f9c346) _No changes to the system prompts in v2.0.46._