docs: recurring-bug report (last month)#310
Draft
divyasinghds wants to merge 1 commit into
Draft
Conversation
Audit of bug classes that were fixed then reappeared in a different file/layer over the last month. Six classes account for ~50 fixes; two are still live (validator/ingestor read divergence in 7 validators; test stub signature drift). Includes a "fix-at-the-seam" recommendation table. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Collaborator
|
👋 Heads-up — Code review queue is at 40 / 30 Above the WIP limit. The team convention is to review existing PRs before opening new work. Open PRs currently in Code review (oldest first):
Pull from review before opening new work. (This is a nudge from the kanban WIP check, not a block.) |
shujaatTracebloc
approved these changes
Jun 18, 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
A shareable audit of bug classes that were fixed and then reappeared in a different file / use-case / layer over the last month (2026-05-18 → 06-18), built from
git logondevelop+ the Cursor Bugbot threads.Findings: six bug classes account for ~50 of the month's fixes. Four are effectively closed; two are still live — the validator/ingestor read divergence (live in 7 validators) and test stub signature drift (latent).
The report ends with a "fix-at-the-seam" table: the one-time consolidation that ends each loop. Highest leverage is Class 1 (one shared
read_for_validation(path, schema)helper + a parity test againstCSVIngestor), which is the root cause behind all six #252 bugbot rounds and the only class still active in production code.See
RECURRING_BUGS_REPORT.md.🤖 Generated with Claude Code
Note
Low Risk
Documentation-only; no runtime or test behavior changes.
Overview
Adds
RECURRING_BUGS_REPORT.md, a month-long audit (2026-05-18 → 2026-06-18) of bug classes that were fixed and then resurfaced elsewhere, synthesized fromdevelophistory and Bugbot threads.The doc frames six recurring invariants (~50 fixes): validator vs ingestor CSV/JSON read parity (still live in seven validator sites), NULL/NA semantics, silent half-ingest success, three-layer SQL type vocabulary drift, semantic segmentation
mask_idhandoff, and test stub signature drift (latent). Each section lists representative PRs, why fixes stayed local, and a fix-at-the-seam recommendation table; it calls Class 1 (read_for_validation+ parity withCSVIngestor) the highest-leverage follow-up and notes docs/examples drift as an adjacent theme.Reviewed by Cursor Bugbot for commit bc77f40. Bugbot is set up for automated code reviews on this repo. Configure here.