Skip to content

Commit 7f400b9

Browse files
chore(transformer-coverage): refresh baseline after v6 sweep burns down resumePlan
PR #185's transformer fix populated all 5 fields previously missing on ResumePlanResponse (nextStep, nextStepName, stepResult, totalSteps, workflowId). Drop the stale baseline entry; remaining entries are executePlan and getPlanStatus on PolicyEvaluationResult, untouched this round.
1 parent 3f5b7ea commit 7f400b9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.lint_baselines/transformer_coverage.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"_comment": "Pre-existing transformer-coverage findings. Generated by scripts/transformer-coverage/check.js --write-baseline. CI fails on any finding NOT listed here. Burn this list down via targeted PRs that either populate the missing keys in the transformer or mark them @deprecated on the type definition.",
33
"findings": [
44
"src/client.ts:executePlan:PlanExecutionResponse:policyInfo",
5-
"src/client.ts:getPlanStatus:PlanExecutionResponse:policyInfo,workflowId",
6-
"src/client.ts:resumePlan:ResumePlanResponse:nextStep,nextStepName,stepResult,totalSteps,workflowId"
5+
"src/client.ts:getPlanStatus:PlanExecutionResponse:policyInfo,workflowId"
76
]
87
}

0 commit comments

Comments
 (0)