GET-047: get invocation matrix cover every /wiki/GET patterns cell with tests

Now
OPEN

Audit + coverage ticket along the lines of POST-027: cross every bullet of /wiki/GET "Summary of invocation patterns" (rewritten by gritzko 2026-07-16) with the section's own axes and verify each meaningful cell has a test in test/; fill the gaps. The axes: FORM 1.1-1.5 (bare/tracked, ?branch+relative, #hash detach, #~1 rewind, schemed network leg the only store-writing pattern), MODE 2.0-2.5 (bootstrap clone, normal weave, get! force, narrowed recover, narrowed force, cross-ref cherry-pick), HISTORY 3.1-3.4 (ahead/behind/same/divergent-weave-errs-out), SUBS 4.0-4.2 (--nosub, pin-attached recursion ignoring differently-attached subs, get! recursion). Also the ruled corners: detached bare get = full-tree recovery at BASE (target=base, missing files restored gritzko 2026-07-16), track/base record semantics (recentmost get = track + base), unweavable divergent leaf errs out loudly (PATCH-012).

Input

Context

Parallel workers read every test/get/, test/wire/, test/sub* run.sh and verdict each cell: covered (test name), uncovered, or MISMATCH (test contradicts the spec).

Goals

Every meaningful cell covered; impossible/degenerate cells explicitly marked so.

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome