You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(webapp): use the branded run-ops legacy handle in cancelTaskRun
Swap cancelTaskRun's V1 finalize writes from runOpsLegacyPrisma (control-plane
typed, needed a runops-legacy-ok annotation) to the branded runOpsLegacyPrismaClient,
which the guard classifies as run-ops. Same legacy writer at runtime; drops the two
annotations and their baseline entries. Matches the existing legacyWriter usage.
0 commit comments