Skip to main content

Module id

Module id 

Source
Expand description

Spec ID generation with date-based sequencing.

§Doc Audit

  • audited: 2026-01-25
  • docs: concepts/ids.md, reference/schema.md
  • ignore: false

Structs§

SpecId
Represents a parsed spec ID with optional repo prefix.

Functions§

format_base36
Format a number as base36 with zero-padding.
generate_id
Generate a new spec ID in the format: YYYY-MM-DD-SSS-XXX where SSS is a base36 sequence and XXX is a random base36 suffix.
parse_base36
Parse a base36 string to a number.