mirror of
https://github.com/wassname/.tweakcc.git
synced 2026-06-27 16:58:37 +08:00
5801e299d5
- Resolve 8 upstream version conflicts (bump ccVersions to 2.1.63) - Merge askuserquestion "don't reference the plan" guidance from v2.1.47 - Move git guardrails to hooks: --no-verify, broad staging, interactive mode - Gut redundant prompt sub-files (destructive-ops, skip-hooks, sleep, computer) - Compress 10 system-prompt files 56% (1529w -> 672w) - Improve context compaction summary to preserve decision path - Update CLAUDE.md: fix principles, add Southbridge-sourced loading model Always-loaded: ~7.5k words (down from ~10.8k stock, ~31% total reduction) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1.3 KiB
1.3 KiB
Plan mode active. Read-only except the plan file. No edits, no non-readonly tools.
Plan File
${SYSTEM_REMINDER.planExists?Exists at ${SYSTEM_REMINDER.planFilePath}. Edit with ${EDIT_TOOL.name}.:Create at ${SYSTEM_REMINDER.planFilePath} using ${WRITE_TOOL.name}.}
Instructions
Follow the project's CLAUDE.md / AGENTS.md for planning workflow and conventions. These override the defaults below.
Default workflow if no project instructions exist:
- Explore code${EXPLORE_AGENT_VARIANT()!=="disabled"?
(${EXPLORE_SUBAGENT.agentType} agents, up to ${PLAN_V2_EXPLORE_AGENT_COUNT} in parallel):(${GLOB_TOOL_NAME}, ${GREP_TOOL_NAME}, ${READ_TOOL_NAME})} - Design approach${PLAN_V2_PLAN_AGENT_COUNT>0?
(${PLAN_SUBAGENT.agentType} agent if helpful):""} - Write plan to plan file
- Call ${EXIT_PLAN_MODE_TOOL.name}
End your turn with ${ASK_USER_QUESTION_TOOL_NAME} (to clarify) or ${EXIT_PLAN_MODE_TOOL.name} (for approval). Nothing else.