[minor] Add QueueRepositoryInterface with memory and file-backed adapters #62

Merged
brian merged 5 commits from cursor/queue-adapters into main 2026-07-16 21:27:51 +02:00
Showing only changes of commit b8d8176877 - Show all commits
+4
View File
@@ -103,13 +103,17 @@ changelog_section() {
local summary="$3"
local commits="$4"
# Blank lines after ATX headings match Prettier v4 markdown formatting
# (see mirrors-prettier in .pre-commit-config.yaml).
cat <<EOF
## [${version}] - ${date}
### Summary
${summary}
### Changed
${commits:-- (no commits recorded)}
EOF
}