Skip to content

docs: document --yolo mode and tools --all across README, visual guide, and contributing#24

Merged
alohays merged 1 commit into
mainfrom
docs/yolo-and-tools-all
Mar 19, 2026
Merged

docs: document --yolo mode and tools --all across README, visual guide, and contributing#24
alohays merged 1 commit into
mainfrom
docs/yolo-and-tools-all

Conversation

@alohays
Copy link
Copy Markdown
Owner

@alohays alohays commented Mar 19, 2026

Summary

  • Add --yolo install prominently to README Quick Start as the power-user one-command path
  • Document tools install --all / tools plan --all with auth hints in README Agent Tools section
  • Fix test count 66 -> 78 in What You Get table and Comparison table
  • Restructure docs/visual.md "Full setup" section to lead with --yolo, move explicit commands to details block
  • Add tools.sh, packages.sh, banner.sh to CONTRIBUTING.md architecture tree
  • Add Environment Variables subsection documenting DOTFILES_* coordination pattern
  • Fix pre-existing bug in packages.sh where --all help text said default,agents but code installs default,agents,visual

Follows up on #22 (tools --all) and #23 (--yolo flag) which shipped without documentation updates.

Test plan

  • grep -n "66" README.md returns zero matches
  • grep "yolo" README.md appears in Quick Start and What You Get
  • grep "yolo" docs/visual.md appears in Full setup section
  • grep "tools.sh\|packages.sh\|banner.sh" CONTRIBUTING.md shows all three
  • grep "default,agents,visual" scripts/sh/packages.sh confirms help text fix
  • dotfiles --yolo --dry-run install works as documented
  • python3 -m pytest tests/ -v — 78 passed, 0 failed

🤖 Generated with Claude Code

…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>
@alohays alohays merged commit 9cbec5e into main Mar 19, 2026
2 checks passed
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