cli/cmd
Snider 7e2c7cd2f6
Some checks failed
Deploy / build (push) Failing after 4s
Security Scan / security (push) Successful in 13s
fix: remove ecosystem imports, fix module installer signature
Strip 21 blank imports that dragged go-ml, go-devops, go-build, etc.
into the CLI binary. core CLI should only have its own commands.
Fixes marketplace.NewInstaller call to match current signature.

Direct deps: core/go only (was: 22 forge packages).
Binary: 24MB (was: ~80MB). Cross-compiles with CGO_ENABLED=0.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 15:56:43 +00:00
..
config refactor: update import path from go-config to core/config 2026-03-14 10:23:11 +00:00
doctor refactor: swap pkg imports to standalone modules 2026-03-06 13:48:07 +00:00
gocmd refactor: code quality improvements from Gemini review 2026-03-09 15:29:44 +00:00
help refactor: use core/go-help module instead of core/go/pkg/help 2026-03-06 09:11:59 +00:00
module fix: remove ecosystem imports, fix module installer signature 2026-03-16 15:56:43 +00:00
pkgcmd refactor: swap pkg imports to standalone modules 2026-03-06 13:48:07 +00:00
plugin refactor: swap pkg imports to standalone modules 2026-03-06 13:48:07 +00:00
service fix: poll process via Signal(0) in stopDaemon for PID reuse safety 2026-03-09 15:10:48 +00:00
session refactor: swap pkg imports to standalone modules 2026-03-06 13:48:07 +00:00