Skip to content

Commit c4bbe65

Browse files
obraarittr
authored andcommitted
Some terminology cleanups
1 parent 34c17ae commit c4bbe65

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

scripts/sync-to-codex-plugin.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ generate_plugin_json() {
9898
{
9999
"name": "superpowers",
100100
"version": "$version",
101-
"description": "Core skills library for Codex: planning, TDD, debugging, and collaboration workflows.",
101+
"description": "An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows.",
102102
"author": {
103103
"name": "Jesse Vincent",
104104
"email": "jesse@fsck.com",
@@ -108,6 +108,8 @@ generate_plugin_json() {
108108
"repository": "https://github.com/obra/superpowers",
109109
"license": "MIT",
110110
"keywords": [
111+
"brainstorming",
112+
"subagent-driven-development",
111113
"skills",
112114
"planning",
113115
"tdd",
@@ -119,7 +121,7 @@ generate_plugin_json() {
119121
"interface": {
120122
"displayName": "Superpowers",
121123
"shortDescription": "Planning, TDD, debugging, and delivery workflows for coding agents",
122-
"longDescription": "Use Superpowers to guide agent work through brainstorming, implementation planning, test-driven development, systematic debugging, parallel execution, code review, and finish-the-branch workflows adapted for Codex.",
124+
"longDescription": "Use Superpowers to guide agent work through brainstorming, implementation planning, test-driven development, systematic debugging, parallel execution, code review, and finish-the-branch workflows.",
123125
"developerName": "Jesse Vincent",
124126
"category": "Coding",
125127
"capabilities": [

0 commit comments

Comments
 (0)