pullrequests Search Results · language:Dune language:JavaScript language:Java language:HTML language:JavaScript language:Python
Filter by
212M results
Merge pull request #84 from PranayGohil/master
Adds send_evening_plan_nudge to the ox-run allowlist so the evening nudge can be triggered on-demand (mirrors
send_daily_badges). Takes effect only after the setup script is re-run on the box; the cron ...
Implemented the following:
Parser
- Normalize incoming backend request payloads into a consistent internal domain model.
- Generate deterministic output difference summaries.
- Normalize whitespace ...
Independent Cycle 2 verdict
Cycle 2 is BLOCKED, despite PR #179 CI being green. This PR records the post-merge verification and strengthens the
protocol before future cycles.
Residual findings
- HIGH: ...
… storage via Supabase Auth
This PR contains the following updates:
| Package | Type | Update | Change |
| --- | --- | --- | --- |
| book000/templates (changelog) | action | digest | 76e8353 → 249109e |
Configuration
📅 Schedule: ...
!-- This is an auto-generated comment: release notes by coderabbit.ai --
Summary by CodeRabbit
- New Features
- Added a host-side stop-criteria path for fast greedy sampling in eligible ...
What
Added afterEach(() = nock.cleanAll()) to prevent interceptor leak.
Why
CI fails because nock interceptors bleed between tests.