mirror of
https://github.com/obra/superpowers.git
synced 2026-05-04 00:02:39 +00:00
22 lines
656 B
JSON
22 lines
656 B
JSON
{
|
|
"files": [
|
|
{ "path": "package.json", "field": "version" },
|
|
{ "path": ".claude-plugin/plugin.json", "field": "version" },
|
|
{ "path": ".cursor-plugin/plugin.json", "field": "version" },
|
|
{ "path": ".codex-plugin/plugin.json", "field": "version" },
|
|
{ "path": "openclaw.plugin.json", "field": "version" },
|
|
{ "path": ".claude-plugin/marketplace.json", "field": "plugins.0.version" },
|
|
{ "path": "gemini-extension.json", "field": "version" }
|
|
],
|
|
"audit": {
|
|
"exclude": [
|
|
"CHANGELOG.md",
|
|
"RELEASE-NOTES.md",
|
|
"node_modules",
|
|
".git",
|
|
".version-bump.json",
|
|
"scripts/bump-version.sh"
|
|
]
|
|
}
|
|
}
|