mirror of
https://github.com/wassname/.tweakcc.git
synced 2026-06-27 16:43:27 +08:00
5347b109a2
- Gut monolithic bash.md + sandbox-note.md (duplicated by 2.1.53 sub-files) - Gut 22 "model-knows-this" bash + sandbox sub-files to header-only - Deduplicate git safety rules (sub-files cover them) - Compress TaskCreate, ToolSearch, ReadFile, ExitPlanMode, EnterWorktree, WebFetch, WebSearch, Skill, Sleep, LSP, AskUserQuestion, EnterPlanMode - Fix Task tool: inverted polling instruction, add back isolation:worktree - Fix sandbox-default dangling "unless:" -- fold conditions inline - Escape backticks for tweakcc parser - Add CLAUDE.md with Pi + Trail of Bits design principles - Always-loaded budget: 8.7k words (down from ~18k stock) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
840 B
840 B
Create a structured task list for multi-step coding sessions. Shows user progress.
When to Use
- 3+ step tasks, plan mode, user provides multiple tasks${CONDTIONAL_TEAMMATES_NOTE}
- Mark in_progress BEFORE starting, completed IMMEDIATELY after
When NOT to Use
- Single trivial task (<3 steps), purely conversational
Fields
- subject: imperative ("Fix auth bug")
- description: detailed, with context and acceptance criteria
- activeForm: present continuous ("Fixing auth bug") -- shown in spinner. ALWAYS provide.
${CONDITIONAL_TASK_NOTES}Check TaskList first to avoid duplicates. Use TaskUpdate for dependencies (blocks/blockedBy).