fix: ignore ingest items without canonical impact#267
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThe PR adds domain-gate filtering to the triage system prompt to exclude bus-only and road-related incidents, adds an eval test case to verify this filtering, and updates ChangesIrrelevant content filtering and handling
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint skipped: no ESLint configuration detected in root package.json. To enable, add 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 |
Summary
Root Cause
The latest automated ingest PR was created from a bus-only Mastodon alert. Triage marked it as a new disruption, extraction returned
claims: [], and ingestion still persisted a hollow issue with empty impact data.Validation
npm run test:triagenpm run build:triagenpm run checknpm run data:validateSummary by CodeRabbit
Release Notes
New Features
Bug Fixes
Tests