fix: validate persisted timer numeric state #236

Open
nsaspy wants to merge 0 commits from rage/483-timers-persisted-numeric-types into main
Owner

Implements #483.

RAGE transaction starts with deterministic RED for persisted sequence, countdown remaining time, and reminder cadence. Persisted numeric state must satisfy the same strict type/range contracts as new runtime inputs instead of being coerced.

Full registry/install/Nix gate required before merge.

Implements #483. RAGE transaction starts with deterministic RED for persisted sequence, countdown remaining time, and reminder cadence. Persisted numeric state must satisfy the same strict type/range contracts as new runtime inputs instead of being coerced. Full registry/install/Nix gate required before merge.
Some checks failed
CI / test (pull_request) Failing after 26s
CI / zara-avatar idle CPU budget (pull_request) Failing after 24s
This branch is already included in the target branch. There is nothing to merge.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin rage/483-timers-persisted-numeric-types:rage/483-timers-persisted-numeric-types
git switch rage/483-timers-persisted-numeric-types

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff rage/483-timers-persisted-numeric-types
git switch rage/483-timers-persisted-numeric-types
git rebase main
git switch main
git merge --ff-only rage/483-timers-persisted-numeric-types
git switch rage/483-timers-persisted-numeric-types
git rebase main
git switch main
git merge --no-ff rage/483-timers-persisted-numeric-types
git switch main
git merge --squash rage/483-timers-persisted-numeric-types
git switch main
git merge --ff-only rage/483-timers-persisted-numeric-types
git switch main
git merge rage/483-timers-persisted-numeric-types
git push origin main
Sign in to join this conversation.
No description provided.