From adf147f23f3c09852316711a96b3b9b63f480297 Mon Sep 17 00:00:00 2001 From: Mike Date: Tue, 10 Feb 2026 09:03:24 -0700 Subject: [PATCH] Fix dangling commit hashes in CHANGELOG.md Tags v2.1.30, v2.1.31, v2.1.32, v2.1.38 were pointing to orphaned commits created before a rebase. Tags have been re-pointed to the correct on-branch commits; this fixes the corresponding CHANGELOG links. --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2824006..37db89b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Note: Only use **NEW:** for entirely new prompt files, NOT for new additions/sec ### Claude Code System Prompts Changelog -#### [2.1.38](https://github.com/Piebald-AI/claude-code-system-prompts/commit/a547768) +#### [2.1.38](https://github.com/Piebald-AI/claude-code-system-prompts/commit/30adcee) _+105 tokens_ @@ -43,7 +43,7 @@ _-1,086 tokens_ - Tool Description: Task - Removed `AGENT_TEAM_CHECK` variable and conditional note about Agent Teams not being available on certain plans; reduced from 1340 to 1215 tokens - Tool Description: TeammateTool - Renamed tool heading from "TeammateTool" to "TeamCreate"; removed `spawnTeam` operation label and `cleanup` operation (now separate TeamDelete tool); added explicit file paths for created team and task list resources; added note about automatic message delivery; updated workflow to reference TeamCreate; reduced from 1790 to 1642 tokens -# [2.1.32](https://github.com/Piebald-AI/claude-code-system-prompts/commit/90253de) +# [2.1.32](https://github.com/Piebald-AI/claude-code-system-prompts/commit/a362f28) _+2,323 tokens_ @@ -71,7 +71,7 @@ _+693 tokens_ - Tool Description: ToolSearch - Refactored: moved extended content to separate `ToolSearch extended` prompt; simplified base description now references `` messages and conditionally includes extended content via identifier -# [2.1.30](https://github.com/Piebald-AI/claude-code-system-prompts/commit/688d25c) +# [2.1.30](https://github.com/Piebald-AI/claude-code-system-prompts/commit/87f225d) _+3,152 tokens_