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:
parent
5652b6b508
commit
c34b256aaf
1 changed files with 5 additions and 6 deletions
|
|
@ -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
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue