docs: add shared guide content#422
Conversation
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 59 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: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (12)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Second slice of the docs SDK-parity work: fill the Python-only holes in the shared guide tree so Node and Java readers get the same content — real ported examples where the feature ships, honest callouts where it doesn't. Every ported API verified against SDK source. 12 commits.
Core guides
tasks: unified "Defining a task" example; ported task naming to Node/Java; callouts forexpires/ direct-call / per-task-middleware / per-task-serializer (all feature-absent in Node/Java).queues: queue-level defaults — Node callout (per-task only), Java per-task descriptor.workers: worker tags + lifecycle events — feature-absent in Node/Java, now honest callouts.predicates: Node + Java worked examples; DSL/persistence/metrics gap callouts.Workflow guides
canvas: chunks/starmap → Node/Java group-build snippets; canvas-vs-DAG notes.saga: continue-mode compensation + events — Node/Java callouts.gates: gate conditions + events — Node/Java callouts.Reliability / extensibility / integrations
serializers: Node + Java serializer-selection matrix.prometheus: real Java Micrometer→Prometheus section (was a 2-line stub).retries: Node custom-backoff block.guarantees: Java idempotency example fixed to show real dedup.Also
::markeroverlapping the.flowstepsstep badges (Architecture → Mesh) — scoped the decimal-list rule to.article ol:not(.flowsteps).Parity gate, typecheck, and static build all pass.