Documentation
¶
Overview ¶
Package skillscheck compares installed mysql-cli skills (e.g. under ~/.claude/skills) against the versions bundled into the binary, reporting missing or stale skills. It mirrors the skillscheck concept from larksuite/cli, adapted to mysql-cli's per-process, connection-less model: the check runs only when explicitly invoked via `mysql-cli skill check`, never on the hot query path.
Index ¶
Constants ¶
View Source
const ( StatusOK = "ok" // installed and version matches StatusStale = "stale" // installed but version differs StatusMissing = "missing" // not installed StatusUnknown = "unknown" // installed but version unparseable )
Status values reported per skill.
Variables ¶
This section is empty.
Functions ¶
func ParseVersion ¶
ParseVersion extracts a semver version from a SKILL.md frontmatter.
Types ¶
Click to show internal directories.
Click to hide internal directories.