Commit graph

3 commits

Author SHA1 Message Date
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