fix(core): Remove dead code and documentation related to the obsolete list tool. (#22672)

This commit is contained in:
Ariane Emory
2026-04-15 18:44:53 -04:00
committed by GitHub
parent 6bed7d469d
commit d2ea6700aa
60 changed files with 37 additions and 516 deletions

View File

@@ -231,7 +231,6 @@ Markdown ファイル名はモード名になります (例: `review.md` は `re
| `read` | ファイルの内容を読み取る |
| `grep` | ファイルの内容を検索 |
| `glob` | パターンでファイルを検索 |
| `list` | ディレクトリの内容をリストする |
| `patch` | ファイルにパッチを適用する |
| `todowrite` | ToDo リストを管理する |
| `webfetch` | Web コンテンツを取得する |