feat(FN-5064): merge fusion/fn-5064

This commit is contained in:
gsxdsm
2026-05-18 12:46:23 -07:00
parent a8a413cc91
commit cae9c6c4fc
8 changed files with 332 additions and 2 deletions

View File

@@ -231,8 +231,12 @@ export type DatabaseMutationType =
| "task:auto-rebound-paused-scope-decay"
/** Metadata: { taskId, targetTaskId, targetColumn, chainDepth: number } */
| "task:auto-archived-meta-resolved"
/** Metadata: { taskId, targetTaskId, targetColumn, chainDepth: number, blockedBy: string[] } */
| "task:auto-archive-meta-resolved-skipped"
/** Metadata: { taskId, targetTaskId, chainDepth: number, stalledMs: number } */
| "task:auto-archived-meta-stalled"
/** Metadata: { taskId, targetTaskId, chainDepth: number, stalledMs: number, blockedBy: string[] } */
| "task:auto-archive-meta-stalled-skipped"
/** Metadata: { holderIds: string[], followerCount: number, windowMs: number, blockedGrowth: number } */
| "task:auto-board-stall-broken"
/** Metadata: { holderIds: string[], followerCount: number, windowMs: number, ntfyDispatched: boolean } */