docs(team-mode): add 'how to invoke team mode' guide section#4311
Open
PeterPonyu wants to merge 1 commit into
Open
docs(team-mode): add 'how to invoke team mode' guide section#4311PeterPonyu wants to merge 1 commit into
PeterPonyu wants to merge 1 commit into
Conversation
eb25d29 to
2bfad49
Compare
Adds a section to docs/guide/team-mode.md showing how to invoke team mode from inside an opencode/tmux session (team_create by name or inline spec). The Python live-tail test scripts from the original commit are excluded — they were deleted from upstream as the live-tail mechanism changed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
c3a0155 to
814289b
Compare
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.
Split off from #4305 to keep it focused.
Summary
Adds a "How to invoke team mode" section to
docs/guide/team-mode.mdshowing how to callteam_createfrom inside opencode (by team name or with an inline spec).The original commit (
6921c697) also added Python live-tail test scripts, but those have been deleted upstream because the live-tail mechanism changed, so this PR contains the docs change only.Why split
PR #4305 has grown to 156 files spanning many concerns. The docs change is independent and can be reviewed/merged on its own.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com
Summary by cubic
Adds a "How to invoke team mode" section to
docs/guide/team-mode.md. It shows how to callteam_createfrom insideopencodeoromo(by team name or inline spec), explains thetmuxlayout (focus window plusteam-live-<id>live tail, stays on your caller), basic window switching, and cleanup viateam_deleteor per-member shutdown.Written for commit 814289b. Summary will update on new commits.