@42ws/cli 0.0.48 → 0.0.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/init.js +1 -1
- package/package.json +1 -1
package/dist/commands/init.js
CHANGED
|
@@ -163,7 +163,7 @@ function buildAgentGuide() {
|
|
|
163
163
|
|
|
164
164
|
## ツール(任意)
|
|
165
165
|
|
|
166
|
-
- **画像生成**: gemini / codex
|
|
166
|
+
- **画像生成**: gemini / codex があれば画像生成に使う(\`generate-image\` / \`codex-image\` 等のスキルがあればそれを)。**無ければ導入を案内**して実画像を用意する(詳細は \`build\` 規約 §5)。
|
|
167
167
|
- 制作中のページ確認は \`42ws dev\` が基本。実ブラウザ確認の補助ツール(agent-browser 等)が入っていれば併用してよい。
|
|
168
168
|
`;
|
|
169
169
|
}
|