Conversation
CONTRIBUTING no longer branches from master. Contributors build, link, and init/pull the public teamai-hub team repo from the CLI clone. Closes Tencent#479.
Drop extra fork/upstream and worktree tutorials. Keep the original section layout; add only the issue's dogfood sequence, pitfalls, and access table, and switch the branch baseline to origin/main.
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.
Summary
Update
.github/CONTRIBUTING.mdso CLI contributors branch from the latestorigin/main(prefer a git worktree) and dogfood the public TeamAI team repo instead of onlynpm install/npm link.origin/main, notmaster.npm run build && npm link,teamai init https://github.com/teamai-hub/teamai-cli-dev --scope project --role dev,teamai pull.teamai init .,Push failed (you can push manually later)is expected without write access.git statusafter init/pull must not imply committing.teamai/or AI tool dirs intoteamai-cli.No CLI behavior changes.
docs/providers.mdleftovermasterwording is left alone (out of scope for #479).https://github.com/teamai-hub/teamai-cli-devcurrently 404s; creating that repo is org-admin work, not this diff.Type of Change
Test Plan
rg -n 'branch from \master`|from `master`' .github/CONTRIBUTING.md` — no matchesrg -n 'origin/main|worktree' .github/CONTRIBUTING.md— both presentPush failed (you can push manually later)), the contributor/collaborator table, and the do-not-commit-local-files notegit diff --name-only upstream/mainis only.github/CONTRIBUTING.mdcurl -sI https://github.com/teamai-hub/teamai-cli-dev— 404 recorded; hub repo creation is out of scopeRelated Issues
Closes #479
Notes for Reviewers
The hub URL and
--role devare kept verbatim from the issue even thoughteamai-hub/teamai-cli-devdoes not exist yet.