docs: clarify dev command scope

- dev is for portable LinuxKit environment, not multi-repo commands
- Multi-repo commands (work, health, commit, etc.) are root-level
- Added See Also link to work/ for multi-repo docs

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Snider 2026-01-29 15:35:06 +00:00
parent 5c4b8dd8c1
commit c3d85eb948
2 changed files with 7 additions and 17 deletions

View file

@ -1,22 +1,8 @@
# core dev
Multi-repo development workflow and portable dev environment.
Portable development environment based on LinuxKit.
## Multi-Repo Commands
| Command | Description |
|---------|-------------|
| [work](work/) | Full workflow: status + commit + push |
| `health` | Quick health check across repos |
| `commit` | Claude-assisted commits |
| `push` | Push repos with unpushed commits |
| `pull` | Pull repos that are behind |
| `issues` | List open issues |
| `reviews` | List PRs needing review |
| `ci` | Check CI status |
| `impact` | Show dependency impact |
## Dev Environment Commands
## Commands
| Command | Description |
|---------|-------------|
@ -339,3 +325,7 @@ Images are stored in `~/.core/images/`:
├── core-devops-linux-amd64.qcow2
└── manifest.json
```
## See Also
- [work](work/) - Multi-repo workflow commands (`core work`, `core health`, `core commit`, etc.)

View file

@ -11,7 +11,7 @@ Unified interface for Go/PHP development, multi-repo management, and deployment.
| [build](build/) | Build projects |
| [ci](ci/) | Publish releases |
| [sdk](sdk/) | SDK validation |
| [dev](dev/) | Multi-repo workflow + dev environment |
| [dev](dev/) | Portable dev environment (LinuxKit) |
| [pkg](pkg/) | Package management |
| [vm](vm/) | LinuxKit VM management |
| [docs](docs/) | Documentation management |