oh-my-claude-sisyphus 3.0.10 → 3.0.11

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.
package/commands/help.md CHANGED
@@ -61,4 +61,4 @@ But now you don't NEED them - everything is automatic.
61
61
 
62
62
  ---
63
63
 
64
- *Version: 3.0.0*
64
+ *Version: 3.0.11*
@@ -10,7 +10,7 @@
10
10
 
11
11
  # oh-my-claudecode
12
12
 
13
- [![Version](https://img.shields.io/badge/version-3.0.0--beta-ff6b6b)](https://github.com/Yeachan-Heo/oh-my-claude-sisyphus)
13
+ [![Version](https://img.shields.io/badge/version-3.0.11-ff6b6b)](https://github.com/Yeachan-Heo/oh-my-claudecode)
14
14
  [![npm version](https://img.shields.io/npm/v/oh-my-claudecode?color=cb3837)](https://www.npmjs.com/package/oh-my-claudecode)
15
15
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
16
16
  [![Node.js](https://img.shields.io/badge/Node.js-20+-339933?logo=node.js&logoColor=white)](https://nodejs.org/)
@@ -43,7 +43,7 @@ The plugin requires a `plugin.json` manifest:
43
43
  ```json
44
44
  {
45
45
  "name": "oh-my-claudecode",
46
- "version": "3.0.0",
46
+ "version": "3.0.11",
47
47
  "description": "Multi-agent orchestration system for Claude Code",
48
48
  "hooks": {
49
49
  "PreToolUse": ["scripts/pre-tool-enforcer.mjs"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-claude-sisyphus",
3
- "version": "3.0.10",
3
+ "version": "3.0.11",
4
4
  "description": "Multi-agent orchestration system for Claude Code - Inspired by oh-my-opencode",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -63,4 +63,4 @@ But now you don't NEED them - everything is automatic.
63
63
 
64
64
  ---
65
65
 
66
- *Version: 3.0.0*
66
+ *Version: 3.0.11*