BacklogProject
Defined in: src/server.ts:3555
Per-repo row in the backlog overview.
Properties
Section titled “Properties”ciStatus
Section titled “ciStatus”ciStatus:
"pending"|"success"|"failure"|null
Defined in: src/server.ts:3571
Default-branch CI rollup state for the Actions tab marker; null = unknown / non-GitHub.
display
Section titled “display”display:
string
Defined in: src/server.ts:3557
kind:
string
Defined in: src/server.ts:3559
lastUsedAt
Section titled “lastUsedAt”lastUsedAt:
number|null
Defined in: src/server.ts:3560
openIssues
Section titled “openIssues”openIssues:
number|null
Defined in: src/server.ts:3564
openPRs
Section titled “openPRs”openPRs:
number|null
Defined in: src/server.ts:3565
path:
string
Defined in: src/server.ts:3556
prKinds
Section titled “prKinds”prKinds: {
dependabot:number;regular:number;release:number; } |null
Defined in: src/server.ts:3567
Open-PR breakdown by kind for the repo-list row; null for non-GitHub forges.
recentAgentCount
Section titled “recentAgentCount”recentAgentCount:
number|null
Defined in: src/server.ts:3563
Agents run on this repo in the last RECENT_WINDOW_DAYS days — same metric the New Task repo picker pins its “recently worked on” group by.
slug:
string|null
Defined in: src/server.ts:3558
workflows
Section titled “workflows”workflows:
number|null
Defined in: src/server.ts:3569
Workflows defined under .github/workflows; null for non-GitHub forges.