Replace LLM-formatted /status and /me with deterministic rendering
The character display was shelling out to Haiku every time you typed /me
or /status, which took a few seconds and gave slightly different results
each time. The character file is already well-structured YAML frontmatter
plus markdown sections, so we can just parse and render it directly.
/status shows the compact glance (identity, vitals, abilities, purse,
equipment one-liner). /me shows the full sheet with all sections using
bold labels instead of ## headings to cut Rich's generous vertical
spacing.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>