Files
.tweakcc/system-prompts/tool-description-toolsearch-extended.md
wassname 5347b109a2 Compress tool descriptions ~52% less always-loaded context
- 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>
2026-03-02 14:46:57 +08:00

668 B

Deferred tools are not loaded until discovered via this tool. Calling without loading first will fail.

Query modes:

  1. Keyword search -- e.g. "slack message", "notebook jupyter". Returns up to 5 tools, all immediately callable.
  2. Direct select -- `select:<tool_name>` when you know the exact name.
  3. 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.