GET-034: graf/GET.c base_ids/tgt_ids membership maps sized 4096 but GET_MAX_VERS=200000 โ†’ silent id drop (u8bFeed1 SNOROOM) for a file with >4096 versions

graf/GET.c builds per-side membership maps base_ids / tgt_ids with only 4096 slots, while the version cap GET_MAX_VERS is 200000. A file with more than 4096 versions overruns the map: u8bFeed1 returns SNOROOM and the id is SILENTLY DROPPED (no error surfaced), so membership is computed against an incomplete set โ€” a correctness loss, not a crash. Spotted auditing the weave path while fixing PATCH-004; out of that ticket's scope. Method Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome