cli/cmd
Snider 75c52e96e9 feat(core): add search and install commands with gh HTTPS clone
- Add `core search --org <org>` to list repos from GitHub
  - Supports --pattern for glob filtering (e.g., 'core-*')
  - Supports --type for type filtering (e.g., 'service', 'mod')
  - Uses `gh repo list` for reliable API access
- Add `core install --repo <org/repo>` to clone individual repos
  - Auto-detects target directory from repos.yaml
  - Optional --add flag to add to registry
  - Detects repo type from naming convention
- Update gitClone to use HTTPS URL with gh (no SSH key needed)
  - Falls back to SSH if HTTPS fails

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 15:12:34 +00:00
..
core feat(core): add search and install commands with gh HTTPS clone 2026-01-28 15:12:34 +00:00
core-demo feat: add lthn-desktop as default GUI and restructure build targets 2026-01-21 14:40:33 +00:00
core-gui fix: update dependencies and add new mining bridge functionality 2026-01-27 21:12:48 +00:00
core-mcp feat: add initial project structure with configuration files and components 2026-01-15 22:46:50 +00:00
core-website Refactor library improvements (#18) 2025-11-02 16:17:25 +00:00
examples refactor: Update import path for Core and add CLAUDE.md documentation 2026-01-04 20:16:52 +00:00
lthn-desktop fix: update dependencies and add new mining bridge functionality 2026-01-27 21:12:48 +00:00