docs: fix core dev prefixes in setup After Setup section

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Snider 2026-01-29 15:41:33 +00:00
parent 5652b6b508
commit c34b256aaf

View file

@ -78,17 +78,16 @@ Core looks for `repos.yaml` in:
```bash ```bash
# Check health of all repos # Check health of all repos
core health core dev health
# Pull latest changes # Pull latest changes
core pull --all core dev pull --all
# Check CI status # Full workflow (status + commit + push)
core ci core dev work
``` ```
## See Also ## See Also
- [work commands](../dev/work/) - Multi-repo operations - [work commands](../dev/work/) - Multi-repo operations
- [search command](../pkg/search/) - Find repos on GitHub - [search command](../pkg/search/) - Find and install repos
- [install command](../pkg/search/) - Clone individual repos