Snider
3f02328096
refactor: swap pkg/framework imports to pkg/core
...
Security Scan / security (push) Successful in 11s
Test / test (push) Failing after 29s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 14:10:58 +00:00
Snider
8d2c3708b0
refactor: swap pkg/{io,log,i18n} imports to go-io/go-log/go-i18n
...
Security Scan / security (push) Successful in 15s
Test / test (push) Successful in 6m47s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 12:35:42 +00:00
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