[EPAC-1969]: add data-correction bug-report routing#576
Merged
riddim-developer-bot[bot] merged 1 commit intoMay 25, 2026
Conversation
riddim-developer-bot
Bot
deleted the
symphony/epac-1969-add-data-correction-sub-routing-under-bug-report
branch
May 25, 2026 05:20
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.
Why
The SF bug-intake prompt currently tags data-accuracy complaints with a single label but keeps them on the normal bug flow. This issue needs a real sub-route that asks whether the attendee checked the authoritative source, distinguishes upstream-data problems from epac parsing/rendering faults, and is honest when epac does not control the fix.
What changed
.factory/prompts/bug-report.mdthat triggers on representative "data is wrong" phrases and asks the source-check question before the rest of intake continues..factory/prompts/audit.mdwhen the attendee has not checked the source.intake/data-correctionplus exactly one ofintake/data-correction/upstreamorintake/data-correction/parsing.Trade-offs not taken
Test plan
python3 - <<'PY' ... PY— verified five canned data-correction trigger phrases plus the required source-check question, audit fallback, subtype labels, and upstream-honesty language in.factory/prompts/bug-report.md.git diff --checkSkipped checks
cd ios && make build— skipped because this change only touches.factory/prompts/bug-report.md; no iOS source or build configuration changed.cd ios && make test— skipped because this change only touches.factory/prompts/bug-report.md; no unit-testable app logic changed.Resolves EPAC-1969
Reviewer-Boundary: review-only