go/pkg
Snider f3d5fd6668 feat(core): add multi-repo management CLI commands
Add comprehensive CLI tooling for managing multiple repositories:

Commands added:
- core health: Quick health summary across all repos
- core work: Status + Claude-assisted commits + push (replaces push-all.sh)
- core commit: Claude-assisted commits only
- core push: Push repos with unpushed commits
- core pull: Pull repos that are behind
- core impact <repo>: Dependency impact analysis
- core issues: List GitHub issues across repos
- core reviews: List PRs with review status
- core ci: Check GitHub Actions status
- core docs list/sync: Documentation management

New packages:
- pkg/repos: Registry parser for repos.yaml with dependency graph
- pkg/git: Parallel git status operations

Features:
- Auto-discovers repos.yaml or scans current directory
- Sequential GitHub API calls to avoid rate limits
- Colored output with lipgloss
- SSH passphrase gate preserved for push operations

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 21:08:51 +00:00
..
config feat: add initial project structure with configuration files and components 2026-01-15 22:46:50 +00:00
core feat: add initial project structure with configuration files and components 2026-01-15 22:46:50 +00:00
crypt feat: add initial project structure with configuration files and components 2026-01-15 22:46:50 +00:00
display feat: add initial project structure with configuration files and components 2026-01-15 22:46:50 +00:00
docs feat: add initial project structure with configuration files and components 2026-01-15 22:46:50 +00:00
electron-compat feat: add initial project structure with configuration files and components 2026-01-15 22:46:50 +00:00
git feat(core): add multi-repo management CLI commands 2026-01-27 21:08:51 +00:00
help feat: add lthn-desktop as default GUI and restructure build targets 2026-01-21 14:40:33 +00:00
i18n feat: add initial project structure with configuration files and components 2026-01-15 22:46:50 +00:00
ide feat: add initial project structure with configuration files and components 2026-01-15 22:46:50 +00:00
io feat: add initial project structure with configuration files and components 2026-01-15 22:46:50 +00:00
mcp feat: add initial project structure with configuration files and components 2026-01-15 22:46:50 +00:00
module feat: add initial project structure with configuration files and components 2026-01-15 22:46:50 +00:00
plugin feat: add initial project structure with configuration files and components 2026-01-15 22:46:50 +00:00
process feat: add initial project structure with configuration files and components 2026-01-15 22:46:50 +00:00
repos feat(core): add multi-repo management CLI commands 2026-01-27 21:08:51 +00:00
runtime fix(runtime): update test factories to include all required services 2026-01-21 17:01:25 +00:00
updater feat: add initial project structure with configuration files and components 2026-01-15 22:46:50 +00:00
webview feat: add initial project structure with configuration files and components 2026-01-15 22:46:50 +00:00
workspace feat: add initial project structure with configuration files and components 2026-01-15 22:46:50 +00:00
ws feat: add initial project structure with configuration files and components 2026-01-15 22:46:50 +00:00