mirror of
https://github.com/wassname/.tweakcc.git
synced 2026-06-27 16:43:27 +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>
742 B
742 B
Ask user questions during execution: gather preferences, clarify ambiguity, get decisions on implementation choices.
- Users can always select "Other" for custom input
- multiSelect: true for non-exclusive choices
- Recommended option: first in list with "(Recommended)" suffix
- Plan mode: clarify before finalizing. Do NOT ask "Is my plan ready?" -- use ExitPlanMode.
- IMPORTANT: Do not reference "the plan" in questions (e.g. "Does the plan look good?") because the user cannot see the plan until you call ${EXIT_PLAN_MODE_TOOL_NAME}. Use ExitPlanMode for plan approval.