BE-036: pager word spells expand shell-style globs (put/delete multi-file args)

Now
DONE

On the CLI the user's SHELL expands globs before be sees argv, so be put *.c works; in the pager the typed spell goes to the verb VERBATIM, so put *.c / delete src/* hands the literal pattern as a filename (FILENONE / bogus row). The pager already owns confined FS enumeration for Tab-completion (_fsCompletions, BRO-013, wt-confined via resolveInTree/wtJoin per BE-027); glob expansion is the same machinery driven by a pattern instead of a prefix. The pager plays the shell here: it multiplies WORDS, it does not resolve them verbs still resolve each arg via resolve(context,base,rel) (BE-030, BE-032) and put/delete rest args stay RAW wt-relative (authorityRepo strips arg0 only).

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome