D243 - The work list removed what a run solved, not what anything could name

decided · 2026-08-25 · found by comparing two committed files that both claim to be generated

symbols/wanted.txt says of itself that entries "disappear as the vocabulary grows to explain them". 116 of its 3829 entries were hashes symbols/generated.json could already name, and 15 more were names a guest_module! declares.

The rule was for solved in found { wanted.remove(...) } - only what this run solved. Its comment claimed to also drop "hashes carried over from an earlier run that a later vocabulary finally explained", and could not: a named hash is excluded from every later search, because being named is exactly what excludes it, so it is never solved again, so it is never removed. Once on the list, permanently on the list.

Two changes:

The rule is now "cannot be named now", not "was never solved". Those read alike. Pinned by a_hash_something_can_already_name_leaves_the_work_list, confirmed to fail against the old rule before being kept.