v0.11.0 — UX release: the CLI gets organized, the stats get honest, and first-run…
UX release: the CLI gets organized, the stats get honest, and first-run gets smarter. No breaking changes — every existing command and flag still works.
Changed
longhand --helpis now grouped. Commands render in six panels — Recall, Archaeology, Browse & insights, Data, Setup & health, Plumbing — instead of a 40-command alphabetical list. (#28)- Plumbing commands are hidden (still fully callable, exact names unchanged):
ingest-session,ingest-live,context,backfill-episodes,mcp-server. These are hook/desktop-config entry points, not user commands. (#28) analyze --allnow also rebuilds episode embeddings, absorbing whatreanalyzedid.reanalyzeremains as a hidden deprecated alias that warns and delegates — it will be removed in v1.0. (#28)- Honest episode stats.
longhand statsand theget_statsMCP tool now split outlow_confidence_episodes(fixless extractions below 0.5 confidence — probes and tool churn, not real problems) and reportresolved_rate_pctover substantive episodes only. Your resolved rate was never as bad as the old denominator made it look. (#28) - First-run output teaches with your own data.
setupends with an indexed-summary line (sessions · projects · episodes) and suggestslonghand status "<your top project>"instead of a placeholder. (#28)
Deprecated
longhand reanalyze→ uselonghand analyze --all. Alias removed in v1.0.