docs(llms): document ongoing code migrations

This commit is contained in:
Carlos Valente
2026-08-25 21:32:19 +02:00
committed by Carlos Valente
parent 5acfc4a122
commit 63fdc50c50
2 changed files with 71 additions and 0 deletions
+4
View File
@@ -22,6 +22,10 @@ Load only for touched domains. Add only stable, recurring invariants; not one-of
## Timers
Use temporal values by meaning: `Instant` for epoch time, `TimeOfDay` for local time since midnight, `Duration` for elapsed time, `Day` for calendar offsets. Convert through `timeCore`; never interchange as raw numbers.
Active work: [runtimeState time-core migration](../migrations/runtime-state-time-core.md).
When relevant, cover interactions among:
- midnight/day offsets;