Skip to content

feat: 一条命令自助安装贡献者套件 - #28

Merged
SIMON-WORLD merged 1 commit into
mainfrom
feat/fetch-kit
Aug 4, 2026
Merged

feat: 一条命令自助安装贡献者套件#28
SIMON-WORLD merged 1 commit into
mainfrom
feat/fetch-kit

Conversation

@SIMON-WORLD

Copy link
Copy Markdown
Owner

变更内容

消除「手动复制套件」这一步:

  1. 新增 scripts/fetch-kit.sh一条命令build_contributors.pydocs/ 自动下载到目标仓库(支持 bash <(curl -fsSL ...) 直接执行,或下载后执行;来源仓库可用参数替换)。
  2. 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

验证

  • fetch-kit.sh 逻辑:curl/wget 回退、目录创建、chmod +x。
  • 本提交携带 Codex/Claude 共同作者尾注。

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>
@SIMON-WORLD
SIMON-WORLD merged commit 37a2116 into main Aug 4, 2026
1 check passed
@SIMON-WORLD
SIMON-WORLD deleted the feat/fetch-kit branch August 4, 2026 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant