Skip to content

v2026.6.9

Choose a tag to compare

@github-actions github-actions released this 06 Jun 04:48
· 209 commits to main since this release
ea775e1

Added

  • ADR display aliases now have real storage decoupled from the slug: a nullable attachments.display_alias column (forward-only migration) + a cleo docs set-alias <slug> <number> verb (ADR-scoped uniqueness → E_ALIAS_TAKEN, --clear), surfaced as displayNumber in cleo docs fetch/list. numbering.ts now prefers a stored alias over the slug-derived number, falling back to slug-derived when null — resolving the collision where multiple distinct adr-051-* decisions all rendered "051". (provenance: T11875; #984)