Expand description
Validation functions for skill-project.toml and related structures
Enums§
- Validation
Error - Validation errors
Functions§
- validate_
identifier - Validate identifier format (alphanumeric, hyphens, underscores)
- validate_
project_ structure - Validate that skill-project.toml has at least one section
- validate_
semver - Validate semantic version format (MAJOR.MINOR.PATCH)
- validate_
uniqueness - Validate name + version uniqueness Checks if a skill with the same name and version already exists