Skip to content

AssembleInput

Defined in: src/rundown-core.ts:195

optional backlogRank?: Record<string, number>

Defined in: src/rundown-core.ts:211

Backlog-priority rank per repoPath (lower = higher priority; 0 = top-priority repo). A session whose repoPath is absent here is treated as lowest priority. From /api/backlog’s open-issue ranking; weights focusNext within a tier.


optional gates?: Record<string, PlanGate>

Defined in: src/rundown-core.ts:199


generatedFor: string

Defined in: src/rundown-core.ts:205


optional git?: Record<string, GitState>

Defined in: src/rundown-core.ts:197


optional now?: number

Defined in: src/rundown-core.ts:206


overnightDelta: object

Defined in: src/rundown-core.ts:204

archivedSessions: object[]

mergedPrs: number[]


optional recaps?: Record<string, Recap>

Defined in: src/rundown-core.ts:200


optional reviews?: Record<string, ReviewVerdict>

Defined in: src/rundown-core.ts:198


sessions: Session[]

Defined in: src/rundown-core.ts:196


optional stalled?: Set<string>

Defined in: src/rundown-core.ts:201


optional topN?: number

Defined in: src/rundown-core.ts:207


optional trains?: Record<string, { error?: boolean; }>

Defined in: src/rundown-core.ts:203

Merge-train state by sessionId (e.g. errored train runs).