oh-my-claude-sisyphus 3.7.10 → 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.
Files changed (42) hide show
  1. package/.claude-plugin/marketplace.json +1 -1
  2. package/.claude-plugin/plugin.json +1 -1
  3. package/agents/analyst.md +1 -1
  4. package/agents/architect-low.md +1 -1
  5. package/agents/architect-medium.md +1 -1
  6. package/agents/architect.md +1 -1
  7. package/agents/build-fixer-low.md +0 -1
  8. package/agents/build-fixer.md +0 -1
  9. package/agents/code-reviewer-low.md +1 -1
  10. package/agents/code-reviewer.md +1 -1
  11. package/agents/critic.md +1 -1
  12. package/agents/designer-high.md +0 -1
  13. package/agents/designer-low.md +0 -1
  14. package/agents/designer.md +0 -1
  15. package/agents/executor-high.md +0 -1
  16. package/agents/executor-low.md +0 -1
  17. package/agents/executor.md +0 -1
  18. package/agents/explore-high.md +1 -1
  19. package/agents/explore-medium.md +1 -1
  20. package/agents/explore.md +1 -1
  21. package/agents/planner.md +0 -1
  22. package/agents/qa-tester-high.md +0 -1
  23. package/agents/qa-tester.md +0 -1
  24. package/agents/researcher-low.md +1 -1
  25. package/agents/researcher.md +1 -1
  26. package/agents/scientist-high.md +1 -1
  27. package/agents/scientist-low.md +1 -1
  28. package/agents/scientist.md +1 -1
  29. package/agents/security-reviewer-low.md +1 -1
  30. package/agents/security-reviewer.md +1 -1
  31. package/agents/tdd-guide-low.md +0 -1
  32. package/agents/tdd-guide.md +0 -1
  33. package/agents/vision.md +1 -1
  34. package/agents/writer.md +0 -1
  35. package/bridge/mcp-server.cjs +1885 -76
  36. package/commands/omc-setup.md +39 -0
  37. package/dist/mcp/standalone-server.js +13 -5
  38. package/dist/mcp/standalone-server.js.map +1 -1
  39. package/dist/tools/ast-tools.d.ts.map +1 -1
  40. package/dist/tools/ast-tools.js +35 -1
  41. package/dist/tools/ast-tools.js.map +1 -1
  42. package/package.json +1 -1
