fix/pending-cleanups
dev
- forge.go moved to pkg/agentic/commands_forge.go - Uses s.forge directly (no newForgeClient()) - registerForgeCommands called in OnStartup - main.go: 97 lines, zero command registration - cmd/ total: 121 lines (was 650+) Co-Authored-By: Virgil <virgil@lethean.io>
- ProcessRegister: proper factory in pkg/agentic - Workspace commands (list/clean/dispatch): moved to agentic.registerWorkspaceCommands - workspace.go deleted from cmd/ - main.go: 98 lines, just core.New + app commands + c.Run() Co-Authored-By: Virgil <virgil@lethean.io>