Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatDiff ¶
func HasDifferences ¶
func ListSkillFiles ¶
func RemoveSkillDir ¶
func SymlinkDir ¶
Types ¶
type FileDiff ¶
type FileDiff struct {
RelPath string
Status string // "modified", "added", "deleted"
OldContent string
NewContent string
}
func CompareSkillDirs ¶
type Skill ¶
type Skill struct {
Name string `yaml:"name" json:"name"`
Description string `yaml:"description" json:"description"`
Path string `yaml:"-" json:"path"`
RawContent string `yaml:"-" json:"-"`
}
func DiscoverSkills ¶
func ParseSkillMd ¶
Click to show internal directories.
Click to hide internal directories.