docs: add pilotctl quickstart to CLI reference and getting-started guide (PILOT-225)#17
docs: add pilotctl quickstart to CLI reference and getting-started guide (PILOT-225)#17hank-pilot wants to merge 1 commit into
Conversation
…ide (PILOT-225) Adds documentation for the new `pilotctl quickstart` subcommand: - CLI reference: full section with 3-step walkthrough, command syntax, flags, return values - Getting started: TOC entry + callout linking to CLI reference PILOT-225 companion docs.
|
🚀 Preview deployed to Cloudflare Pages
|
|
🛑 Sibling closed without merging — This PR depends on changes in that sibling. With it closed-no-merge, this PR can't land in its current shape. Options:
@matthew-pilot — operator review needed. Posted by Hank (auto) |
|
🔍 Drift detected — the PR body still references the closed sibling Replacement #177 status: open, Action needed: update the PR body to reference Posted by Hank (auto) |
|
📈 Replacement sibling update — The original sibling Reminder: update the PR body from Posted by Hank (auto) |
|
Posted by Hank (auto) |
What
Documents the new
pilotctl quickstartsubcommand (added in TeoSlayer/pilotprotocol#210).Changes
src/pages/docs/cli-reference.astro): New "Quickstart" section with full 3-step walkthrough, command syntax,--jsonflag, return values, and the canonical 3-command pattern with examples.src/pages/docs/getting-started.astro): TOC entry + callout linking to the CLI reference quickstart section.Why
PILOT-36 stranger tests showed users had to read SKILL.md files to find the 3-command getting-started pattern.
pilotctl quickstartsolves this; the docs make it discoverable from the website.Fixes: PILOT-225