gstack/codex
seungwonme 78649fa4e1 feat(codex): document native image generation in /codex skill
Codex CLI ships a native image_gen.imagegen tool, but the skill's
read-only sandbox rule makes image-generation consults silently fail:
the tool call succeeds, the PNG can't be saved.

- Add Image Generation section: swap to -s workspace-write for
  image-making consults, scope writes to a scratch dir under TMP_ROOT
  (-C + --skip-git-repo-check), show the result to the user
- Name this as the sole exception in Important Rules
- Regenerate codex/SKILL.md via bun run gen:skill-docs

Verified by having Codex enumerate its callable tools and generate a
1254x1254 PNG with code-drawing fallbacks (SVG/matplotlib) forbidden.
2026-06-12 17:44:00 +09:00
..
SKILL.md feat(codex): document native image generation in /codex skill 2026-06-12 17:44:00 +09:00
SKILL.md.tmpl feat(codex): document native image generation in /codex skill 2026-06-12 17:44:00 +09:00