diff --git a/pkg/agentic/queue.go b/pkg/agentic/queue.go index a5d4547..fb19f11 100644 --- a/pkg/agentic/queue.go +++ b/pkg/agentic/queue.go @@ -42,9 +42,8 @@ type AgentsConfig struct { // loadAgentsConfig reads config/agents.yaml from the code path. func (s *PrepSubsystem) loadAgentsConfig() *AgentsConfig { paths := []string{ + filepath.Join(CoreRoot(), "agents.yaml"), filepath.Join(s.codePath, "core", "agent", "config", "agents.yaml"), - filepath.Join(s.codePath, "core", "agent", ".core", "agents.yaml"), - filepath.Join(s.codePath, "host-uk", "core", ".core", "agents.yaml"), } for _, path := range paths {