Consume Markdown list payloads#730
Conversation
|
Warning Review limit reached
More reviews will be available in 48 minutes and 40 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?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 credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. 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, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (16)
📝 WalkthroughWalkthroughReplaces the generic ChangesOrdered/Unordered List Item Differentiation
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
lambda-editor | 64c09c4 | Commit Preview URL Branch Preview URL |
Jun 21 2026, 05:12 AM |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 166dbbbeee
ℹ️ 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".
Benchmark Comparison ReportComparing PR branch against Main Module BenchmarksBase branch: PR branch: event-graph-walker BenchmarksBase branch: PR branch: Benchmarks run with |
166dbbb to
6a7bea8
Compare
6a7bea8 to
64c09c4
Compare
Summary
1e384f2/ Add explicit Markdown ordered list blocks loom#429 for explicit Markdown list payloadsORDERED_LIST_KIND_ROLESourceMap side channel and let Markdown view kind come fromBlock::OrderedList(_, _)UnorderedListItem/OrderedListItemContext
This completes the active dependency in
docs/plans/2026-06-20-markdown-list-payloads.md: ordered/unordered list kind is now semantic Loom AST data instead of Canopy SourceMap metadata.This does not widen Markdown
MoveBlocklegality. List containers and list-item contexts remain rejected until #724 adds parse-shape, identity, ambiguity, marker-renumbering, and separator coverage.Reuse check
Block::OrderedList(_, _),Block::UnorderedListItem(_), andBlock::OrderedListItem(_, _)payloads from Add explicit Markdown ordered list blocks loom#429.@protocol.proj_to_view_nodedirectly after removing Markdown-specific SourceMap kind refinement.Array::map,Array::zip,Map::get,Option::map, LoomRenderable::kind_tag, and MarkdownBlockconstructors.is_markdown_list_item, scoped to Markdown edit operations.Validation
Results:
Notes
moon infoproduced no retained.mbtidrift in Canopy.rabbita/templates/rabbita-templaterecursive submodule clone still requires SSH access if fully recursing into all nested submodules; not needed for this validation path.Summary by CodeRabbit
Release Notes
Bug Fixes
Tests
Documentation