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) <noreply@anthropic.com>
This commit is contained in:
Drew Ritter
2026-04-15 10:59:39 -07:00
committed by GitHub
parent f9b088f7b3
commit 34c17aefb2

View File

@@ -127,6 +127,10 @@ generate_plugin_json() {
"Read", "Read",
"Write" "Write"
], ],
"defaultPrompt": [
"I've got an idea for something I'd like to build.",
"Let's add a feature to this project."
],
"brandColor": "#F59E0B", "brandColor": "#F59E0B",
"composerIcon": "./assets/superpowers-small.svg", "composerIcon": "./assets/superpowers-small.svg",
"logo": "./assets/app-icon.png", "logo": "./assets/app-icon.png",