BacklogPayloadInputs
Defined in: src/server.ts:3588
Inputs for buildBacklogPayload — kept narrow so both the request path (AppDeps) and the background poller (index.ts locals) can supply them.
Properties
Section titled “Properties”counts
Section titled “counts”counts: (
repoDir) =>Promise<RepoCounts>
Defined in: src/server.ts:3589
Parameters
Section titled “Parameters”repoDir
Section titled “repoDir”string
Returns
Section titled “Returns”Promise<RepoCounts>
lastUsedByRepo
Section titled “lastUsedByRepo”lastUsedByRepo: () =>
Record<string,number>
Defined in: src/server.ts:3591
Returns
Section titled “Returns”Record<string, number>
recentCountsByRepo
Section titled “recentCountsByRepo”recentCountsByRepo: (
since) =>Record<string,number>
Defined in: src/server.ts:3593
repoPath → agents run since since (ms epoch) — store.recentSessionCountsByRepo.
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”Record<string, number>
repoRoot
Section titled “repoRoot”repoRoot:
string
Defined in: src/server.ts:3594
resolveForge
Section titled “resolveForge”resolveForge: (
repoDir) =>GitForge|null
Defined in: src/server.ts:3590
Parameters
Section titled “Parameters”repoDir
Section titled “repoDir”string
Returns
Section titled “Returns”GitForge | null