mirror of
https://github.com/obra/superpowers.git
synced 2026-04-25 02:59:05 +08:00
Compare commits
1 Commits
c4bbe651cb
...
sync-to-co
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
07c5e799fa |
@@ -98,7 +98,7 @@ generate_plugin_json() {
|
|||||||
{
|
{
|
||||||
"name": "superpowers",
|
"name": "superpowers",
|
||||||
"version": "$version",
|
"version": "$version",
|
||||||
"description": "An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows.",
|
"description": "Core skills library for Codex: planning, TDD, debugging, and collaboration workflows.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jesse Vincent",
|
"name": "Jesse Vincent",
|
||||||
"email": "jesse@fsck.com",
|
"email": "jesse@fsck.com",
|
||||||
@@ -108,8 +108,6 @@ generate_plugin_json() {
|
|||||||
"repository": "https://github.com/obra/superpowers",
|
"repository": "https://github.com/obra/superpowers",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"brainstorming",
|
|
||||||
"subagent-driven-development",
|
|
||||||
"skills",
|
"skills",
|
||||||
"planning",
|
"planning",
|
||||||
"tdd",
|
"tdd",
|
||||||
@@ -121,7 +119,7 @@ generate_plugin_json() {
|
|||||||
"interface": {
|
"interface": {
|
||||||
"displayName": "Superpowers",
|
"displayName": "Superpowers",
|
||||||
"shortDescription": "Planning, TDD, debugging, and delivery workflows for coding agents",
|
"shortDescription": "Planning, TDD, debugging, and delivery workflows for coding agents",
|
||||||
"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.",
|
"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.",
|
||||||
"developerName": "Jesse Vincent",
|
"developerName": "Jesse Vincent",
|
||||||
"category": "Coding",
|
"category": "Coding",
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
|
|||||||
Reference in New Issue
Block a user