ReviewerSpawnRow
Defined in: src/types.ts:369
Append-only, archive-decoupled record of one spawned critic/plan-gate reviewer
session and its token total. Keyed by the reviewer session id (NOT the task) and
deliberately carries no FK to sessions, so it outlives task archive + prune —
letting post-hoc cost reports attribute reviewer token burn the task row can’t.
Properties
Section titled “Properties”cacheReadTokens
Section titled “cacheReadTokens”cacheReadTokens:
number|null
Defined in: src/types.ts:379
cacheWriteTokens
Section titled “cacheWriteTokens”cacheWriteTokens:
number|null
Defined in: src/types.ts:380
completedAt
Section titled “completedAt”completedAt:
number|null
Defined in: src/types.ts:376
inputTokens
Section titled “inputTokens”inputTokens:
number|null
Defined in: src/types.ts:377
kind:
"review"|"plan_gate"|"recap"|"rundown"
Defined in: src/types.ts:372
model:
string|null
Defined in: src/types.ts:374
outputTokens
Section titled “outputTokens”outputTokens:
number|null
Defined in: src/types.ts:378
reviewerSessionId
Section titled “reviewerSessionId”reviewerSessionId:
string
Defined in: src/types.ts:370
spawnedAt
Section titled “spawnedAt”spawnedAt:
number
Defined in: src/types.ts:375
taskSessionId
Section titled “taskSessionId”taskSessionId:
string
Defined in: src/types.ts:371
totalTokens
Section titled “totalTokens”totalTokens:
number|null
Defined in: src/types.ts:381
worktreePath
Section titled “worktreePath”worktreePath:
string
Defined in: src/types.ts:373