Reported by gritzko 2026-07-11, repro'd on the journal repo (jab plant journal/be): jab status wiki (and the pager spell :status wiki) emits the WHOLE tree; bare jab status run from ~/src/journal/wiki likewise shows the parent's whole status.
views/status/status.js:114 parses the arg fine (scope="wiki"), argRel+wtpath yield .../journal/wiki — then statusOne (status.js:153) only does be.find(row.uri), which CLIMBS to the nearest shard anchor: a plain dir climbs back to the top repo, whole-wt emit.status test → the sub's own shard, DIS-060 comment); a subtree filter below the found repo root was never implemented in jab.be status:<path>/ sub-scope landed in STATUS-001 (bc5c0bd4); jab has no equivalent.status ///wiki parses back to /wiki and wtdir resolves it to journal/wiki correctly (verified); the degrade reproduces on the plain CLI.:diff ignores the dir context): DIFF-013, fix the shared shape together.jab status <dir> (CLI and pager spell) emits only rows under <dir>, keeping the sub-shard redirect for mounted subs.jab status from a subdir cwd (or a pager context nav'd into one) scopes to that dir — extends the BE-046 "context = cwd" ruling to DIR contexts.find()'s sub-shard redirect intact; the residue below the found repo root becomes a row filter.statusOne keeps the sub-path residue (row.uri minus repo.wt) and threads it as a prefix filter into emitRepo's row emission; recurse only into mounted subs BELOW the filter.be.ctxDir already rides the run, BE-032 _ctxSub); alternatively the loop edge (BE-048 block, core/loop.js:390) pushes the context DIR as a rooted arg for no-arg views — decide ONE shared mechanism with DIFF-013.status <dir> shows only that dir's rowsstatus from a subdir cwd scopes to that dir:status wiki from a journal-root session scopes