Adds the CLI surface area required by the sc-kg-analysis skills (sc-models, sc-compare, sc-reframe, sc-unstuck, sc-setup) that previously referenced commands the CLI didn't expose.
New commands
mentor models [--search <term>]— list / filter mental modelsmentor compare <options...> [--context <context>]— compare options, surfacing decision context firstmentor sharpen --situation <text> --current-thinking <text> [--what-feels-risky <text>]— pressure-test existing thinking
Improvements
mentor model "<name>"— resolve by label, not justmm-Nor a bare numbermentor search --top <n>— passtop_kthrough to/retrieve(1–20)mentor --versionnow reads frompackage.jsoninstead of a hardcoded string
compare and sharpen are pure compositions of /retrieve calls that mirror the server-side skill handlers, so no new API endpoints are required.