Harden feed pipeline + admin security, add operator tooling, and ship new UI control surface - #78
Draft
potemkin666 with Copilot wants to merge 3 commits into
Draft
Harden feed pipeline + admin security, add operator tooling, and ship new UI control surface#78potemkin666 with Copilot wants to merge 3 commits into
potemkin666 with Copilot wants to merge 3 commits into
Conversation
Agent-Logs-Url: https://github.com/potemkin666/Brialert/sessions/0ac49de3-9169-4752-9774-d0966393cd77 Co-authored-by: potemkin666 <183807833+potemkin666@users.noreply.github.com>
Agent-Logs-Url: https://github.com/potemkin666/Brialert/sessions/0ac49de3-9169-4752-9774-d0966393cd77 Co-authored-by: potemkin666 <183807833+potemkin666@users.noreply.github.com>
Agent-Logs-Url: https://github.com/potemkin666/Brialert/sessions/0ac49de3-9169-4752-9774-d0966393cd77 Co-authored-by: potemkin666 <183807833+potemkin666@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
potemkin666
April 12, 2026 00:07
View session
potemkin666
approved these changes
Apr 12, 2026
potemkin666
approved these changes
Apr 12, 2026
potemkin666
approved these changes
Apr 12, 2026
potemkin666
approved these changes
Apr 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR implements the improvement plan end-to-end: stronger feed/data integrity, richer build observability, reliability-aware scheduling, tighter admin security, and expanded UI/operator workflows.
It also adds deterministic E2E coverage and contributor guardrails so regressions surface earlier and source-catalog quality scales better.
Feed integrity + quality gates
live-alerts.jsonpayloads without schema version.Observability + operations
data/build-observability-summary.jsondata/build-observability-trend.jsondocs/runbooks/operations.md(stale feed, outage, quarantine restore paths).Reliability scoring + scheduling
Deduplication/clustering
UI control surface + performance
Admin/security hardening
Contributor workflow + coverage
Source curation checklist
npm run compile:sourcesnpm run check:sources:freshnessnpm run check:sources:hintsValidation
npm run validate:feed-datanpm run validate:live-feed-output(if feed output changed)npm testOperational impact
Notes