MCPcopy Create free account
hub / github.com/QodeXcli/QodeX /

Class

src/tools/codegraph/safe-refactor.ts:247–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245});
246
247export 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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected