Loading...
Loading...
Emergency fix — minimal change, fast PR, no design overhead
npx skill4agent add zhengxuyu/zforge hotfixgit checkout main && git pullgit worktree add .claude/worktrees/hotfix-<name> -b hotfix/<description>
cd .claude/worktrees/hotfix-<name>gh pr creategh pr checks <number> --watchgh pr merge <number> --mergecd <project-root> && git worktree remove .claude/worktrees/hotfix-<name>git checkout main && git pull && git branch -d hotfix/<description>/fix-bug