Skip to main content

Module validation

Module validation 

Source
Expand description

Shared schema validation for repository-derived filesystem buckets.

The canonical store bucket schema intentionally stays narrow: ASCII alphanumeric first character, then ASCII alphanumeric, dot, underscore, or dash. Semantic callers can add their own reserved-word rules on top.

Functionsยง

is_valid_repo_bucket_name
is_valid_repo_project_slug
Validate a canonical store project slug before it becomes a filesystem path.