Expand description
Project-scoped skill lock file management.
The local lock file lives at ./skills-lock.json in the project root
and is designed to be committed to version control.
Structs§
- Local
Skill Lock Entry - A single skill entry in the project lock file.
- Local
Skill Lock File - The project-scoped lock file structure.
Functions§
- add_
skill_ to_ local_ lock - Add or update a skill in the project lock file.
- compute_
skill_ folder_ hash - Compute a SHA-256 hash from all files in a skill directory.
- local_
lock_ path - Get the path to the local lock file.
- read_
local_ lock - Read the project-scoped lock file.
- remove_
skill_ from_ local_ lock - Remove a skill from the project lock file.
- write_
local_ lock - Write the project-scoped lock file.