Problem
The orient command (kb_orient MCP tool, pyrite orient CLI) provides generic KB stats — type counts, top tags, 5 recent entries, schema info. For a software-type KB, this misses critical context an agent needs to start working:
An agent entering a software KB gets told "there are 203 backlog items" but not "there are 2 items in progress assigned to X, 3 in review, and the top priority unclaimed item is Y."
Solution
For software-type KBs, orient should additionally return:
This could be implemented as a plugin hook on orient, or by having the orient command detect kb_type=software and call into the software-kb plugin for supplementary data.