OmniForge v3.0.0 — Full GitHub Support + Worktree Fixes
What's New
GitHub Support (NEW)
OmniForge now supports both GitLab and GitHub with full feature parity:
- omnireview-github — 7-phase PR review with 3 parallel adversarial agents
- omnifix-github — 7-phase PR fix with parallel triage
- omnicreate-github — PR creation via
ghCLI - omnicheck-github — 5-phase diff verification
6 new MCP tools: fetch_pr_data, create_github_pr, post_pr_review_summary, post_pr_inline_thread, fetch_pr_discussions, reply_to_pr_comment
Platform auto-detection via _detect_platform() — checks git remote -v to determine GitLab vs GitHub.
Worktree Support (FIXED)
All worktree creation/cleanup tools now resolve the main repo root when called from a linked worktree (e.g. .claude/worktrees/...). Uses git rev-parse --git-common-dir for reliable resolution.
All bash fallbacks in SKILL.md files include a worktree-awareness preamble.
Stats
- 19 MCP tools (13 GitLab + 6 GitHub)
- 8 skills (4 GitLab + 4 GitHub)
- 188 tests (135 GitLab + 18 worktree + 35 GitHub)