cli/pkg
Snider 548602b97d feat(core): add setup and doctor commands for workspace bootstrap
- Add `core setup` to clone repos from registry into packages/
  - Supports --dry-run, --only type filter
  - Skips repos with clone: false
  - Detects existing clones
- Add `core doctor` to check development environment
  - Checks git, gh, php, composer, node
  - Verifies SSH key exists
  - Checks gh CLI authentication
  - Shows workspace registry status
- Update Repo struct with Clone field for skip control
- Change Repo.Type from RepoType to string for flexibility

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 14:50:55 +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 setup and doctor commands for workspace bootstrap 2026-01-28 14:50:55 +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