fix(character-dictionary): scope manual overrides to season directory

- Match/replace AniList overrides by directory scope instead of exact series key, so later episodes keep the override even when filename guesses differ
- Add tests covering differing-guess matches and same-directory override replacement
- Update docs-site/character-dictionary.md and add changelog entry
This commit is contained in:
2026-07-24 18:03:49 -07:00
parent 88d0fe6b98
commit 9eb7f93a6b
4 changed files with 96 additions and 3 deletions
@@ -0,0 +1,4 @@
type: fixed
area: character dictionary
- Kept manual AniList overrides active across episodes in the same season directory when filename guesses differ.