Skip to content

feat(cell): strengthen LTX runtime foundations - #220

Merged
forhappy merged 1 commit into
mainfrom
codex/ltx-runtime-foundation
Sep 19, 2026
Merged

forhappy merged 1 commit into
mainfrom
codex/ltx-runtime-foundation

Conversation

@forhappy

Copy link
Copy Markdown
Contributor

Summary

  • separate logical Cell reads from provider attempts, retain failed outcomes, and keep resident reads at zero provider operations
  • emit successful and failed capture ledgers at the ManagedDb boundary with physical WAL file/read attribution
  • spool each selected compaction body once under scratch admission, then decode locally while preserving exact-root verification
  • update canonical scaling and Celld delta documentation

Verification

  • cargo test -p crab-ltx --features replica
  • cargo test -p crab-ltx --features replica failed_provider_attempt_is_not_counted_as_a_logical_retry -- --nocapture
  • cargo test -p crab-cell-runtime --lib
  • cargo test -p crab-http-server --lib completed_request_exports_bounded_full_body_metrics -- --nocapture
  • cargo check -p crab-ltx --no-default-features
  • cargo clippy -p crab-ltx --features replica --all-targets -- -D warnings
  • cargo clippy -p crab-cell-runtime --all-targets -- -D warnings
  • cargo clippy -p crab-http-server --lib -- -D warnings

@forhappy
forhappy merged commit e6d8dd1 into main Sep 19, 2026
48 of 51 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