GET-022: no per-file checkout-from-rev — be get <path>?<rev> drops the path, treats the rev as a branch

There is no way to materialize ONE file at a given rev into the worktree (git checkout <rev> -- <path> parity). be get <path>?<rev> silently DROPS the path and resolves ?<rev> as a branch/ahead-behind target → a no-op or KEEPNONE. The blob:/cat: projection resolves the file at the rev for READING, but no VERB writes it back. This is the tool GET-021 needs: fix a single stale working file without a whole-tree be get that would clobber unrelated WIP. Method: Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome