Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpandScaffoldTemplate ¶
func ExpandScaffoldTemplate(data ScaffoldTemplateData) (map[string]any, error)
ExpandScaffoldTemplate executes the built-in default_behaviors.tmpl with data and parses the result as a map[string]interface{} representing task_behaviors.
Types ¶
type KitInfo ¶
type KitInfo struct {
Ref string
Dir string
Meta *orchestrator.KitMeta
}
KitInfo holds a discovered kit's reference, directory, and parsed metadata.
func ListAllKits ¶
func ListAllKits(reg *orchestrator.KitRegistry) ([]KitInfo, error)
ListAllKits returns all kits found in the registry by walking repo directories.
type ScaffoldTemplateData ¶
ScaffoldTemplateData is the data passed to scaffold templates.
Click to show internal directories.
Click to hide internal directories.