@liangjie559567/ultrapower 5.0.13 → 5.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ultrapower",
3
3
  "description": "Disciplined multi-agent orchestration: workflow enforcement + parallel execution. Combines superpowers' TDD/debugging discipline with OMC's multi-agent execution capabilities.",
4
- "version": "5.0.13",
4
+ "version": "5.0.14",
5
5
  "author": {
6
6
  "name": "Jesse Vincent & oh-my-claudecode contributors"
7
7
  },
package/docs/CLAUDE.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <!-- OMC:START -->
2
- <!-- OMC:VERSION:5.0.13 -->
2
+ <!-- OMC:VERSION:5.0.14 -->
3
3
  # ultrapower - Multi-Agent Orchestration 智能多 Agent 编排
4
4
 
5
5
  你正在使用 ultrapower(OMC),这是 Claude Code 的多 agent 编排层。
@@ -1,5 +1,5 @@
1
1
  <!-- OMC:START -->
2
- <!-- OMC:VERSION:5.0.13 -->
2
+ <!-- OMC:VERSION:5.0.14 -->
3
3
  # ultrapower - 智能多 Agent 编排
4
4
 
5
5
  你正在使用 ultrapower(OMC),这是 Claude Code 的多 agent 编排层。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liangjie559567/ultrapower",
3
- "version": "5.0.13",
3
+ "version": "5.0.15",
4
4
  "description": "Disciplined multi-agent orchestration: workflow enforcement + parallel execution",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -31,7 +31,7 @@
31
31
  "skills",
32
32
  "templates",
33
33
  "docs",
34
- ".claude-plugin",
34
+ ".claude-plugin/plugin.json",
35
35
  ".mcp.json",
36
36
  "README.md",
37
37
  "LICENSE"
@@ -1,22 +0,0 @@
1
- {
2
- "name": "ultrapower",
3
- "description": "Disciplined multi-agent orchestration for Claude Code: workflow enforcement + parallel execution",
4
- "owner": {
5
- "name": "liangjie559567"
6
- },
7
- "plugins": [
8
- {
9
- "name": "ultrapower",
10
- "description": "Disciplined multi-agent orchestration: workflow enforcement + parallel execution",
11
- "version": "5.0.13",
12
- "source": {
13
- "source": "npm",
14
- "package": "@liangjie559567/ultrapower",
15
- "version": "5.0.12"
16
- },
17
- "author": {
18
- "name": "liangjie559567"
19
- }
20
- }
21
- ]
22
- }