fix(docs): locale markdown issues

This commit is contained in:
Adam
2026-02-09 13:55:55 -06:00
parent d9b4535d64
commit 274bb948e7
213 changed files with 1776 additions and 1789 deletions

View File

@@ -283,13 +283,13 @@ await client.session.prompt({
### ファイル
| 方法 | 説明 | 応答 |
| ------------------------- | ---------------------------------------- | ---------------------------------------------------------------------------------------- |
| `find.text({ query })` | ファイル内のテキストを検索 | `path``lines``line_number``absolute_offset``submatches` の一致オブジェクトの配列 |
| `find.files({ query })` | ファイルとディレクトリを名前で検索する | `string[]` (パス) |
| `find.symbols({ query })` | ワークスペースのシンボルを検索する | <a href={typesUrl}><code>シンボル[]</code></a> |
| `file.read({ query })` | ファイルを読む | `{ type: "raw" \| "patch", content: string }` |
| `file.status({ query? })` | 追跡されたファイルのステータスを取得する | <a href={typesUrl}><code>ファイル[]</code></a> |
| Method | Description | Response |
| ------------------------- | ---------------------------------- | ------------------------------------------------------------------------------------------- |
| `find.text({ query })` | Search for text in files | Array of match objects with `path`, `lines`, `line_number`, `absolute_offset`, `submatches` |
| `find.files({ query })` | Find files and directories by name | `string[]` (paths) |
| `find.symbols({ query })` | Find workspace symbols | <a href={typesUrl}><code>Symbol[]</code></a> |
| `file.read({ query })` | Read a file | `{ type: "raw" \| "patch", content: string }` |
| `file.status({ query? })` | Get status for tracked files | <a href={typesUrl}><code>File[]</code></a> |
`find.files` は、いくつかのオプションのクエリ フィールドをサポートしています。