LAB-430: feature matrix — ts Memcached/File backends shipped; refresh stale capability cells - #37
LAB-430: feature matrix — ts Memcached/File backends shipped; refresh stale capability cells#3727Bslash6 wants to merge 1 commit into
Conversation
…-427/LAB-446 capability cells Cache Backends: TypeScript Memcached and File cells flip to ✅ with module evidence (backends/memcached.ts via memjs optional peer dep; backends/file.ts via node:fs with the py-compatible on-disk format). Optional-capabilities rows were stale in both directions after changes that landed post-LAB-273-audit: - ts Redis implements TTLBackend + LockableBackend since LAB-427 (#74), the row still said ❌ for both. - py File implements TTLInspectableBackend and py Memcached ships refresh_ttl (touch, refresh-only) since LAB-446 (cachekit-py#230), the row still said ❌ for both. Both rows now carry ticket citations; ts File is ✅ TTLBackend and ts Memcached refresh-only, mirroring py's choices (LAB-430). Co-authored-by: multica-agent <github@multica.ai>
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 28 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 selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Conflict in |
|
Auto-rebase attempted a merge of |
|
Auto-rebase attempted (base moved) but left unresolved — real content conflicts, not trivial:
Needs a human call. |
|
Auto-rebase found a real conflict in |
|
Auto-rebase attempted, left for a human: merging |
|
Conflict in |
Sibling of cachekit-io/cachekit-ts#76 (LAB-430).
backends/memcached.ts, memjs optional peer dep;backends/file.ts,node:fs, py-compatible on-disk format).refresh_ttlsince LAB-446 (cachekit-py#230) — row said ❌.TTLBackend, ts Memcached → refresh-only, mirroring py (LAB-430, this change).Not touched (flagged for a follow-up ticket): the interop mode row still says "Not implemented" in all SDKs, but py (LAB-245, cachekit-py#220) and ts (LAB-247, cachekit-ts#71) have merged interop/v1 implementations — needs its own verification pass.