Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "2.0.0"
Version must be bumped whenever skill files change so EnsureExtracted re-extracts on the next boot. Bumped to 2.0.0 when builtin skills were moved to github.com/EngineerProjects/seshat-skills.
Variables ¶
View Source
var FS embed.FS
FS holds embedded builtin skill files under builtin/. The builtin/ directory is intentionally empty — skills are now distributed via the seshat-skills git repository and auto-cloned at first boot.
Functions ¶
func EnsureExtracted ¶
EnsureExtracted extracts builtin skills to destDir if they have not yet been extracted at the current Version. It is safe to call on every boot — it is a no-op when the version stamp already matches.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.