From c34b256aaf116f8d2deb1ec5d1cf9544fd2d1701 Mon Sep 17 00:00:00 2001 From: Snider Date: Thu, 29 Jan 2026 15:41:33 +0000 Subject: [PATCH] docs: fix core dev prefixes in setup After Setup section Co-Authored-By: Claude Opus 4.5 --- docs/cmd/setup/index.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/cmd/setup/index.md b/docs/cmd/setup/index.md index 35c8b38f..a9bb6eba 100644 --- a/docs/cmd/setup/index.md +++ b/docs/cmd/setup/index.md @@ -78,17 +78,16 @@ Core looks for `repos.yaml` in: ```bash # Check health of all repos -core health +core dev health # Pull latest changes -core pull --all +core dev pull --all -# Check CI status -core ci +# Full workflow (status + commit + push) +core dev work ``` ## See Also - [work commands](../dev/work/) - Multi-repo operations -- [search command](../pkg/search/) - Find repos on GitHub -- [install command](../pkg/search/) - Clone individual repos +- [search command](../pkg/search/) - Find and install repos