docs: document --yolo mode and tools --all across README, visual guide, and contributing#24
Merged
Merged
Conversation
…nd contributing Feature --yolo install and tools install --all from PRs #22-#23 were undocumented. This adds them prominently: - README Quick Start: new "Full Setup: One Command" section for --yolo - README What You Get: add yolo mode row, fix test count 66 -> 78 - README Agent Tools: document tools install/plan --all, auth hints - docs/visual.md: restructure full setup section to lead with --yolo - CONTRIBUTING.md: add tools.sh/packages.sh/banner.sh to architecture tree, add Environment Variables subsection for DOTFILES_* coordination - Fix packages.sh --all help text bug (said default,agents, actually installs default,agents,visual) Co-Authored-By: Claude Opus 4.6 (1M context) <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.
Summary
--yolo installprominently to README Quick Start as the power-user one-command pathtools install --all/tools plan --allwith auth hints in README Agent Tools section--yolo, move explicit commands to details blocktools.sh,packages.sh,banner.shto CONTRIBUTING.md architecture treeDOTFILES_*coordination patternpackages.shwhere--allhelp text saiddefault,agentsbut code installsdefault,agents,visualFollows up on #22 (tools --all) and #23 (--yolo flag) which shipped without documentation updates.
Test plan
grep -n "66" README.mdreturns zero matchesgrep "yolo" README.mdappears in Quick Start and What You Getgrep "yolo" docs/visual.mdappears in Full setup sectiongrep "tools.sh\|packages.sh\|banner.sh" CONTRIBUTING.mdshows all threegrep "default,agents,visual" scripts/sh/packages.shconfirms help text fixdotfiles --yolo --dry-run installworks as documentedpython3 -m pytest tests/ -v— 78 passed, 0 failed🤖 Generated with Claude Code