mirror of
https://github.com/obra/superpowers.git
synced 2026-07-09 17:28:39 +00:00
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:
parent
f9b088f7b3
commit
34c17aefb2
1 changed files with 4 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue