feat: add protected event ingest foundation agent:clawd#12
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 34 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 (8)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
agent:clawd
Visible API outcome
POST /api/eventsingestion on top of the merged bounded event normalizer.Deliberate production block
This PR does not pretend the memory adapter is durable. Production/Vercel selects no memory sink and authenticated requests fail closed with
503 storage_not_readybefore body acceptance or storage. A later slice must implement and explicitly wire a durable adapter before production ingest can succeed.Verification
mise x node@24 -- corepack pnpm checkgit diff --checkdev-safe inspect, then task-owned launchers bound to127.0.0.1http://signalops-protected-ingest-foundation.signalops-ingest-e5df.localhost:1355401 unauthorized200, stored10, duplicate1http://signalops-protected-ingest-foundation.signalops-ingest-prod-e5df.localhost:1355503 storage_not_readydev-safe inspectreports no active routes>=24and pnpm10.24.0to match CI. Final pass: clean, no actionable findings (overall_confidence: 0.91).Transfer learning
Readiness boundaries should be executable, not marketing copy: a local demo adapter must identify itself as non-durable, receipts must reveal retention behavior, and production must reject writes before validation/storage when durable infrastructure is absent.
Ready for Ilya's manual review and merge. No auto-merge.