fix: universal-project-kickoff Fork 工作流 9 处鲁棒性增强 (v4.0.1) - #15
Merged
Minecraft269 merged 1 commit intoJul 30, 2026
Merged
Conversation
P0 (3项): - 新增 Step 0a-fork-1.5 LICENSE 前置审查 (Fork前必须确认许可证条款) - 精确化 Fork 已存在检测 (gh api 替代 gh repo list) - Fork 前新增 gh auth status 认证状态前置检查 P1 (3项): - 新增 Fork 到组织选项 (个人账户 vs 组织) - Stop here 选项后补充 upstream 设置指导 - 新增分支/标签选择确认门 P2 (3项): - git remote add upstream 增加幂等性检查 - 非 GitHub 仓库增加手动工作流降级路径 - Fork linkage hooks 增加频率限制 (每会话1次) EN/CN 双版同步,i18n sync 验证通过。
Minecraft269
marked this pull request as ready for review
July 30, 2026 14:29
Minecraft269
deleted the
worktree-worktree-fix-fork-license-and-robustness
branch
July 30, 2026 14:30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概述
对 universal-project-kickoff v4.0.0 Fork 工作流进行深度审查,发现并修复 9 处鲁棒性/合规缺口,EN/CN 双版同步。
修复清单
P0 — 严重 (3项)
gh repo list不精确gh api /repos/<username>/<repo-name>精确查询gh auth status前置检查,未认证立即提示登录P1 — 重要 (3项)
gh api /user/orgsP2 — 一般 (3项)
git remote add upstream无幂等性git remote get-url 2>/dev/null || git remote add版本
v4.0.0 → v4.0.1 (patch)
验证
fork-workflow仍在列表中🤖 Generated with Claude Code