@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.
@@ -163,7 +163,7 @@ function buildAgentGuide() {
163
163
 
164
164
  ## ツール(任意)
165
165
 
166
- - **画像生成**: gemini / codex 等の画像生成が使える環境なら、ヒーロー/OGP/装飾画像を生成して使う(\`build\` 規約参照。skill の導入は不要)。
166
+ - **画像生成**: gemini / codex があれば画像生成に使う(\`generate-image\` / \`codex-image\` 等のスキルがあればそれを)。**無ければ導入を案内**して実画像を用意する(詳細は \`build\` 規約 §5)。
167
167
  - 制作中のページ確認は \`42ws dev\` が基本。実ブラウザ確認の補助ツール(agent-browser 等)が入っていれば併用してよい。
168
168
  `;
169
169
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@42ws/cli",
3
- "version": "0.0.48",
3
+ "version": "0.0.49",
4
4
  "description": "Publish static sites in one command",
5
5
  "publishConfig": {
6
6
  "access": "public"