@@ -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.10",
13
+ "version": "3.7.11",
14
14
  "author": {
15
15
  "name": "Yeachan Heo",
16
16
  "email": "hurrc04@gmail.com"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-claudecode",
3
- "version": "3.7.10",
3
+ "version": "3.7.11",
4
4
  "description": "Multi-agent orchestration system for Claude Code",
5
5
  "skills": "./skills/",
6
6
  "mcpServers": "./.mcp.json"
package/agents/analyst.md CHANGED
@@ -2,7 +2,7 @@
2
2
  name: analyst
3
3
  description: Pre-planning consultant for requirements analysis (Opus)
4
4
  model: opus
5
- tools: Read, Glob, Grep, WebSearch
5
+ disallowedTools: Write, Edit
6
6
  ---
7
7
 
8
8
  <Role>
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  name: architect-low
3
3
  description: Quick code questions & simple lookups (Haiku)
4
- tools: Read, Glob, Grep
5
4
  model: haiku
5
+ disallowedTools: Write, Edit
6
6
  ---
7
7
 
8
8
  <Inherits_From>
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  name: architect-medium
3
3
  description: Architecture & Debugging Advisor - Medium complexity (Sonnet)
4
- tools: Read, Glob, Grep, WebSearch, WebFetch
5
4
  model: sonnet
5
+ disallowedTools: Write, Edit
6
6
  ---
7
7
 
8
8
  <Inherits_From>
@@ -2,7 +2,7 @@
2
2
  name: architect
3
3
  description: Strategic Architecture & Debugging Advisor (Opus, READ-ONLY)
4
4
  model: opus
5
- tools: Read, Grep, Glob, Bash, WebSearch
5
+ disallowedTools: Write, Edit
6
6
  ---
7
7
 
8
8
  <Role>
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: build-fixer-low
3
3
  description: Simple build error fixer (Haiku). Use for trivial type errors and single-line fixes.
4
- tools: Read, Grep, Glob, Edit, Write, Bash
5
4
  model: haiku
6
5
  ---
7
6
 
@@ -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
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  name: code-reviewer-low
3
3
  description: Quick code quality checker (Haiku). Use for fast review of small changes.
4
- tools: Read, Grep, Glob, Bash
5
4
  model: haiku
5
+ disallowedTools: Write, Edit
6
6
  ---
7
7
 
8
8
  <Inherits_From>
@@ -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
- tools: Read, Grep, Glob, Bash
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
- tools: Read, Glob, Grep
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.
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: designer-high
3
3
  description: Complex UI architecture and design systems (Opus)
4
- tools: Read, Glob, Grep, Edit, Write, Bash
5
4
  model: opus
6
5
  ---
7
6
 
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: designer-low
3
3
  description: Simple styling and minor UI tweaks (Haiku)
4
- tools: Read, Glob, Grep, Edit, Write, Bash
5
4
  model: haiku
6
5
  ---
7
6
 
@@ -2,7 +2,6 @@
2
2
  name: designer
3
3
  description: UI/UX Designer-Developer for stunning interfaces (Sonnet)
4
4
  model: sonnet
5
- tools: Read, Glob, Grep, Edit, Write, Bash
6
5
  ---
7
6
 
8
7
  # Role: Designer-Turned-Developer
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: executor-high
3
3
  description: Complex multi-file task executor (Opus)
4
- tools: Read, Glob, Grep, Edit, Write, Bash, TodoWrite
5
4
  model: opus
6
5
  ---
7
6
 
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: executor-low
3
3
  description: Simple single-file task executor (Haiku)
4
- tools: Read, Glob, Grep, Edit, Write, Bash, TodoWrite
5
4
  model: haiku
6
5
  ---
7
6
 
@@ -2,7 +2,6 @@
2
2
  name: executor
3
3
  description: Focused task executor for implementation work (Sonnet)
4
4
  model: sonnet
5
- tools: Read, Glob, Grep, Edit, Write, Bash, TodoWrite
6
5
  ---
7
6
 
8
7
  <Role>
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  name: explore-high
3
3
  description: Complex architectural search for deep system understanding (Opus)
4
- tools: Read, Glob, Grep
5
4
  model: opus
5
+ disallowedTools: Write, Edit
6
6
  ---
7
7
 
8
8
  <Inherits_From>
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  name: explore-medium
3
3
  description: Thorough codebase search with reasoning (Sonnet)
4
- tools: Read, Glob, Grep
5
4
  model: sonnet
5
+ disallowedTools: Write, Edit
6
6
  ---
7
7
 
8
8
  <Inherits_From>
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
- tools: Read, Glob, Grep, Bash
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
@@ -2,7 +2,6 @@
2
2
  name: planner
3
3
  description: Strategic planning consultant with interview workflow (Opus)
4
4
  model: opus
5
- tools: Read, Glob, Grep, Edit, Write, Bash, WebSearch
6
5
  ---
7
6
 
8
7
  <system-reminder>
@@ -2,7 +2,6 @@
2
2
  name: qa-tester-high
3
3
  description: Comprehensive production-ready QA testing with Opus
4
4
  model: opus
5
- tools: Bash, Read, Grep, Glob, TodoWrite
6
5
  ---
7
6
 
8
7
  <Role>
@@ -2,7 +2,6 @@
2
2
  name: qa-tester
3
3
  description: Interactive CLI testing specialist using tmux (Sonnet)
4
4
  model: sonnet
5
- tools: Read, Glob, Grep, Bash
6
5
  ---
7
6
 
8
7
  # QA Tester Agent
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  name: researcher-low
3
3
  description: Quick documentation lookups (Haiku)
4
- tools: Read, Glob, Grep, WebSearch, WebFetch
5
4
  model: haiku
5
+ disallowedTools: Write, Edit
6
6
  ---
7
7
 
8
8
  <Inherits_From>
@@ -2,7 +2,7 @@
2
2
  name: researcher
3
3
  description: External Documentation & Reference Researcher (Sonnet)
4
4
  model: sonnet
5
- tools: Read, Glob, Grep, WebSearch, WebFetch
5
+ disallowedTools: Write, Edit
6
6
  ---
7
7
 
8
8
  <Role>
@@ -2,7 +2,7 @@
2
2
  name: scientist-high
3
3
  description: Complex research, hypothesis testing, and ML specialist (Opus)
4
4
  model: opus
5
- tools: Read, Glob, Grep, Bash, python_repl
5
+ disallowedTools: Write, Edit
6
6
  ---
7
7
 
8
8
  <Inherits_From>
@@ -2,7 +2,7 @@
2
2
  name: scientist-low
3
3
  description: Quick data inspection and simple statistics (Haiku)
4
4
  model: haiku
5
- tools: Read, Glob, Grep, Bash, python_repl
5
+ disallowedTools: Write, Edit
6
6
  ---
7
7
 
8
8
  <Inherits_From>
@@ -2,7 +2,7 @@
2
2
  name: scientist
3
3
  description: Data analysis and research execution specialist (Sonnet)
4
4
  model: sonnet
5
- tools: Read, Glob, Grep, Bash, python_repl
5
+ disallowedTools: Write, Edit
6
6
  ---
7
7
 
8
8
  <Role>
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  name: security-reviewer-low
3
3
  description: Quick security scan specialist (Haiku). Use for fast security checks on small code changes.
4
- tools: Read, Grep, Glob, Bash
5
4
  model: haiku
5
+ disallowedTools: Write, Edit
6
6
  ---
7
7
 
8
8
  <Inherits_From>
@@ -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
- tools: Read, Grep, Glob, Bash
5
+ disallowedTools: Write, Edit
6
6
  ---
7
7
 
8
8
  # Security Reviewer
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: tdd-guide-low
3
3
  description: Quick test suggestion specialist (Haiku). Use for simple test case ideas.
4
- tools: Read, Grep, Glob, Bash
5
4
  model: haiku
6
5
  ---
7
6
 
@@ -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
@@ -2,7 +2,7 @@
2
2
  name: vision
3
3
  description: Visual/media file analyzer for images, PDFs, and diagrams (Sonnet)
4
4
  model: sonnet
5
- tools: Read, Glob, Grep
5
+ disallowedTools: Write, Edit
6
6
  ---
7
7
 
8
8
  You interpret media files that cannot be read as plain text.
package/agents/writer.md CHANGED
@@ -2,7 +2,6 @@
2
2
  name: writer
3
3
  description: Technical documentation writer for README, API docs, and comments (Haiku)
4
4
  model: haiku
5
- tools: Read, Glob, Grep, Edit, Write
6
5
  ---
7
6
 
8
7
  <role>