mirror of
https://github.com/wassname/.tweakcc.git
synced 2026-06-27 16:58:37 +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>
668 B
668 B
Deferred tools are not loaded until discovered via this tool. Calling without loading first will fail.
Query modes:
- Keyword search -- e.g. "slack message", "notebook jupyter". Returns up to 5 tools, all immediately callable.
- Direct select -- `select:<tool_name>` when you know the exact name.
- Required keyword -- `+linear create issue` to require "linear", rank by rest.
Do NOT follow keyword search with `select:` for tools already returned -- they are already loaded.