Versions in this module Expand all Collapse all v0 v0.0.3 Jul 16, 2026 v0.0.2 Jul 15, 2026 Changes in this version + func LoadSkill(projectRoot, skillPath string) ([]byte, error) + func LoadSkillForAudience(projectRoot, skillPath, audience string) ([]byte, error) + func NewRootCmd() *cobra.Command + func RenderProjectMemory(projectRoot string) ([]byte, error) + func SetVersion(version, buildDate, gitCommit string) + type ListSkillsOptions struct + IncludeMigrationSkills bool + type Skill struct + AppliesFrom string + AppliesTo string + Description string + Emit string + Name string + Path string + ProjectForgeVersion string + Relevance string + Scope string + SkillForgeVersion string + VersionSkew bool + func ListSkills(projectRoot string) ([]Skill, error) + func ListSkillsWithOptions(projectRoot string, opts ListSkillsOptions) ([]Skill, error)