I've found a bug created when the Twin-handling feature was added. The presence of an item in the state file was originally sufficient to indicate that the item's rating is inferred. But Twins are also recorded there, and their presence can incorrectly imply that the item's rating is inferred. When I first implemented this, I saw that this was a possibility, and that's why the most recent version of the app changed the format of the state file to also indicate the item's status with respect to twinning. Unfortunately, what I did there wasn't sufficient, there's still a case where it can be misunderstood.
I understand the nature of the bug, and I'm working on a fix.
I've found a bug created when the Twin-handling feature was added. The presence of an item in the state file was originally sufficient to indicate that the item's rating is inferred. But Twins are also recorded there, and their presence can incorrectly imply that the item's rating is inferred. When I first implemented this, I saw that this was a possibility, and that's why the most recent version of the app changed the format of the state file to also indicate the item's status with respect to twinning. Unfortunately, what I did there wasn't sufficient, there's still a case where it can be misunderstood.
I understand the nature of the bug, and I'm working on a fix.