go-agentic/cmd/workspace/cmd.go
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

7 lines
119 B
Go

package workspace
import "forge.lthn.ai/core/go/pkg/cli"
func init() {
cli.RegisterCommands(AddWorkspaceCommands)
}