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(core): remove dead runtime field from Checkpoint and RuntimeEvent
The `runtime` field was a leftover from multi-runtime support. After the
refactor to local-only, `RuntimeName` is always "local" and no code reads
the field. Remove it from:
- Checkpoint.metadata.runtime
- RuntimeEventPayloads.initializeRuntime.runtime
- createNormalizedCheckpoint params
- createRuntimeInitEvent params
- RuntimeName type export (now unused)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments