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.