From fbe1178e24104b4276365fcb2bb7c4d74c80820c Mon Sep 17 00:00:00 2001 From: zenchantlive <103866469+zenchantlive@users.noreply.github.com> Date: Fri, 13 Feb 2026 00:01:45 -0800 Subject: [PATCH] Update src/lib/aggregate-read.ts Co-authored-by: qodo-free-for-open-source-projects[bot] <189517486+qodo-free-for-open-source-projects[bot]@users.noreply.github.com> --- src/lib/aggregate-read.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/aggregate-read.ts b/src/lib/aggregate-read.ts index 2c81ce3..7f140bb 100644 --- a/src/lib/aggregate-read.ts +++ b/src/lib/aggregate-read.ts @@ -2,6 +2,9 @@ import type { BeadDependency, BeadIssueWithProject } from './types'; import type { ProjectScopeOption } from './project-scope'; import { readIssuesFromDisk } from './read-issues'; +function scopeIssueId(projectKey: string, issueId: string): string { + if (issueId.includes('::')) { + return issueId; function scopeIssueId(projectKey: string, issueId: string): string { if (issueId.includes('::')) { return issueId;