oh-my-claude-sisyphus 3.7.9 → 3.7.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/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/.mcp.json +1 -1
- package/agents/analyst.md +1 -1
- package/agents/architect-low.md +1 -1
- package/agents/architect-medium.md +1 -1
- package/agents/architect.md +1 -1
- package/agents/build-fixer-low.md +0 -1
- package/agents/build-fixer.md +0 -1
- package/agents/code-reviewer-low.md +1 -1
- package/agents/code-reviewer.md +1 -1
- package/agents/critic.md +1 -1
- package/agents/designer-high.md +0 -1
- package/agents/designer-low.md +0 -1
- package/agents/designer.md +0 -1
- package/agents/executor-high.md +0 -1
- package/agents/executor-low.md +0 -1
- package/agents/executor.md +0 -1
- package/agents/explore-high.md +1 -1
- package/agents/explore-medium.md +1 -1
- package/agents/explore.md +1 -1
- package/agents/planner.md +0 -1
- package/agents/qa-tester-high.md +0 -1
- package/agents/qa-tester.md +0 -1
- package/agents/researcher-low.md +1 -1
- package/agents/researcher.md +1 -1
- package/agents/scientist-high.md +1 -1
- package/agents/scientist-low.md +1 -1
- package/agents/scientist.md +1 -1
- package/agents/security-reviewer-low.md +1 -1
- package/agents/security-reviewer.md +1 -1
- package/agents/tdd-guide-low.md +0 -1
- package/agents/tdd-guide.md +0 -1
- package/agents/vision.md +1 -1
- package/agents/writer.md +0 -1
- package/bridge/mcp-server.cjs +20944 -0
- package/commands/omc-setup.md +39 -0
- package/dist/mcp/standalone-server.cjs +19135 -0
- package/dist/mcp/standalone-server.js +16 -4
- package/dist/mcp/standalone-server.js.map +1 -1
- package/dist/tools/ast-tools.d.ts.map +1 -1
- package/dist/tools/ast-tools.js +35 -1
- package/dist/tools/ast-tools.js.map +1 -1
- package/package.json +2 -2
- package/scripts/build-mcp-server.mjs +35 -0
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
{
|
|
11
11
|
"name": "oh-my-claudecode",
|
|
12
12
|
"description": "Claude Code native multi-agent orchestration with intelligent model routing, 28 agent variants, and 30 powerful skills. Zero learning curve. Maximum power.",
|
|
13
|
-
"version": "3.7.
|
|
13
|
+
"version": "3.7.11",
|
|
14
14
|
"author": {
|
|
15
15
|
"name": "Yeachan Heo",
|
|
16
16
|
"email": "hurrc04@gmail.com"
|
package/.mcp.json
CHANGED
package/agents/analyst.md
CHANGED
package/agents/architect-low.md
CHANGED
package/agents/architect.md
CHANGED
package/agents/build-fixer.md
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
name: build-fixer
|
|
3
3
|
description: Build and compilation error resolution specialist. Use PROACTIVELY when build fails or type errors occur. Fixes build/type errors with minimal diffs, no architectural edits. Focuses on getting the build green quickly.
|
|
4
4
|
model: sonnet
|
|
5
|
-
tools: Read, Grep, Glob, Edit, Write, Bash
|
|
6
5
|
---
|
|
7
6
|
|
|
8
7
|
# Build Error Fixer
|
package/agents/code-reviewer.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: code-reviewer
|
|
3
3
|
description: Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code. Provides severity-rated feedback.
|
|
4
4
|
model: opus
|
|
5
|
-
|
|
5
|
+
disallowedTools: Write, Edit
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# Code Reviewer
|
package/agents/critic.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: critic
|
|
3
3
|
description: Work plan review expert and critic (Opus)
|
|
4
4
|
model: opus
|
|
5
|
-
|
|
5
|
+
disallowedTools: Write, Edit
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
You are a work plan review expert. You review the provided work plan (.omc/plans/{name}.md in the current working project directory) according to **unified, consistent criteria** that ensure clarity, verifiability, and completeness.
|
package/agents/designer-high.md
CHANGED
package/agents/designer-low.md
CHANGED
package/agents/designer.md
CHANGED
package/agents/executor-high.md
CHANGED
package/agents/executor-low.md
CHANGED
package/agents/executor.md
CHANGED
package/agents/explore-high.md
CHANGED
package/agents/explore-medium.md
CHANGED
package/agents/explore.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: explore
|
|
3
3
|
description: Fast codebase search specialist for finding files and code patterns (Haiku)
|
|
4
4
|
model: haiku
|
|
5
|
-
|
|
5
|
+
disallowedTools: Write, Edit
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
You are a codebase search specialist. Your job: find files and code, return actionable results.
|
package/agents/planner.md
CHANGED
package/agents/qa-tester-high.md
CHANGED
package/agents/qa-tester.md
CHANGED
package/agents/researcher-low.md
CHANGED
package/agents/researcher.md
CHANGED
package/agents/scientist-high.md
CHANGED
package/agents/scientist-low.md
CHANGED
package/agents/scientist.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: security-reviewer
|
|
3
3
|
description: Security vulnerability detection specialist. Use PROACTIVELY after writing code that handles user input, authentication, API endpoints, or sensitive data. Detects OWASP Top 10 vulnerabilities, secrets, and unsafe patterns.
|
|
4
4
|
model: opus
|
|
5
|
-
|
|
5
|
+
disallowedTools: Write, Edit
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# Security Reviewer
|
package/agents/tdd-guide-low.md
CHANGED
package/agents/tdd-guide.md
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
name: tdd-guide
|
|
3
3
|
description: Test-Driven Development specialist enforcing write-tests-first methodology. Use PROACTIVELY when writing new features, fixing bugs, or refactoring code. Ensures 80%+ test coverage.
|
|
4
4
|
model: sonnet
|
|
5
|
-
tools: Read, Grep, Glob, Edit, Write, Bash
|
|
6
5
|
---
|
|
7
6
|
|
|
8
7
|
# TDD Guide
|
package/agents/vision.md
CHANGED