Commit graph

5 commits

Author SHA1 Message Date
Snider
6298a84b8b refactor: remove init() + RegisterCommands pattern
Commands now register through Core framework lifecycle via
cli.WithCommands() instead of side-channel init() functions.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-21 22:07:10 +00:00
Snider
63d74568e2 feat: absorb lab command from CLI
LEM Lab launcher for local ML inference.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-21 21:46:59 +00:00
Snider
55e537a55c feat: migrate metrics command from CLI
Move AI metrics tracking command from core/cli cmd/ai into go-ai
where the metrics backend lives.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-21 20:42:17 +00:00
Snider
d962260b81 feat(cmd/rag): re-export go-rag CLI commands through go-ai
CLI should import RAG commands via go-ai (which already depends on
go-rag), not directly. This keeps the CLI's dependency tree clean.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-21 20:23:22 +00:00
Snider
c3de6c4935 feat: migrate daemon, mcpcmd, security commands from CLI
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-21 19:38:04 +00:00