chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-08 20:22:22 +00:00
parent 40d5ea1cf1
commit dc7d665e94
4 changed files with 114 additions and 24 deletions

View File

@@ -14,7 +14,11 @@ export type Reference = {
}
function normalize(input: string) {
return input.trim().replace(/^git\+/, "").replace(/#.*$/, "").replace(/\/+$/, "")
return input
.trim()
.replace(/^git\+/, "")
.replace(/#.*$/, "")
.replace(/\/+$/, "")
}
function trimGitSuffix(input: string) {