refactor(cli): restructure cmd packages into subdirectories
- Move CLI commands into subdirectories matching command hierarchy:
dev/, go/, php/, build/, ci/, sdk/, pkg/, vm/, docs/, setup/, doctor/, test/, ai/
- Create shared/ package for common styles and utilities
- Add new `core ai` root command with claude subcommand
- Update package declarations and imports across all files
- Create commands.go entry points for each package
- Remove GUI-related files (moved to core-gui repo)
This makes the filesystem structure match the CLI command structure,
improving context capture and code organization.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 18:02:43 +00:00
|
|
|
module github.com/host-uk/core/cmd/core
|
2025-10-24 04:55:10 +01:00
|
|
|
|
refactor(cli): restructure cmd packages into subdirectories
- Move CLI commands into subdirectories matching command hierarchy:
dev/, go/, php/, build/, ci/, sdk/, pkg/, vm/, docs/, setup/, doctor/, test/, ai/
- Create shared/ package for common styles and utilities
- Add new `core ai` root command with claude subcommand
- Update package declarations and imports across all files
- Create commands.go entry points for each package
- Remove GUI-related files (moved to core-gui repo)
This makes the filesystem structure match the CLI command structure,
improving context capture and code organization.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 18:02:43 +00:00
|
|
|
go 1.25.5
|
2025-10-24 04:55:10 +01:00
|
|
|
|
|
|
|
|
require (
|
refactor(cli): restructure cmd packages into subdirectories
- Move CLI commands into subdirectories matching command hierarchy:
dev/, go/, php/, build/, ci/, sdk/, pkg/, vm/, docs/, setup/, doctor/, test/, ai/
- Create shared/ package for common styles and utilities
- Add new `core ai` root command with claude subcommand
- Update package declarations and imports across all files
- Create commands.go entry points for each package
- Remove GUI-related files (moved to core-gui repo)
This makes the filesystem structure match the CLI command structure,
improving context capture and code organization.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 18:02:43 +00:00
|
|
|
github.com/charmbracelet/huh v0.8.0
|
|
|
|
|
github.com/charmbracelet/lipgloss v1.1.0
|
|
|
|
|
github.com/host-uk/core/pkg/build v0.0.0
|
|
|
|
|
github.com/host-uk/core/pkg/cache v0.0.0-20260128153551-31712611be1c
|
|
|
|
|
github.com/host-uk/core/pkg/git v0.0.0
|
|
|
|
|
github.com/host-uk/core/pkg/repos v0.0.0
|
|
|
|
|
github.com/leaanthony/clir v1.7.0
|
|
|
|
|
github.com/leaanthony/debme v1.2.1
|
|
|
|
|
github.com/leaanthony/gosod v1.0.4
|
|
|
|
|
golang.org/x/net v0.49.0
|
|
|
|
|
golang.org/x/term v0.39.0
|
2026-01-28 18:33:11 +00:00
|
|
|
golang.org/x/text v0.33.0
|
2025-10-24 04:55:10 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
refactor(cli): restructure cmd packages into subdirectories
- Move CLI commands into subdirectories matching command hierarchy:
dev/, go/, php/, build/, ci/, sdk/, pkg/, vm/, docs/, setup/, doctor/, test/, ai/
- Create shared/ package for common styles and utilities
- Add new `core ai` root command with claude subcommand
- Update package declarations and imports across all files
- Create commands.go entry points for each package
- Remove GUI-related files (moved to core-gui repo)
This makes the filesystem structure match the CLI command structure,
improving context capture and code organization.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 18:02:43 +00:00
|
|
|
github.com/atotto/clipboard v0.1.4 // indirect
|
|
|
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
|
|
|
github.com/catppuccin/go v0.3.0 // indirect
|
|
|
|
|
github.com/charmbracelet/bubbles v0.21.1-0.20250623103423-23b8fd6302d7 // indirect
|
|
|
|
|
github.com/charmbracelet/bubbletea v1.3.6 // indirect
|
|
|
|
|
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
|
|
|
|
|
github.com/charmbracelet/x/ansi v0.9.3 // indirect
|
|
|
|
|
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
|
|
|
|
|
github.com/charmbracelet/x/exp/strings v0.0.0-20240722160745-212f7b056ed0 // indirect
|
|
|
|
|
github.com/charmbracelet/x/term v0.2.1 // indirect
|
|
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
|
|
|
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
|
|
|
|
|
github.com/kr/text v0.2.0 // indirect
|
|
|
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
2025-10-24 04:55:10 +01:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
refactor(cli): restructure cmd packages into subdirectories
- Move CLI commands into subdirectories matching command hierarchy:
dev/, go/, php/, build/, ci/, sdk/, pkg/, vm/, docs/, setup/, doctor/, test/, ai/
- Create shared/ package for common styles and utilities
- Add new `core ai` root command with claude subcommand
- Update package declarations and imports across all files
- Create commands.go entry points for each package
- Remove GUI-related files (moved to core-gui repo)
This makes the filesystem structure match the CLI command structure,
improving context capture and code organization.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 18:02:43 +00:00
|
|
|
github.com/mattn/go-localereader v0.0.1 // indirect
|
|
|
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
|
|
|
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
|
|
|
|
|
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
|
|
|
|
|
github.com/muesli/cancelreader v0.2.2 // indirect
|
|
|
|
|
github.com/muesli/termenv v0.16.0 // indirect
|
2025-10-24 04:55:10 +01:00
|
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
refactor(cli): restructure cmd packages into subdirectories
- Move CLI commands into subdirectories matching command hierarchy:
dev/, go/, php/, build/, ci/, sdk/, pkg/, vm/, docs/, setup/, doctor/, test/, ai/
- Create shared/ package for common styles and utilities
- Add new `core ai` root command with claude subcommand
- Update package declarations and imports across all files
- Create commands.go entry points for each package
- Remove GUI-related files (moved to core-gui repo)
This makes the filesystem structure match the CLI command structure,
improving context capture and code organization.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 18:02:43 +00:00
|
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
2026-01-29 01:29:39 +00:00
|
|
|
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
|
2026-01-15 22:46:50 +00:00
|
|
|
golang.org/x/sync v0.19.0 // indirect
|
2026-01-28 15:19:39 +00:00
|
|
|
golang.org/x/sys v0.40.0 // indirect
|
refactor(cli): restructure cmd packages into subdirectories
- Move CLI commands into subdirectories matching command hierarchy:
dev/, go/, php/, build/, ci/, sdk/, pkg/, vm/, docs/, setup/, doctor/, test/, ai/
- Create shared/ package for common styles and utilities
- Add new `core ai` root command with claude subcommand
- Update package declarations and imports across all files
- Create commands.go entry points for each package
- Remove GUI-related files (moved to core-gui repo)
This makes the filesystem structure match the CLI command structure,
improving context capture and code organization.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 18:02:43 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
replace (
|
|
|
|
|
github.com/host-uk/core/pkg/build => ./pkg/build
|
|
|
|
|
github.com/host-uk/core/pkg/git => ./pkg/git
|
|
|
|
|
github.com/host-uk/core/pkg/repos => ./pkg/repos
|
2025-10-24 04:55:10 +01:00
|
|
|
)
|