Commit graph

5 commits

Author SHA1 Message Date
Snider
6c3b5989e6 refactor: migrate CLI imports from core/go to core/cli
Update imports from forge.lthn.ai/core/go/pkg/cli to
forge.lthn.ai/core/cli/pkg/cli following CLI package split.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-22 23:29:39 +00:00
Snider
6970da5c49 refactor: apply go fix modernizers for Go 1.26
Automated fixes: interface{} → any, range-over-int, t.Context(),
wg.Go(), strings.SplitSeq, strings.Builder, slices.Contains,
maps helpers, min/max builtins.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-22 21:00:17 +00:00
Snider
ecb7f406f2 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:14 +00:00
Snider
45a78d77bc feat: absorb workspace command from CLI
Workspace, agent, and task management commands.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-21 21:46:16 +00:00
Snider
65e3ef4d49 feat: migrate task commands from CLI
Move task list/view/claim/update/complete commands from core/cli cmd/ai
into go-agentic where they belong.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-21 20:42:16 +00:00