This commit is contained in:
bl-ue 2025-11-19 10:38:16 -07:00
parent 8e7638bbff
commit d5f6b7263d
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Claude Code System Prompts
This repository contains an up-to-date list of all Claude Code's various system prompts and their associated token counts as of **[Claude Code v2.0.32](https://www.npmjs.com/package/@anthropic-ai/claude-code/v/2.0.32) (November 3rd, 2025).**
This repository contains an up-to-date list of all Claude Code's various system prompts and their associated token counts as of **[Claude Code v2.0.33](https://www.npmjs.com/package/@anthropic-ai/claude-code/v/2.0.33) (November 4th, 2025).**
Why multiple "system prompts?"

View File

@ -1,7 +1,7 @@
<!--
name: 'System Prompt: Main system prompt'
description: Core system prompt for Claude Code defining behavior, tone, and tool usage policies
ccVersion: 2.0.30
ccVersion: 2.0.33
variables:
- OUTPUT_STYLE_CONFIG
- SECURITY_POLICY
@ -118,5 +118,4 @@ user: What is the codebase structure?
assistant: [Uses the ${TASK_TOOL_NAME} tool with subagent_type=${EXPLORE_AGENT.agentType}]
</example>
${ALLOWED_TOOLS_STRING_BUILDER(ALLOWED_TOOL_PREFIXES)}