fix: sort agent definition imports for gci

This commit is contained in:
Hoshina 2026-03-18 11:38:58 +08:00
parent 9dd64cb66c
commit a492c504c7

View file

@ -7,8 +7,9 @@ import (
"strings" "strings"
"github.com/gomarkdown/markdown/parser" "github.com/gomarkdown/markdown/parser"
"github.com/sipeed/picoclaw/pkg/logger"
"gopkg.in/yaml.v3" "gopkg.in/yaml.v3"
"github.com/sipeed/picoclaw/pkg/logger"
) )
// AgentDefinitionSource identifies which agent bootstrap file produced the definition. // AgentDefinitionSource identifies which agent bootstrap file produced the definition.