go/cmd/docs
Snider 4fa0e0310b refactor(shared): add git status styles and check helpers
Add to shared package:
- Git status styles (dirty/ahead/behind/clean/conflict)
- CheckMark() helper for presence indicators (✓/—)
- Label() helper for key-value labels
- CheckResult() helper for environment check output

Update packages to use new shared utilities:
- cmd/dev: use shared git styles for table cells
- cmd/docs: use CheckMark() and Label() helpers
- cmd/doctor: use CheckResult() and Success()/Error() helpers

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 01:09:03 +00:00
..
commands.go refactor(cmd): migrate CLI from clir to cobra 2026-01-30 00:47:54 +00:00
docs.go refactor(shared): add git status styles and check helpers 2026-01-30 01:09:03 +00:00
list.go refactor(shared): add git status styles and check helpers 2026-01-30 01:09:03 +00:00
scan.go refactor(cmd): split command packages into smaller files 2026-01-30 00:22:47 +00:00
sync.go refactor(cmd): migrate CLI from clir to cobra 2026-01-30 00:47:54 +00:00