📦 deps(thirdparty): update snapshots
This commit is contained in:
parent
e1f5dfaf55
commit
fe3d854571
|
|
@ -1,8 +1,8 @@
|
||||||
# Source
|
# Source
|
||||||
|
|
||||||
- Repo: https://github.com/obra/superpowers
|
- Repo: https://github.com/obra/superpowers
|
||||||
- Ref: f9b088f7b3a6fe9d9a9a98e392ad13c9d47053a4
|
- Ref: c4bbe651cb1bc5e7bec6f7effae2b946571f3258
|
||||||
- Remove-Paths: skills/ui-ux-pro-max
|
- Remove-Paths: skills/ui-ux-pro-max
|
||||||
- Snapshot: 2026-04-15
|
- Snapshot: 2026-04-16
|
||||||
- Sync-Mode: copy_skill_dirs
|
- Sync-Mode: copy_skill_dirs
|
||||||
- Notes: vendored into playbook branch thirdparty/skill
|
- Notes: vendored into playbook branch thirdparty/skill
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@ generate_plugin_json() {
|
||||||
{
|
{
|
||||||
"name": "superpowers",
|
"name": "superpowers",
|
||||||
"version": "$version",
|
"version": "$version",
|
||||||
"description": "Core skills library for Codex: planning, TDD, debugging, and collaboration workflows.",
|
"description": "An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jesse Vincent",
|
"name": "Jesse Vincent",
|
||||||
"email": "jesse@fsck.com",
|
"email": "jesse@fsck.com",
|
||||||
|
|
@ -108,6 +108,8 @@ 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",
|
||||||
|
|
@ -119,7 +121,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 adapted for Codex.",
|
"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.",
|
||||||
"developerName": "Jesse Vincent",
|
"developerName": "Jesse Vincent",
|
||||||
"category": "Coding",
|
"category": "Coding",
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
|
|
@ -127,6 +129,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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue