Skip to content

Add segmented event history and bounded replay budgets#287

Merged
rita-aga merged 8 commits into
mainfrom
codex/segmented-event-history-current-main
May 29, 2026
Merged

Add segmented event history and bounded replay budgets#287
rita-aga merged 8 commits into
mainfrom
codex/segmented-event-history-current-main

Conversation

@rita-aga
Copy link
Copy Markdown
Collaborator

Summary\n- add storage-level event segments and immutable snapshot history\n- enforce MAX_EVENTS_SINCE_SNAPSHOT instead of lifetime total_event_count\n- hydrate from latest snapshot plus post-snapshot tail\n- discover packaged os-app wasm//.wasm files after target pruning\n- run WASM invocations on bounded large-stack threads\n\n## Verification\n- cargo test -p temper-server event_budget --lib\n- cargo test -p temper-platform find_wasm_modules --lib\n- cargo test -p temper-platform test_os_app_document_bootstrap_does_not_charge_workspace_file_count --lib\n- cargo test -p temper-store-postgres migration --lib\n- cargo test -p temper-store-turso event_history_schema_declares_segments_and_snapshot_history --lib\n- cargo test -p temper-store-sim snapshot_save_records_history_and_rotates_segments --lib\n- cargo test -p temper-store-redis --lib\n- cargo check -p temper-server -p temper-platform -p temper-store-redis -p temper-store-turso -p temper-store-postgres -p temper-store-sim\n- pre-push gates: rustfmt, clippy, readability, full tests, doctests

@rita-aga rita-aga merged commit 5ee4429 into main May 29, 2026
11 checks passed
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.

1 participant