Release v6.0.1: Codex fixes

- Brainstorm companion reads version from .codex-plugin/plugin.json when package.json is absent (PRI-2240)
- sync-to-codex script excludes .gitmodules and .pre-commit-config.yaml (PRI-1168)
This commit is contained in:
Jesse Vincent
2026-06-16 15:18:04 -07:00
parent 796807980b
commit 5c6151d8b6
8 changed files with 14 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "superpowers",
"version": "6.0.0",
"version": "6.0.1",
"description": "Superpowers skills and runtime bootstrap for coding agents",
"type": "module",
"main": ".opencode/plugins/superpowers.js",