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

@@ -224,60 +224,60 @@ OpenCode に新しい機能をプロジェクトに追加するよう依頼で
1. **計画を作成する**
OpenCode には、変更を加える機能を無効にする _Plan モード_ があり、
代わりに、その機能を_どのように_実装するかを提案してください。
代わりに、その機能を*どのように*実装するかを提案してください。
**Tab** キーを使用してそれに切り替えます。右下隅にこれを示すインジケーターが表示されます。
```bash frame="none" title="Switch to Plan mode"
<TAB>
```
```bash frame="none" title="Switch to Plan mode"
<TAB>
```
では、何をしたいのかを説明しましょう。
```txt frame="none"
When a user deletes a note, we'd like to flag it as deleted in the database.
Then create a screen that shows all the recently deleted notes.
From this screen, the user can undelete a note or permanently delete it.
```
```txt frame="none"
When a user deletes a note, we'd like to flag it as deleted in the database.
Then create a screen that shows all the recently deleted notes.
From this screen, the user can undelete a note or permanently delete it.
```
自分が何を望んでいるのかを理解するために、OpenCode に十分な詳細を提供したいと考えています。役に立ちます
チームの若手開発者と話しているように話すことができます。
:::ヒント
OpenCode に多くのコンテキストと例を提供して、意図する内容を理解できるようにします。
want.
:::
want.
:::
2. **計画を反復する**
計画が示されたら、フィードバックを送信したり、詳細を追加したりできます。
```txt frame="none"
We'd like to design this new screen using a design I've used before.
[Image #1] Take a look at this image and use it as a reference.
```
```txt frame="none"
We'd like to design this new screen using a design I've used before.
[Image #1] Take a look at this image and use it as a reference.
```
:::ヒント
画像をターミナルにドラッグ アンド ドロップして、プロンプトに追加します。
:::
:::
OpenCode は、指定された画像をスキャンしてプロンプトに追加できます。あなたはできる
これを行うには、画像をターミナルにドラッグ アンド ドロップします。
3. **機能を構築する**
計画に慣れたら、_Build モード_に戻ります。
計画に慣れたら、*Build モード*に戻ります。
**Tab** キーをもう一度押します。
```bash frame="none"
<TAB>
```
```bash frame="none"
<TAB>
```
そして変更を加えるように依頼します。
```bash frame="none"
Sounds good! Go ahead and make the changes.
```
```bash frame="none"
Sounds good! Go ahead and make the changes.
```
---