cli/cmd
Snider 4e76e96039
Some checks failed
Deploy / Test (push) Failing after 2s
Deploy / Build App Image (push) Has been skipped
Deploy / Build Web Image (push) Has been skipped
Deploy / Build Core Image (push) Failing after 2m8s
Deploy / Deploy to Production (push) Has been skipped
Security Scan / Secret Detection (push) Successful in 13s
Security Scan / Dependency & Config Scan (push) Successful in 19s
Security Scan / Go Vulnerability Check (push) Successful in 1m26s
refactor: remove external repo imports and clean .core/
Remove all external blank imports from main.go (go-ai, go-api, go-crypt,
go-devops, go-ml, go-netops, go-scm) and delete cmd/ai/. Business logic
moved to proper repos: go-agent, go-agentic, go-ai.

Clean .core/ — remove LinuxKit VM templates, Claude Code plugin, and
ephemeral issue plans. Keep only CLI build/release config.

Drops 504 lines from go.mod/go.sum. CLI no longer pulls ollama, qdrant,
duckdb, or other ML dependencies into its binary or security scan scope.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-21 20:51:24 +00:00
..
community feat/ml-integration (#2) 2026-02-16 06:19:09 +00:00
config refactor: flatten commands, extract php/ci to own repos (#2) 2026-02-16 14:45:06 +00:00
core-app fix(ci): harden security scan and Dockerfiles 2026-02-21 20:51:14 +00:00
dev feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
docs feat(docs): add --target hugo sync mode for core.help 2026-02-21 02:27:28 +00:00
doctor refactor: flatten commands, extract php/ci to own repos (#2) 2026-02-16 14:45:06 +00:00
gitcmd refactor: flatten commands, extract php/ci to own repos (#2) 2026-02-16 14:45:06 +00:00
go refactor: flatten commands, extract php/ci to own repos (#2) 2026-02-16 14:45:06 +00:00
help refactor: flatten commands, extract php/ci to own repos (#2) 2026-02-16 14:45:06 +00:00
lab refactor: flatten commands, extract php/ci to own repos (#2) 2026-02-16 14:45:06 +00:00
module feat(module): add CLI commands for marketplace module management 2026-02-18 10:37:52 +00:00
monitor refactor: flatten commands, extract php/ci to own repos (#2) 2026-02-16 14:45:06 +00:00
pkgcmd refactor: migrate cmd/ml to go-ml, remove replaces and go.work 2026-02-21 19:29:23 +00:00
plugin refactor: flatten commands, extract php/ci to own repos (#2) 2026-02-16 14:45:06 +00:00
qa refactor: flatten commands, extract php/ci to own repos (#2) 2026-02-16 14:45:06 +00:00
session fix: resolve vet warnings and remove stale workflows 2026-02-21 19:54:51 +00:00
setup refactor: flatten commands, extract php/ci to own repos (#2) 2026-02-16 14:45:06 +00:00
updater fix: resolve vet warnings and remove stale workflows 2026-02-21 19:54:51 +00:00
vanity-import fix(ci): harden security scan and Dockerfiles 2026-02-21 20:51:14 +00:00
workspace refactor: flatten commands, extract php/ci to own repos (#2) 2026-02-16 14:45:06 +00:00