Documentation
¶
Overview ¶
Package layout owns the configuration directory names Wingman reads and the order they resolve in, so skills, plugins and agent definitions cannot drift apart. Callers scan the returned roots in order and keep the first entry for a given name; project roots always precede personal ones.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Dirs = []string{".wingman", ".agents", ".claude"}
Dirs are the configuration directory names, highest precedence first.
Functions ¶
func PersonalRoots ¶
PersonalRoots returns the per-user directories holding name, in precedence order. It returns nil when the home directory cannot be determined.
func ProjectRoots ¶
ProjectRoots returns the per-project directories holding name, in precedence order.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.