go/docs/cmd/dev/work/example.md
Snider 363f12f4da docs: move inline YAML to example.md files with fragment links
- Remove inline YAML from all index.md files
- Add fragment links to corresponding example.md sections
- Create ai/example.md for workflow examples
- Add missing configs to example.md files (test.yaml, php.yaml, etc)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 19:20:34 +00:00

972 B

Dev Work Examples

# Full workflow: status → commit → push
core dev work

# Status only
core dev work --status

Output

┌─────────────┬────────┬──────────┬─────────┐
│ Repo        │ Branch │ Status   │ Behind  │
├─────────────┼────────┼──────────┼─────────┤
│ core-php    │ main   │ clean    │ 0       │
│ core-tenant │ main   │ 2 files  │ 0       │
│ core-admin  │ dev    │ clean    │ 3       │
└─────────────┴────────┴──────────┴─────────┘

Registry

repos:
  - name: core
    path: ./core
    url: https://github.com/host-uk/core
  - name: core-php
    path: ./core-php
    url: https://github.com/host-uk/core-php