Expand description
Persistent registry of installed extensions (versions, update check timestamps).
NOTE: load/save is not file-locked. Concurrent tempo invocations may
lose a write (last-writer-wins). This is acceptable today because the
data is limited to checked_at timestamps and installed_version
strings โ the worst outcome is a redundant update check.
Structsยง
- Extension
State ๐ - Persisted metadata for a single extension.
- Registry ๐
- On-disk state for all known extensions, keyed by extension name.
Constantsยง
Functionsยง
- now_
secs ๐ - state_
path ๐ - Resolves the path to the registry file.