Commit graph

4 commits

Author SHA1 Message Date
Claude
cbd0c5f22b
chore: fmt.Errorf(static) → errors.New
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 16:27:42 +00:00
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
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