refactor(onboard): apply strict step results directly - #5710
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Code Coverage OverviewLanguages: TypeScript TypeScript / code-coverage/pluginThe overall coverage in the Show a code coverage summary of the most covered files.
TypeScript / code-coverage/cliThe overall coverage in the Show a code coverage summary of the most covered files.
Updated |
E2E Advisor RecommendationRequired E2E: Dispatch hint: Full advisor summaryE2E Recommendation AdvisorBase: Required E2E
Optional E2E
New E2E recommendations
Dispatch hint
|
Vitest E2E Scenario RecommendationRequired Vitest E2E scenarios: Dispatch required Vitest E2E scenarios:
Full Vitest E2E advisor summaryVitest E2E Scenario AdvisorBase: Required Vitest E2E scenarios
Optional Vitest E2E scenarios
Relevant changed files
|
PR Review Advisor — No blocking findingsMerge posture: No blocking advisor findings This is an automated, non-binding review; it still expects maintainers and agents to respond to each required or warning item. Treat suggestions as current-PR improvements when they touch changed code; defer only with maintainer rationale or a linked follow-up. A human maintainer must make the final merge decision. |
…y-stale-results' into refactor/onboard-compat-bridge-comments
…omments' into refactor/onboard-strict-step-results
|
PRA-T1 test evidence: ran |
…y-stale-results' into refactor/onboard-compat-bridge-comments
…omments' into refactor/onboard-strict-step-results
…y-stale-results' into refactor/onboard-compat-bridge-comments
…omments' into refactor/onboard-strict-step-results
…y-stale-results' into refactor/onboard-compat-bridge-comments
…omments' into refactor/onboard-strict-step-results
…efactor/onboard-compat-bridge-comments
…onboard-strict-step-results
…efactor/onboard-strict-step-results
decb592
into
test/onboard-record-only-boundary-stale-results
Summary
Route record-only step/result pairing through the strict runtime result path. This keeps the stale-result compatibility bridge reserved for explicit legacy or resume replay paths.
Changes
recordStepCompleteWithStateResultto callrecordStateResultafter its preflight validation.Type of Change
Verification
Verifiedin GitHubnpx prek run --from-ref main --to-ref HEADpassesnpm testpasses (broad runtime changes only)npm run docsbuilds without warnings (doc changes only)Signed-off-by: Carlos Villela cvillela@nvidia.com