refactor(monorepo): remove root cmd entrypoints

This commit is contained in:
2026-03-20 14:25:50 +08:00
parent d00b2a30ee
commit bc08feda59
30 changed files with 231 additions and 176 deletions
+4 -1
View File
@@ -2,6 +2,9 @@ module ai-workflow-skill/packages/inbox-runtime
go 1.26
require github.com/spf13/cobra v1.10.1
require (
github.com/spf13/cobra v1.10.1
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
)