docs: improve /fleet command description and add tip in Ch07#7
Merged
docs: improve /fleet command description and add tip in Ch07#7
Conversation
- Ch 01: Reword /fleet table entry to be more beginner-friendly - Ch 07: Add callout tip after Idea to Merged PR workflow pointing to official /fleet docs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR makes beginner-friendly documentation tweaks to how the /fleet command is introduced in the course, and adds a small “going further” tip for motivated learners.
Changes:
- Reword
/fleetin the Chapter 01 “Additional Commands” table to be more approachable and outcome-focused. - Add a brief Chapter 07 callout pointing readers to the official
/fleetdocumentation for deeper exploration.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| 07-putting-it-together/README.md | Adds a short “Going further” callout introducing /fleet with a link to official docs. |
| 01-setup-and-first-steps/README.md | Updates the /fleet table description to be more beginner-friendly. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Minor improvements to how
/fleetis presented in the course, keeping it lightweight for beginners.Changes
Chapter 01 (First Steps)
/fleetentry in the Additional Commands table from "Enable fleet mode for parallel subagent execution" to "Split a complex task into parallel subtasks for faster completion" — more approachable for beginnersChapter 07 (Putting It All Together)
Why these changes
Based on research into
/fleet, it's too advanced for dedicated beginner coverage (requires understanding of plan mode, agents, context windows, and premium request billing). The existing table entry is the right level of exposure — these edits just make it friendlier and give a breadcrumb for learners who want to explore further.