chore: generate

This commit is contained in:
opencode-agent[bot]
2026-02-09 17:35:30 +00:00
parent dc53086c1e
commit d578f80f00
222 changed files with 6797 additions and 6590 deletions

View File

@@ -55,7 +55,7 @@ OpenCode は GitLab ワークフローと統合します。
- **問題のトリアージ**: OpenCode に問題を調べて説明してもらいます。
- **修正と実装**: OpenCode に問題の修正または機能の実装を依頼します。
新しいブランチを作成し、変更を加えたマージリクエストを発行します。
新しいブランチを作成し、変更を加えたマージリクエストを発行します。
- **安全**: OpenCode は GitLab ランナー上で実行されます。
---
@@ -168,9 +168,9 @@ GitLab で OpenCode を使用する方法の例をいくつか示します。
このコメントを GitLab の問題に追加します。
```
@opencode explain this issue
```
```
@opencode explain this issue
```
OpenCode は問題を読み、明確な説明を返信します。
@@ -178,9 +178,9 @@ OpenCode は問題を読み、明確な説明を返信します。
GitLab の問題では、次のように言います。
```
@opencode fix this
```
```
@opencode fix this
```
OpenCode は新しいブランチを作成し、変更を実装し、変更を含むマージ リクエストを開きます。
@@ -188,8 +188,8 @@ OpenCode は新しいブランチを作成し、変更を実装し、変更を
GitLab マージ リクエストに次のコメントを残してください。
```
@opencode review this merge request
```
```
@opencode review this merge request
```
OpenCode はマージ リクエストをレビューし、フィードバックを提供します。