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>
389 B
389 B
LSP code intelligence. Operations: goToDefinition, findReferences, hover, documentSymbol, workspaceSymbol, goToImplementation, prepareCallHierarchy, incomingCalls, outgoingCalls.
All require: filePath, line (1-based), character (1-based). LSP server must be configured for the file type.