feat: 一条命令自助安装贡献者套件 - #28
Merged
Merged
Conversation
Add scripts/fetch-kit.sh so any agent (or human) can install the contributor kit into a target repository with a single command, without manually copying files. Document it at the top of the agent manual. Co-Authored-By: Codex <noreply@openai.com> Co-Authored-By: Claude <noreply@anthropic.com>
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.
变更内容
消除「手动复制套件」这一步:
scripts/fetch-kit.sh:一条命令把build_contributors.py与docs/自动下载到目标仓库(支持bash <(curl -fsSL ...)直接执行,或下载后执行;来源仓库可用参数替换)。docs/add-contributors-with-agent.md顶部新增「零手工:一条命令自助安装」,并说明前提(下载无需登录;推分支/开 PR 需 Agent 已认证 GitHub)。用法(任意 Agent)
bash <(curl -fsSL https://raw.githubusercontent.com/academic-door/github-agent-contributor-workflow/main/scripts/fetch-kit.sh) python scripts/build_contributors.py --apply --tools codex,claude,renovate验证