From 019e6b6d08b9b6d1407b9c2e7181788ad405811f Mon Sep 17 00:00:00 2001 From: Drew Ritter Date: Tue, 30 Jun 2026 14:16:14 -0700 Subject: [PATCH] Fix Codex plugin category --- .codex-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 812e72c7..6ecfff4f 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -27,7 +27,7 @@ "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.", "developerName": "Jesse Vincent", - "category": "Coding", + "category": "Developer Tools", "capabilities": [ "Interactive", "Read",