KSN: add arc mappings for 177 more popular shows#11
Merged
Conversation
- Researched via AniList popularity ranking, cross-referenced against the existing 401 mappings (by anime ID, manga ID, and franchise relation graph) to find genuinely unmapped shows - Each mapping researched individually (AniList lookup + fandom wiki/Wikipedia arc boundaries), registered in `src/data/index.ts` - Committed as one bulk change (not one-per-mapping) given the scale of this batch; a prior automated pass produced fabricated/templated entries for ~29 shows plus a few duplicate registrations of already-mapped shows — all of that was found in audit and stripped out before this commit - 23 shows evaluated and intentionally skipped (e.g. Pokémon, Angel Beats!, Darker than Black) where the paired manga doesn't actually correspond to the anime's episode content
✅ Deploy Preview for kasane-guide ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
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
src/data/index.tsProcess note
This was produced via a multi-agent research workflow, run in two passes (a session-limit interruption required a resume). Before committing, I manually audited every new file and found the workflow had also produced ~29 fabricated/templated entries (generic "Opening story / Middle story" arc names, fake-looking AniList manga IDs) and a few duplicate registrations of already-mapped shows — all of that was identified and removed prior to this commit. Committed as a single bulk commit rather than one-per-mapping given the scale.
Test plan
bun run typecheckbun run prettier:checkbun run lintbun run testbun run build:web