Skip to content

DraftReconcileDeps

Defined in: src/draft-reconcile.ts:16

emitStatus: (s) => void

Defined in: src/draft-reconcile.ts:22

DraftReconcileStatus

void


pollSession: (id) => void

Defined in: src/draft-reconcile.ts:21

Re-poll one session’s PR state after a forge op so the snapshot reflects the new isDraft.

string

void


prCache: object

Defined in: src/draft-reconcile.ts:19

snapshot(): Record<string, GitState>

Record<string, GitState>


resolveForge: (repoPath) => GitForge | null

Defined in: src/draft-reconcile.ts:18

string

GitForge | null


store: Pick<SessionStore, "get" | "list" | "getRepoConfig" | "getReview">

Defined in: src/draft-reconcile.ts:17