docs(genre): coverage audit + genre-generalization program plan (PR-G1) - #210
Merged
Conversation
Maps the three genre-aware surfaces (_GENRE_SIGNATURES, synthetic fundamentals corpus, mix-doctor genre profiles) against the priority electronic genres and names the gaps: trap, footwork, hardstyle, gabber, electro, IDM, 2-step, speed garage, halftime, breakbeat, downtempo. Sets the PR-G2..G7 sequence (corpus expansion first, then per-measurement fixes, classifier/profile widening last). Docs only; no behavior change. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Jul 13, 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.
What
Kicks off the genre-generalization program with two docs — no code changes:
audits/genre-coverage-2026-07-13.md— maps the three genre-aware surfaces against the priority electronic genres:_GENRE_SIGNATURES(apps/backend/analyze_detection.py:1031, 34 signatures) +_GENRE_FAMILY_MAPplans/genre-generalization-program.md— the PR-G2..G7 execution plan the audit feeds.Named gaps
compute_swing_detailstructurally can't see — IOI window 0.30–0.70 beats, gridResolution hardwired "8th"), no beatless-abstention clip, no 85/150/190 BPM.genreFamilyis a closed 8-value union on the TS side (types/measurement.ts:652, backendPhase1Client.ts:1134) and uk-garage/bassline/garage are missing from_GENRE_FAMILY_MAP— new families must land on both sides.Validation
Docs only, but the full gate ran anyway: backend
unittest discover(1334 tests, OK), synthetic corpus--check+evaluate_fundamentals.py --fail-on-skip(15/15),apps/ui npm run verify(51 smoke passed).Every factual claim in the audit carries the file/line it was read from; nothing in this PR changes behavior.
🤖 Generated with Claude Code