Skip to content

feat(runtime): persist compute inventory snapshots - #26

Open
tiammomo wants to merge 1 commit into
mainfrom
tiammomo/feat/issue-25-compute-snapshot-store
Open

feat(runtime): persist compute inventory snapshots#26
tiammomo wants to merge 1 commit into
mainfrom
tiammomo/feat/issue-25-compute-snapshot-store

Conversation

@tiammomo

Copy link
Copy Markdown
Owner

Closes #25

Persist validated Runtime Adapter Compute observations as immutable PostgreSQL history and derive latest freshness from server policy.


Adds migration 0014, aligned in-memory semantics, idempotent exact retries, fail-closed identity/time conflicts, canonical nanosecond observation keys, bounded future skew and stale-after policy. The PostgreSQL round-trip follows the existing postgres_state_ CI selection; no protected workflow, registry, scheduler, route, UI, credential, mutation, or local-inference-stack change.

Verified with scripts/check-all.sh.

Areas for careful review:

  • No known behavior changes outside the reported bug.

Implementation assistance: an external coding workspace was used to prepare the change and its
tests. tiammomo reviewed the final diff, understands it, and takes responsibility
for this contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Persist Runtime Adapter Compute snapshots with server-owned freshness

1 participant