| 245 | }); |
| 246 | |
| 247 | export class SafeDeleteFileTool extends Tool<z.infer<typeof SafeDeleteFileArgs>> { |
| 248 | name = 'safe_delete_file'; |
| 249 | description = 'Delete a file, but ONLY after verifying no other source file imports it. Run with confirm=false first for a safety check. confirm=true deletes if safe. force=true overrides the safety check (use sparingly). Auto-snapshot fires before deletion. Destructive.'; |
| 250 | isReadOnly = false; |
nothing calls this directly
no outgoing calls
no test coverage detected