feat(warp-core): add WAL evidence segment catalog#644
Conversation
|
Warning Review limit reached
Next review available in: 21 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (11)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b168e48436
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex second opinion requested. Code Lawyer self-audit found additional issues beyond the unresolved review threads.
I will address these in the same priority queue as the review-thread findings unless a human redirects scope. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b168e48436
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Activity Summary
Validation run locally after fixes:
All previously unresolved review threads are resolved via GraphQL; unresolved thread count is now 0. |
Code Lawyer Self-Review@codex second opinion requested on this strict self-review finding.
No P0-P4 functional, determinism, API, Markdown, SPDX, audit, or CI issues were found in this pass. Evidence checked: clean worktree before review, |
|
Resolved the strict self-review P5 manifest formatting issue in
Validation after the fix:
@codex please confirm the self-review finding is fully resolved. |
|
Codex Review: Didn't find any major issues. Breezy! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Code Lawyer Self-Review — Recheck@codex second opinion requested: this recheck found no new actionable violations at current head
The prior P5 root-manifest formatting issue is resolved by |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 638d061049
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
CausalSegmentCatalogover committed WAL recovery evidence, with one base evidence segment per committed WAL transaction.TrustedRuntimeWal; cache update failures mark the catalogNeedsRebuildwithout turning successful WAL commits into failures.Scope
Links
Checklist
Local verification
git diff --checkcargo fmt --all -- --checkcargo clippy -p warp-core --libcargo clippy -p warp-core --features "native_rule_bootstrap trusted_runtime host_test" --test trusted_runtime_host_loop_testscargo xtask test-slice runtime-wal-ackcargo xtask test-slice durable-runtime-walNotes
RecoveryScanReportremains the canonical rebuild seam, and live catalog updates are cache-only posture.WscBundle,CheckpointRange, orZkWormholecoverage is implemented in this PR; those segment kinds are reserved for later covering evidence.