Feat/scenarios/bounded persist - #10
Conversation
… and a force stop if needed
… and a force stop if needed
|
|
|
|
Let's double-check what happens with persisting stuff and then timeTravel |
|
|
|
|
|
|
… and a force stop if needed
… and a force stop if needed
|
|
|
|
Let's double-check what happens with persisting stuff and then timeTravel |
|
|
|
|
|
|
Greptile Summary
The PR adds bounded scenario persistence while retaining the legacy boolean form and updates scheduling so persistence survives clock jumps without overwriting authored timeline transitions.
persist: { slots: N }with validation and countdown behavior.Confidence Score: 5/5
The PR appears safe to merge.
No blocking failure remains.
Important Files Changed
Persistcontract and tests its accepted forms and countdown semantics.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart LR A[Register override] --> B[Schedule target slot] B --> C[Materialize due override] C --> D{Persistence} D -->|false or window exhausted| E[Stop] D -->|true or slots remain| F{Authored entry in next slot?} F -->|Yes| E F -->|No| G[Queue re-armed continuation] G --> CReviews (10): Last reviewed commit: "fix: suppress a continuation the same ba..." | Re-trigger Greptile
Context used (3)