From 34c17aefb23c43960580b4a7f0ed5cb45c270cbe Mon Sep 17 00:00:00 2001 From: Drew Ritter Date: Wed, 15 Apr 2026 10:59:39 -0700 Subject: [PATCH] sync-to-codex-plugin: seed interface.defaultPrompt (#1180) Codex plugin pages use interface.defaultPrompt to show suggested prompts on the plugin's app card; the generator now emits two domain-neutral seed prompts so the superpowers listing isn't empty. Co-authored-by: Claude Opus 4.6 (1M context) --- scripts/sync-to-codex-plugin.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/sync-to-codex-plugin.sh b/scripts/sync-to-codex-plugin.sh index c57eeb82..27356b79 100755 --- a/scripts/sync-to-codex-plugin.sh +++ b/scripts/sync-to-codex-plugin.sh @@ -127,6 +127,10 @@ generate_plugin_json() { "Read", "Write" ], + "defaultPrompt": [ + "I've got an idea for something I'd like to build.", + "Let's add a feature to this project." + ], "brandColor": "#F59E0B", "composerIcon": "./assets/superpowers-small.svg", "logo": "./assets/app-icon.png",