Rewrite TEAM_SETUP around the guided wizard#386
Merged
Conversation
The team setup guide still described the pre-wizard rollout: `hyp remote login` for attended machines, `hyp join --token-file` for scripted ones, and a five-step numbered walkthrough written for the person doing the rollout. Since the install-experience overhaul (LLP 0128), a machine joins a team by running `npx hypaware` and picking "Join a team", so the guide now describes that path. - Reframe as instructions for the person setting up a machine: get an organization, run `npx hypaware`, follow the prompts, verify, query. - Add screenshots of the wizard's fork and pick screens under docs/images/. - Keep the privacy callout: nothing uploads before tonight, run the hypaware-privacy skill first. - End with two starter queries, since the wizard imports recent history and there is data to look at straight away. The unattended `hyp join` and Claude Desktop MDM material is dropped here; the Desktop rollout commands remain documented in the README. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
A bare --- at end of file rendered as a horizontal rule with nothing after it, left over from the rewrite. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
platypii
approved these changes
Jul 24, 2026
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
docs/TEAM_SETUP.mdstill described the pre-wizard rollout:hyp remote loginfor attended machines,hyp join --token-filefor scripted ones, and a five-step numbered walkthrough aimed at the person running the rollout. Since the install-experience overhaul (LLP 0128, #375, #381), a machine joins a team by runningnpx hypawareand selecting Join a team, so the guide now documents that path.Changes
npx hypaware→ follow the prompts → verify → query.docs/images/wizard-fork.png,docs/images/wizard-pick.png).hypaware-privacyskill first.Note on dropped content
The unattended
hyp joinsection and the Claude Desktop MDM rollout section are removed from this guide. The Desktop rollout commands remain documented in the README; thehyp joinpolicy-token flow is now only covered in the LLP corpus. Worth deciding whether either deserves its own fleet-operations page.🤖 Generated with Claude Code