Skip to content

fix(cli): reload SharedState before pre-Coordinator save - #1227

Merged
ZhengGong-amd merged 3 commits into
mainfrom
fix/t0-warm-start-state-reload
Aug 19, 2026
Merged

fix(cli): reload SharedState before pre-Coordinator save#1227
ZhengGong-amd merged 3 commits into
mainfrom
fix/t0-warm-start-state-reload

Conversation

@meinali-566

Copy link
Copy Markdown
Contributor

Summary

Test plan

  • Start a fresh remote-mode session with an existing KB champion; confirm state.json retains non-empty warm_start_recipe / warm_start_ts after startup.
  • Confirm PRELUDE dispatches warm replay instead of reporting no_warm_start_recipe.
  • Resume a session with --robustness-disable-server-probe; confirm robustness launch-shape fields still persist correctly.

Made with Cursor

T0 anchor persists warm_start_* through its own load_or_init, but #1197
saved a stale seed/resume SharedState afterward and wiped those fields,
causing PRELUDE to skip warm replay with no_warm_start_recipe.
@meinali-566
meinali-566 requested a review from a team as a code owner August 18, 2026 16:18
@github-actions

github-actions Bot commented Aug 18, 2026

Copy link
Copy Markdown

CI E2E report — ✅ Succeeded

item value
result ✅ Succeeded
model Qwen/Qwen3-0.6B (dense)
resources 1× GPU, TP=1
PR branch fix/t0-warm-start-state-reload
commit c8cf2986dba672cded46401ec125c33e793c09f0
session_id 0e5ed967-3f00-448f-9f39-91b34d42174f
queue → dispatch 0s
run time 164m 55s
total 164m 55s

details

Pre-baseline enablement KEEPs establish a runnable anchor but are not
performance optimizations; enablement-only stacks must not trigger CLOSE
Recipe KB writeback.

@ZhengGong-amd ZhengGong-amd left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@ZhengGong-amd
ZhengGong-amd merged commit 9056f9f into main Aug 19, 2026
27 of 28 checks passed
@ZhengGong-amd
ZhengGong-amd deleted the fix/t0-warm-start-state-reload branch August 19, 2026 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants