Record a user preference
mindmap_persona_setSave standing preferences about your identity, stack, style, communication, constraints, workflow, or goals to persist across sessions. Avoid re-asking by recording user preferences with category and optional project scope.
Instructions
Save a durable preference about how the user works, so future sessions don't re-ask. Use this when the user states a lasting preference — "I prefer X", "always Y", "never Z", "I'm on macOS", "we use Postgres". (For saving a discussion, use mindmap_capture instead — this is for standing preferences.)
Args:
text (string): the preference, e.g. "Prefers concise, code-first answers"
category: identity | stack | style | communication | constraints | workflow | goals
polarity ('prefer'|'avoid'|'fact'): default 'prefer'
project (string, optional): scope to one project instead of global Returns: the saved fact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The preference statement | |
| category | Yes | Which dimension this preference is about | |
| polarity | No | prefer / avoid / fact | prefer |
| project | No | Scope to a project (default: global) |