Task
Remove the 17 unused tool stub files from tools/missing/.
Files to remove
SleepTool.ts, CtxInspectTool.ts, MonitorTool.ts, SnipTool.ts, ListPeersTool.ts, WebBrowserTool.ts, TerminalCaptureTool.ts, SubscribePRTool.ts, PushNotificationTool.ts, SendUserFileTool.ts, VerifyPlanExecutionTool.ts, REPLTool.ts, SuggestBackgroundPRTool.ts, WorkflowTool.ts, RemoteTriggerTool.ts, PowerShellTool.ts, index.ts
Why
These are staging stubs — all 14 real implementations already exist under packages/opensin-sdk/src/core/tools/. Keeping stubs causes confusion.
Validation
grep -r "from.*tools/missing" . --include="*.ts" | wc -l = 0
Linked Epic
Epic #1089
Task
Remove the 17 unused tool stub files from
tools/missing/.Files to remove
SleepTool.ts, CtxInspectTool.ts, MonitorTool.ts, SnipTool.ts, ListPeersTool.ts, WebBrowserTool.ts, TerminalCaptureTool.ts, SubscribePRTool.ts, PushNotificationTool.ts, SendUserFileTool.ts, VerifyPlanExecutionTool.ts, REPLTool.ts, SuggestBackgroundPRTool.ts, WorkflowTool.ts, RemoteTriggerTool.ts, PowerShellTool.ts, index.ts
Why
These are staging stubs — all 14 real implementations already exist under
packages/opensin-sdk/src/core/tools/. Keeping stubs causes confusion.Validation
grep -r "from.*tools/missing" . --include="*.ts" | wc -l= 0Linked Epic
Epic #1089