honcho-config
Installation
SKILL.md
Honcho Configuration
Interactive configuration for the Honcho memory plugin. Uses AskUserQuestion for all menus and selections — never dump numbered text lists.
Step 1: Status Header
Call get_config to load the current state. The response includes a card field — a pre-rendered box-drawing card with perfect alignment.
Output the card value exactly as-is inside a code fence. Do not modify it, re-render it, or add any formatting. Just wrap it in triple backticks:
```
{card value here, verbatim}
```
- Do NOT show cache info, config paths, or raw JSON.
- Do NOT show warnings unless they indicate something is broken (skip env var shadowing warnings where the values match what's configured).
- If
configExistsis false, tell the user no config exists and offer to create one.