POST-026: rebuild be post recursion global mode + wt-target file merge

Now
OPEN

-- gritzko (spec author)

The post recursion (submodules) is flawed and buggy: mode is decided per-repo, and a wt-target post never touches the target's files. This reworks the whole descent to gritzko's plan against the recovered be/verbs/post/post.js + be/shared/subs.js. Two axes: (1) the submodule recursion mode, (2) the //WT target post. See worktree for the wt-post semantics.

Input

Context

The recursion was recovered from source and cross-checked with the plan; the code diverges on mode-scope and wt-materialization.

Goals

Post-order recursion with a globally-decided mode, plus a get-style file update on a //WT target.

Constraints

FF-only stays; refuse before the first store write (POST-017).

WIP

Design decisions

The mode is a single tree-wide predicate computed once, then threaded into the recursion (not recomputed per level).

TODOs

Blockers and bummers

Outcome