mirror of
https://github.com/instructkr/claw-code.git
synced 2026-04-06 16:14:49 +08:00
Port 10 more missing tool definitions from upstream parity audit: - TeamCreate, TeamDelete: parallel sub-agent team management - CronCreate, CronDelete, CronList: scheduled recurring tasks - LSP: Language Server Protocol code intelligence queries - ListMcpResources, ReadMcpResource, McpAuth: MCP server resource access - RemoteTrigger: remote action/webhook triggers All tools have full ToolSpec schemas and stub execute functions. Tool surface now 38/40 (was 28/40). Remaining: MCPTool (dynamic tool proxy) and TestingPermissionTool (test-only). fmt/clippy/tests all green.