Skip to content

Commit 7e0cb18

Browse files
committed
file write/edit/delete in filesystem toolkit
1 parent 7aa71fa commit 7e0cb18

File tree

5 files changed

+0
-593
lines changed

5 files changed

+0
-593
lines changed

src/Tools/Toolkits/FileSystem/DescribeDirectoryContentTool.php

Lines changed: 0 additions & 94 deletions
This file was deleted.

src/Tools/Toolkits/FileSystem/FileSystemToolkit.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ public function guidelines(): ?string
1919
public function provide(): array
2020
{
2121
return [
22-
DescribeDirectoryContentTool::make(),
2322
ReadFileTool::make(),
2423
GrepFileContentTool::make(),
2524
GlobPathTool::make(),
26-
PreviewFileTool::make(),
2725
ParseFileTool::make(),
2826
WriteFileTool::make(),
2927
DeleteFileTool::make(),

src/Tools/Toolkits/FileSystem/PreviewFileTool.php

Lines changed: 0 additions & 122 deletions
This file was deleted.

tests/Tools/FileSystem/DescribeDirectoryContentToolTest.php

Lines changed: 0 additions & 168 deletions
This file was deleted.

0 commit comments

Comments
 (0)