Przeglądaj źródła

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>
Drew Ritter 4 miesięcy temu
rodzic
commit
34c17aefb2
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      scripts/sync-to-codex-plugin.sh

+ 4 - 0
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",